/* ABOUT IMAGE - TEMPLATE 05 */


* { padding: 0; margin: 0; }


/* --------- LINKS --------- */

a:link{
	color: #0C1560;
	text-decoration: underline;
}
a:visited{
	color: #0C1560;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	color: #939ADB;
	text-decoration: none;
}

/* --------- TEXT --------- */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
}


h1 {
	color: #333;
	font-size: 1.4em;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

/* --------- MAIN BODY/PAGE AREA --------- */

#container
 {
	width: 770px;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: repeat-y;
}

body {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
}


#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background: #FFF url(images/headerphoto.jpg) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 280px;
	height: 146px;
	background-color: #993333;
	text-align: center;
	padding-top: 10px;
}

#mainBody {
	clear: both;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 705px;
	background-color: #FFF;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

#rightPhotoBlock {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* --------- NAVIGATION --------- */

#nav
 {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
	float: left;
}
#nav ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #333333;
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#nav li a:hover {
	color: #FFF;
	background-color: #999999;
	font-size: 14px;
}
#nav li a#current  {
	background: #79818B;
	color: #FFF;
	font-size: 14px;
}

/* --------- CONTACT FORM --------- */

#contactform {
	float: right;
	width: 350px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

/* --------- FOOTER --------- */

#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(images/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer {
	margin: 0;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a:link {
	text-decoration: none;
	color: #777;
	font-size: 9px;
}
#footer a:visited {
	text-decoration: none;
	color: #777;
	font-size: 9px;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 9px;
}

/* --------- MENU --------- */

#menu
 {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 170px;		
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #333333;
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	color: #FFF;
	background-color: #999999;
	font-size: 14px;
}
#menu li a#current  {
	background: #79818B;
	color: #FFF;
	font-size: 14px;
}

