@charset "utf-8";
body, div, p, h1, h2, img, form , ul, td, tr{
	margin:0;
	padding:0;
	text-align: left;
	border: solid 0px #FFFFFF;
}
body {
	background-color: #355059;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	font-weight: normal;
}
#header {
	margin: 0px auto;
	height: 216px;
	width: 1030px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 30px;
}
#friends {
    height:74px;
    position:absolute;
    right:30px;
    top:35px;
    width:405px;
}
#friends ul {
	list-style-type: none;
}
#friends ul li {
    color:#330000;
    float:left;
    white-space:nowrap;
    width:135px;
}
#friends ul li a {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
#friends ul li a:hover {
	color: #9FE707;
	font-weight: bold;
	text-decoration: none;
}
#content {
	margin: 0px auto;
	width: 1067px;
	padding: 30px 0 50px;
	position: relative;
}
.title {
	position: absolute;
	top: 2px;
	text-align: center;
	width: 100%;
}

#content_top {
	background-image: url(images/content_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 31px;
	width: 1067px;
}
#content_main {
	background-image: url(images/content_bg2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 1007px;
	min-height: 218px;
	padding: 0px 30px;
	text-align: center;
}
#content_main ul {
	list-style-type: none;
	padding-left: 50px;
}
#content_main ul li {
	color: #330000;
	white-space: nowrap;
	float: left;
	font-size: 15px;
	width: 239px;
}
#content_main ul li a {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
#content_main ul li a:hover {
	color: #FE5F1E;
	font-weight: bold;
	text-decoration: none;
}
#content_main img {
	border: 1px solid #300;
	margin: 3px;
}

#content_bottom {
	background-image: url(images/content_bottom2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 82px;
	width: 1067px;
	position: relative;
}
#content_bottom a{
	position: absolute;
	top: 20px;
	right: 85px;
	color: #CAC6AD;
	text-decoration: none;
	font-weight: bold;
}
#content_bottom a:hover{
	color: #FFF;
}
#bookmark {
	position: absolute;
	right: 85px;
	bottom: 100px;
}
#bookmark a{
	color: #CAC6AD;
	text-decoration: none;
	font-weight: bold;
}
#bookmark a:hover{
	color: #FFF;
}
td {
   text-align:center;
}
a {
   color: #EEEAD0;
   text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
@media screen {
 div#preloader {
  position: absolute;
  left: -9999px;
  top:  -9999px;
  }
 div#preloader img {
  display: block;
  }
 }
@media print {
 div#preloader, 
 div#preloader img {
  visibility: hidden;
  display: none;
  }
 }
