body{
	color:#ffffff;
	background:#4989c7;
	font-family:Tahoma;
	font-size:13px;
	}
	
h1, h2{
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
	}
	
#header{
	width:586px;
	height:124px;
	background:url(img/header.jpg);
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	margin:3px auto 0 auto;
	padding:110px 0 0 180px;
	font-family:Arial, Helvetica, sans-serif;
	}

#main{
	width:766px;
	background:#FFFFFF;
	margin:0 auto;
	border-left:1px #87b1dd solid;
	border-right:1px #87b1dd solid;
	overflow:hidden;
}

#left{
	width:220px;
	float:left;
	}
	
#left a{
	width:180px;
	height:27px;
	display:block;
	background:url(img/but_0.jpg);
	color:#000033;
	margin:5px;
	padding:8px 0 0 20px;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#left a:hover{
	background:url(img/but_1.jpg);
	color:#003366;
	cursor:pointer;
	}

#right{
	width:535px;
	float:left;
	padding:0 0 0 10px;
	color:#333333;
	border-left:#CCCCCC 1px solid;
	}

#footer{
	width:749px;
	height:30px;
	display:block;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
	padding:20px 10px 0 10px;
	background:url(img/bg-foot.jpg);
	color:#000000;
	}