body {
	margin:0;
	padding:0px;
	padding-bottom:75px;
	background:url(images/bg.jpg) repeat-x 	#000000;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}

img {
	border:0;
}

form {
	margin:0px;
	padding:0px;
}

#container { 
	margin:auto;
	background:#000000;
}

#menu { 
	text-align:right;
	height:27px;
	border-left:1px solid #4f5259;
	border-right:1px solid #4f5259;
}

#menu a{ 
	display:block;
	float:right;
	height:27px;
	background:url(images/menu.jpg) no-repeat;
}

#menu .a1{ 
	width:113px;	
}

#menu .a1:hover{ 
	background-position:0px -27px;
}


#menu .a2{ 
	width:134px;
	background-position:-113px 0px;
}

#menu .a2:hover{ 
	background-position:-113px -27px;
}

#menu .a3{ 
	width:109px;
	background-position:-247px 0px;
}

#menu .a3:hover{ 
	background-position:-247px -27px;
}

#content { 
	border-left:1px solid #4f5259;
	border-right:1px solid #4f5259;
	background:url(images/contentbg.jpg) right top no-repeat;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:38px;
}

#content .title {
	margin-left:-5px
}

#content .blue {
	color:#76a9ff;
	font-weight:bold;
}



#footer {
	height:79px;
	background:url(images/footer.jpg) no-repeat;
}

#footer table td {
	line-height:79px;
}

#footer table .l {
	width:617px;
	padding-left:28px;
	color:#e8e8e8;
	font-size:13px;
	font-weight:bold;
}

#footer table .l a {
	color:#76a9ff;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}

#footer table .l a:hover {
	color:#76a9ff;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

#footer table .r {
	padding-left:10px;
	color:#e8e8e8;
	font-size:11px;
}

#feedback {
	width:288px;
	margin-left:320px;
}

#feedback .mes {
	line-height:30px;
	text-align:center;
}

#feedback td {
	text-align:right;
	white-space:nowrap;
	padding-bottom:4px;
}

#feedback input {
	border:1px solid #504f4f;
	background:#151516;
	width:231px;
	margin-left:6px;
}

#feedback select {
	border:1px solid #504f4f;
	background:#151516;
	width:235px;
	margin-left:6px;
}

#feedback textarea {
	border:1px solid #504f4f;
	background:#151516;
	width:231px;
	height:104px;
	margin-left:6px;
}

#fat {
	border-top:1px solid #1c1d1f;
	padding-top:20px;	
}

#fat table {
	float:left;
	margin-right:7px;
	width:207px;
	text-align:center;
	margin-bottom:5px;
}

#fat img {
	border:1px solid #595959;
	padding:4px;
	margin-bottom:5px;
}