		body {
		text-align:center;
		background:url(../images/web_body_bg.jpg) left top repeat-x #002D44;
		}
	
	    #frame {
		width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		text-align:left;
		}

	    #topleft {
		width:612px;
		height:130px;
		float:left;
		background: #FFFFFF;
		background-image:url(../images/banner.jpg);
		border-top:0px solid #000;
		border-bottom:0px solid #000;
		border-left:0px solid #000;
		border-right:0px solid #000;
		}

		#topright {
		width:168px;
		height:130px;
		float:left;
		background:#fff;
		background-image:url(../images/denis_wilson.jpg);
		border-top:0px solid #000;
		border-bottom:0px solid #000;
		border-left:0px solid #000;
		border-right:0px solid #000;
		
				
		}
		
		#menu {
		width:780px;
		height:25px;
		padding:0px;
		float:left;
		background:#FFFFFF;
		border-top:0px solid #000;
		border-bottom:0px solid #000;
		border-left:0px solid #000;
		border-right:0px solid #000;
		}

		#content {
		width:770px;
		height:430px; 												/* MODIFY PAGE HEIGHT HERE */
		padding:0px;
		float:left;
		background:#d8e4ed;
		background-image:url(../images/front_background.jpg);
		border-top:0px solid #000;
		border-bottom:0px solid #000;
		border-left:0px solid #000;
		border-right:0px solid #000;
		padding-left: 10px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;		
		}

		#footer {
		width:780px;
		height:20px; 													
		float:left;
		border-top:0px solid #000;
		border-bottom:0px solid #000;
		border-left:0px solid #000;
		border-right:0px solid #000;
		margin-bottom:10px;
		}
		
		#bottom {
		width:780px;
		height:10px; 													
		float:left;
		}		
		
		
		

	h1 {
	font-family: Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003333;
	font-style: normal;
	font-weight: normal;
	}
	
	h2 {
	font-family: Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #006699;
	font-weight: bolder;
	}
	
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	}


	a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	text-decoration: underline;
	outline: none;
	font-weight: bolder;

	}
	
	a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	text-decoration: underline;
	outline: none;
	font-weight: bolder;

	}
	
	p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	}
	
