* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	padding: 10px 0px 10px 0px;
	background: #060e2b;
	color: #fff;
	font-family: Arial;
}
#container {
	width: 1004px;
	min-height: 691px;
	margin: 0 auto;
	border:0px solid #995d35;
	background:  #03091f;
}
#header {
	width: 1004px;
	height: 248px;
	margin: 0;
	border:0px solid #995d35;
	background:url(../images/site_head.jpg)
}
#search {
	width: 270px;
	height: 50px;
	margin: 0px;
	border:0px solid #995d35;
	position:relative;
	top:125px;
	left:710px;
	text-align:right
}
#main {
	width: 1004px;
	min-height: 450px;
	margin: 0px;
	border:0px solid #995d35;
	background:url(../images/site_bg.jpg);
}
#misc {
	width: 980px;
	min-height: 450px;
	padding: 0px;
	border:0px solid #995d35;
	text-align:center;
	padding:25px 10px 20px 12px;
}
#footer {
	width: 1004px;
	height: 18px;
	margin: 0px;
	border:0px solid #995d35;
	overflow:hidden;
	text-align:center;
	clear:both;
	background:url(../images/site_bottom.jpg) no-repeat bottom;
}
#nav {
	position:relative;
	top:210px;
	left:22px;
	width: 620px;
	height: 38px;
	margin: 0px;
	border:0px solid #995d35;
	white-space:nowrap;
	text-align:center;
	background:url(../images/string_wb.jpg) repeat-x center;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding-right:32px;
}
#footer .text{
	padding-left:8px;
	padding-right:8px;
	color: #39456e;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	white-space:nowrap;
}
#misc .date {
	padding-bottom:4px;
	color: #909dcb;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	text-align:left;
	text-transform:lowercase;
	white-space:nowrap;
	background:#03091f;
}
#misc .text{
	color: #b9c0d7;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align:justify;
}

#misc strong{
	color: #7783b0;
}
#misc p{
   padding:0px 0px 5px 0px;
   margin:0;
}

#misc A {color: #7783b0;text-decoration: none;}
#misc A:link {color: #7783b0;text-decoration: none;}
#misc A:visited {color: #7783b0;text-decoration: none;}
#misc A:hover {color: #7783b0;text-decoration: underline;}
#misc A:active {color: #7783b0;text-decoration: underline;}
#footer A {color: #39456e;text-decoration: underline;}
#footer A:link {color: #39456e;text-decoration: underline;}
#footer A:visited {color: #39456e;text-decoration: underline;}
#footer A:hover {color: #39456e;text-decoration: none;}
#footer A:active {color: #39456e;text-decoration: none;}