/* CSS Document */
*{
margin:0px;
padding:0px
}
img{
border:0px
}
html{
width:100%;
background-image:url(images/bg.gif);
background-position:top left;
background-repeat:repeat;
height:100%;
}
body{
width:766px;
margin:auto;
}
#header{
text-align:center;
padding:59px 0 31px 0
}
#left{
float:left
}
.menu{
width:150px;
float:left;
padding:0 13px 0 11px;
}
.menu li{
float:left;
width:150px;
list-style-type:none;
}
.menu li img{
float:left;
padding:0 0 5px 0
}
.center{
padding:12px 0 0 0;
float:left
}
.center img{
float:left
}
.topcenter{
	background-color:#101010;
	padding:35px 25px 0 30px;
	width:360px;
	font-family:Tahoma;
	font-size:13px;
	line-height: 16px;
	color:#9B9B9B;
	float:left;
}
.topcenter p{
width:360px;
padding:25px 0 35px 0;
float:left;
}
.bottomcenter{
background-color:#151515;
width:360px;
padding:25px 25px 0 30px;
float:left
}
.img{
float:right;
padding:22px 0 30px 1px
}
.img img{
border:2px solid black;
margin:0 3px 0 3px
}
.img a{
display:block;
float:left
}
.img ul{
width:120px;
float:right;
margin:5px 0 0 20px
}
.img li{
list-style-type:none;
line-height:18px
}
.img li a{
font-family:Tahoma;
font-size:11px;
color:#9B9B9B;
text-decoration:none
}
.img li a:visited{text-decoration:none}
.img li a:hover{text-decoration:underline}
.right{
float:right
}
#footer{
width:766px;
padding:41px 0 0 0;
float:left;
font-family:Verdana;
font-size:10px;
color:#C0C0C0;
text-align:center;
line-height:15px
}
#footer a{
color:#6A6A6A;
text-decoration:none
}
.bot{
text-align:center;
}
.bot img{
margin:0 15px 0 15px
}