@charset "utf-8";
/* CSS Document */
body{ margin:0px 0px 20px 0px;
		color:#175bc8;
		font-family:arial;
		font-size:12px;
		}

#header{ width:984px;
		margin:0px auto;
		height:217px;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;}
		
#nav{ width:984px;
		margin:0px auto;}
		
#main{ width:984px;
			margin:0px auto;
			background-image:url(../images/content_back.jpg);
			background-repeat:no-repeat;
			background-position:right top;}
			
		.content{ width:685px;
					float:right;
					padding:13px 25px 20px 30px;}
		.content a{ color:#175bc8;
					text-decoration:none;}
					
		.content a:hover{ text-decoration:underline;}
		.colouts{ width:244px;
					float:left;}
				.colouts_rpt{ background-image:url(../images/colouts_rpt.jpg);
								background-repeat:repeat-y;
								padding:15px 18px 25px 30px; 
								}
								
								
#footer{ width:984px;
			margin:0px auto;
			color:#175bc8;
			font-size:12px;
			font-family:arial;}
#footer a{color:#175bc8;
			text-decoration:none;}





.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
.b{ font-weight:bold;}
.i{ font-style:italic;}
.right_footer{ padding-right:32px;
				}
.left_footer{ padding-left:32px;
				}
				
.title{ font-size:16px;
		font-weight:bold;}




