/* 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: White;
	padding: 35px 25px 0 30px;
	width: 360px;
	font-family: Tahoma;
	font-size: 14px;
	color: Blue;
	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:left;
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:80px;
float:left;
margin:5px 0 0 20px
}
.img li{
list-style-type:none;
float:left;
line-height:18px
}
.img li a{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	text-decoration: none;
}
.img li a:visited{text-decoration:none}
.img li a:hover{text-decoration:underline}
.right{
float:left
}
#footer{
	width: 766px;
	padding: 41px 0 0 0;
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: White;
	text-align: center;
	line-height: 15px;
}
#footer a{
	color: White;
	text-decoration: none;
}
.bot{
text-align:center;
}
.bot img{
margin:0 15px 0 15px
}

h1 {
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	float: none;
	text-align: center;
}
