#page
{
width: 954px;
min-height: 100%;
margin: 0 auto;
background-color: #F4FBFF;
}

#body 
{
	margin: 10px;
	padding: 0;
	background: #F4FBFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

#header
{
background-image: url('images/header.gif');
width: 100%;
height: 183px;
margin: 0 auto;
}

#footer
{
background-image: url('images/footer.gif');
color: #000;
height: 100px;
text-align: center;
clear: both;
padding: 0;
margin: 0 -10px 0 0;
}

#main
{
width: 80%;
margin: 0 0 0 45px;
float: right;
}

#menu
{
background-image: url('images/menu.gif');
text-align: center;
hight: 1200px;
padding: 0;
margin: 0;
float: left;
}

.name
{
font-size: 30px;
float: left;
}

.logo
{
float: right;
}

a:link
{
text-decoration: none;
color: #fff;
}

a:visited
{
text-decoration: none;
color: #fff;
}

a:active
{
text-decoration: none;
color: #fff;

}
a:hover
{
text-decoration: none;
color: #fff;
}

a {
	color: #38B5F1;
}



#bg {
	background: url(images/img06.jpg) no-repeat left bottom;
}