@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("lightbox.css");
@import url("contactform.css");



body {
	background:url(../images/bgimage.jpg)  top center no-repeat #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}
	
#container {
	background-color:#000000;
	position:relative;
	width:800px;
	margin:0 auto;
	}
	
#header {
	background: url(../images/images/homepage2_02.gif) #000000 top left no-repeat;
	height:85px;
	}
	
#header ul{
	float:right;
	padding-right:2px;
	margin-top:47px;
	height:35px;
	}
	
#header li {
	float:left;
	}
	
#header ul a {
	float:left;
	background: url(../images/tab.jpg) no-repeat;
	display:block;
	width:138px;
	margin-top:3px;
	line-height:35px;
	color:#F7F0EA;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
	}	
	
#leftColTop {
	float:left;
	background:#000000;
	color:#f7f0ea;
	padding:0px 20px 10px 20px;
	width:210px;
	font-size:0.7em;
	}
	
#leftColTop h2, h3, p{
	margin-bottom:10px;
	}
	
#leftColTop h2{
	background:url(../images/images/homepage2_09.jpg) no-repeat;
	line-height:40px;
	color:#FFFFFF;
	padding-top:0;
	padding-left:20px;
	font-size:1em;
	}
	
#leftColTop h3{
	background:url(../images/images/leftcolheading_03.jpg) no-repeat;
	line-height:30px;
	color:#FFFFFF;
	padding-top:0;
	padding-left:10px;
	font-size:1.2em;
	}
	
#leftColTop a{
	color:#FFFFFF;
	}
	
#leftColTop a.contactLink {
	color:#9b151e;
	}
	
#leftColTop a.contactLink:hover {
	color:#ffffff;
	}
	
#leftColTop ul{
	padding-bottom:10px;
	}
	
#leftColTop img{
	margin-top:-15px;
	margin-left:10px;
	margin-bottom:90px;
	}
	
#leftColTop hr{
	width:80%;
	margin:25px 0px 25px 15px;
	color:#333333;
	}
	

#leftColTop #contact{
	margin-top:45px;
	font-size:1.2em;
		}	
		
#leftColTop #contact h3{
	font-size:1em;
	}	
	
#rightColTop {
	float:right;
	background:#000000;
	color:#f7f0ea;
	width:550px;
	height:300px;
	}
	
#logo {
	position:absolute;
	top:30px;
	left:35px;
	width:180px;
	height:200px;

	}

#rightColBottom {
	float:right;
	background-color:#F7F0EA;
	padding:35px 20px 20px 30px;
	width:500px;
	font-size:0.9em;
	}
	
#rightColBottom h2, h3, p{
	margin-bottom:10px;
	}
	
#rightColBottom h2{
	background:url(../images/images/homepage2_06.jpg)  no-repeat;
	line-height:40px;
	color:#FFFFFF;
	padding-top:0;
	padding-left:20px;
	}
	
#rightColBottom h3{
	margin-top:30px;
	color:#832025;
	}
	
.picture {
	float:left;
	padding-top:25px;
	width:125px;
	height:110px;
	}
	
.picture img{
	border:#000000 1px solid;
	}
	
#footer {
	clear:both;
	background:url(../images/images/homepage2_05.gif) top left no-repeat #9b151e;
	height:75px;
	}
	
#footer p {
	float:right;
	margin-top:40px;
	margin-right:10px;
	color:#FFFFFF;
	font-size:.7em;
	}
	
	
	
