/* CSS by Andrew Morcom T&AWEB */

body { 
		background-color:#666666;
		text-align:center;
	
}

#wrapper {
  width: 712px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0;
}



#container {
		width:688px;
		height:100%;
		padding:12px;
		margin:0 auto 0 auto;
        background-color:#ffffff;
}
/* headers */


#header {
		width:688px;
	    height:100px;

	
	
}

#headerLeft {
		float:left;
        width:164px;
        height:100px;
        background-image:url(images/DSC01957.JPG);
		margin-right:12px;
		
		
}

#headerRight {
		float:right;
        width:512px;
        height:90px;
	    background-color:#333333;
        text-align:left;
	    text-indent:20px; color:#FFFFFF;
		padding-bottom:10px;
		
	
}

/* content */

#maincontent {
		width:688px;
		height:100%;
		
	
}

#sidebar {
		float:left;
        background-color:#333333;
		width:164px;
		margin:12px 12px 12px 0;
		height:450px;
        padding-top:10px;
		color:#FFFFFF; font-size:15px;
		text-align:center;
		
}

#content {
		float:left;
		text-decoration:none;
        font-size:13px;
        width:512px;
		margin:12px 0 12px 0;
		height:100%;
		text-align:left;
		
		

}

#footer {
		clear:both;
		width:688px;
		height:42px;
		background-color:#999999;
		text-align:center; color:#FFFFFF;
		margin:12px 0 0 0;
}		
/* text */		
		
		
.h1 {
		font-size:24px;
	 	color:#FFFFFF;
	 	font-weight:700;
	 	margin:0;
}

.h2 {
		font-size:20px;
		color:#000000;
		margin:0;
}


.style2 { color:#003399;
		  text-align:center;
}

.style1 {
		text-decoration:underline;
		color: #ffffff
}

.style3 {color: #000000
}




/*links */

a:link {
		
		text-decoration:none;
		color:#FFFFFF;
		border-bottom: thin;
}
a:visited { 
		text-decoration: none; 
		color: #ffffff; 
}

a:hover {color:#0066CC;
}

/*rounded corners*/
