/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #484836;
	text-decoration: none;	
}

table {
	border-collapse: collapse;		
}

td {
	text-align: left;
	vertical-align: top;
}

a:link, a:visited, a:active   {
	text-decoration: underline;
	color: #0099FF;
}

a:hover {
	text-decoration: none;
}

#container {
	margin: 0px auto;
	width: 669px;
}

#header {
	float: left;
	height: 283px;
}

#top_menu {
	clear: both;
	background: url(/images/menu_bg.jpg) left top repeat-x;
	height: 25px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	text-align: center;	
}

#content {
	clear: both;
	padding: 15px 20px;
	background-color:#fff;
	color: #484836;
}

#bottom_menu {
	clear: both;	
	height: 23px;
	background-color: #ededed;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#footer {
	clear: both;
	background: url(/images/footer_bg.gif) left top no-repeat;
	height: 33px;	


	text-align: center;	
	font-size: 10px; 
	line-height: 20px;
	text-decoration: none; 
	color: #484836; 
	font-weight: normal;	
}

.info {
	padding: 5px; 
	text-align: justify;
}

.box_top_left {
	background: url(/images/box/top_left.gif) left top no-repeat;
	width: 9px;
	height: 9px;
}

.box_top_line {
	background: url(/images/box/top_line.gif) left top repeat-x;
	height: 9px;
}

.box_top_right {
	background: url(/images/box/top_right.gif) left top no-repeat;
	width: 9px;
	height: 9px;
}

.box_middle_left {
	background: url(/images/box/middle_left.gif) left top repeat-y;
	width: 9px;
}

.box_middle_right {
	background: url(/images/box/middle_right.gif) left top repeat-y;
	width: 9px;
}

.box_bottom_left {
	background: url(/images/box/bottom_left.gif) left top no-repeat;
	width: 9px;
	height: 9px;
}

.box_bottom_line {
	background: url(/images/box/bottom_line.gif) left top repeat-x;
	height: 9px;
}

.box_bottom_right {
	background: url(/images/box/bottom_right.gif) left top no-repeat;
	width: 9px;
	height: 9px;
}
