/* CSS Document */
body{
	text-align:center;
	background-image:url(background.gif);
	background-repeat:repeat-x;
	background-color:#000099;
	margin-bottom:0px;
}

#container{
	background-color:#ffffff;
	width:810px;
	height:auto;
	text-align:center;
	margin:auto;
}

a.link{
color:#FFFFFF;
}

.left{
font-family:Arial;
color:#000;
font-size:12px;
padding:10px;
text-align:left;
text-decoration:none;
}

a.left:link{
font-family:Arial;
color:#000;
font-size:12px;
padding:10px;
text-align:left;
text-decoration:none;
}

a.left:hover{
font-family:Arial;
color: #FF0000;
font-size:12px;
padding:10px;
text-align:left;
}

.right{
font-family:Arial;
color: #333333;
font-size:12px;
padding:30px;
text-align:left;
}

.right2{
font-family:Arial;
color:#000000;
font-size:12px;
text-align:left;
}

#footer{
width:810px;
height:192px;
margin:auto;
text-align:center;
background-image:url(footer.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}

.footer{
font-family:Arial;
color:#fff;
font-size:12px;
text-decoration:none;
}

a.footer:link{
font-family:Arial;
color:#fff;
font-size:12px;
text-decoration:none;
}

a.footer:hover{
font-family:Arial;
color:#fff;
font-size:12px;
text-decoration:underline;
}

#shadow{
width:865px;
background-image:url(shadow.png);
text-align:center;
margin:auto;
}