/* CSS Document */

* {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
}
body {
background-image: url('img/backtop.png');
background-repeat: repeat-x;
background-color: #000000;
margin: 0;
}
p {
margin: 0;
}
a:link.mytext   {
	font-size:12px;
	color:#930;
	text-decoration:underline;
}
a:visited.mytext   {
	font-size:12px;
	color:#930;
	text-decoration:underline;
}
a:hover.mytext  {
	color:#CCC;
	text-decoration:none;
}
h1 {
font-size: 15px;
font-weight: bold;
color: #CC0000;
}
h2 {
font-size: 13px;
font-weight: bold;
color: #FF9900;
}
#wrapper {
width: 984px;
margin: 0 auto;
}
#header {
width: 984px;
height: 110px;
position: relative;
top: 0;
left: 0;
}
#footer {
margin: 0;
padding: 10px;
background-image: url(img/backfoot.png);
background-repeat: repeat-x;
width: 100%;
height: 151px;
clear: both;
text-align: center;
font-size: 11px;
border-top: 1px solid #FFCC00;
}
#footer p {
	width:740px;
	margin:0 auto;
	position:relative;
}
#footer a:link {
	font-size:11px;
	text-decoration:none;
	color: #CCC;
}
#footer a:visited {
	font-size:11px;
	text-decoration:none;
	color: #CCC;	
}
#footer a:hover {
	font-size:11px;
	text-decoration: underline;
	color: #930;
}

#left-shadow {
background-image: url(img/left-shadow.png);
background-repeat: no-repeat;
width: 110px;
height: 110px;
position: absolute;
top: 0;
left: 2px;
}
#right-shadow {
background-image: url(img/right-shadow.png);
background-repeat: no-repeat;
width: 110px;
height: 110px;
position: absolute;
top: 0;
left: 875px;
}
.mybody {
font-size:12px;
width: 740px;
margin: 0 auto;
background-color: #262626;
border-left: 12px solid #1E1E1E;
border-right: 12px solid #1E1E1E;
line-height: 21px;
overflow: hidden;
}
.textbody {
padding: 30px;
overflow: hidden;
display: block;
}
#tomleft {
float: left;
width:260px
}
.msg_head {
color:#FF9900;
/*cursor:pointer;*/
font-weight:bold;
margin:1px;
padding:5px;
position:relative;
}
.myimg {
margin: 8px 20px 20px 20px;
}
.mytext {
padding-right: 20px;
}
.textfooter {
	font-size:11px;
	padding: 0 0 5px 0;
}
.ul {
	margin-left:280px;
}
.credits {
	width:750px;
	margin:auto;
	position:relative;
	font-size:9px;
	color:#999;
	text-align:right;
	padding:0 0 10px 0;
}
.credits a, a:visited {
	color:#F60;
	text-decoration:none;
}
.credits a:hover {
	color:#FFF;
	text-decoration:underline;
}
