/***********************************************/
/*  - Copyright 2006            */
/* Designed by McColm Graphics and Web Design  */
/* www.mccolmgraphics.co.uk                    */
/* email: info@mccolmgraphics.co.uk            */
/***********************************************/

body{
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url('../images/bg.jpg');
	font-family: Arial;
	font-size: 13px;
} 

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}  

h1{
	font-weight: bold;
	font-size: 15px;
}

h2{
	font-weight: bold;
	font-size: 14px;
}

h3{
	font-weight: bold;
	font-size: 13px;
}

h4{
	font-weight: bold;
	font-size: 13px;
	color: #314B3E;
}

h5{
	font-weight: bold;
	font-size: 13px;
	color: #F26722;
}

h6{
	font-weight: bold;
	font-size: 11px;
}	

#main{
	margin: auto;
	width: 771px;
}


#total{	
	float: left;
	margin: auto;
	width: 771px;
	background-color: #FFFFFF;
}

#header{
	float: left;
	width: 771px;
	height: 250px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

.topheader{
	float: left;
	margin: auto;
	height: 212px;
	width: 771px;
}

.navigation{
	float: right;
	margin: auto;
	height: 34px;
	width: 490px;
	padding: 12px 0px 2px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

a.nav:link{
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:visited{
	color: #FFFFFF;
	text-decoration: none;
} 

a.nav:hover{
	color: #FFFFFF;
	text-decoration: none;
} 

a.nav:active{
	color: #FFFFFF;
	text-decoration: none;
} 

#contentl{
	float: left;
	margin: auto;
	width: 450px;
	padding: 5px 15px 5px 23px;
	background-color: #FFFFFF;
}

#contentr{
	float: right;
	margin: auto;
	width: 248px;
	padding: 15px 0px 5px 0px;
	background-color: #FFFFFF;
}

.photo{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 200px;
	height: 200px;
	background-color: #FFFFFF;
}

#siteinfo{
	float: left;
	margin: auto;
	width: 771px;
	padding: 2px 0px 2px 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #FF6600;
}

a.siteinfo:link{
	color: #FF6600;
	text-decoration: none;
}

a.siteinfo:visited{
	color: #FF6600;
	text-decoration: none;
} 

a.siteinfo:hover{
	color: #FF6600;
	text-decoration: none;
} 

a.siteinfo:active{
	color: #FF6600;
	text-decoration: none;
}

.left{
	width: 33%;
	float: left;
	margin: auto;
}

.middle{
	width: 33%;
	float: left;
	margin: auto;
}

.right{
	width: 33%;
	float: left;
	margin: auto;
}

