
* {margin:0; padding:0;}
body { 
	
	background: url(images/body-bg.jpg);
	font-family: Helvetica, sans-serif;
	font-size: .9em;
	}

li {
	font-size: .8em;
	
}

img {
	border-style:none;
	vertical-align:middle;
}

h2 { 
	font-size: 1em;
	color:red;
	text-transform: uppercase;
	
	
	}

input {
	background-image:url(images/input-bg.png);
	border: 0px;
	width: 150px;
	height: 22px;
	font-size: .8em;
	color: white;
}
textarea {
	background-image:url(images/textarea-bg.png);
	width:300px;
	height:85px;
	border:0px;
	font-size: 1.1em;
	color:white;
}
	
p {
	font-size: .8em;
	line-height: 130%;
	
}
hr { 
	width: 80%;
	
	}

.clear { clear: both;}
	
div#page-wrap {
	
	width:645px;
	margin:0 auto;
	
}
	
	ul#nav {
		height: 37px; 
		width: 645px;
		margin: 0 auto;
		margin-top:40px;
		background: url(images/header-bg.png) no-repeat;
	    list-style: none;
padding-left: 38px;

		
		}
		
		
	ul#nav li a{
		display: block;
		width:129px;
		float: left;
		margin-top: 15px;
		color: red;
		font-weight: bold;
		text-decoration: none;
	
		
	}
	
	ul#nav li {
		
		text-transform: uppercase;
	}
	ul#nav li a:hover, ul#nav li a:active {
		color: blue;
	}
	
	div#top-content {
		margin-top:20px;
			background: url(images/maincontent-bg.png) no-repeat;
			height:242px;	
		
	}
	
	
	div#main-content {
		padding-top:20px;
		
		width: 645px;
		
	
	}
		
	div#main-content div#left-content {
	
	float: left;		
	width: 210px;
	color: white;
	
	
	}

	div#main-content div#right-content {
		float: left;	
		width:215px;
		color:white;
	}
	
	
	div#main-content div#center-content {

float: left;
width:215px;
color:white;		
	}
	div#footer {
		background: url(images/footer-bg.png) no-repeat;
		color: gray;
		margin: 0 auto;
		width: 680px;
		height: 37px;
		
		font-size: .8em;
	}
	ul#navbottom {
		margin-top:50px;
		list-style: none;
		
		
		}
	
	ul#navbottom li	a{
		display: block;
		width:80px;
		float: left;
		color: gray;
		margin-top:10px;
		margin-left:5px;
		text-decoration: none;
		font-size: 1.2em;
		margin-right:5px;
		
	}
	ul#navbottom li a:hover, ul#navbottom li a:active {
		color: blue;
	}
	
	div#left-col {
		background: url(images/leftcol-bg.png) no-repeat;
		float:left;
		width:287px;
	height: 370px;
	margin-left:25px;
	
		
	}
	div#right-col {
		float:left;
		width:324px;
		height:370px;
		color: white;
		background:url(images/rightcol-bg.png) no-repeat;
		font-size: .9em;
	}
	div#content {
		margin-top: 7px;
		margin-left: 7px;
		margin-right: 7px;
	}
	
	div#slideshow {
		
		width: 887px;
		height: 500px;
		padding-top: 20px;
		margin-left: -120px;
		margin-bottom:-20px;
		
	}
	div#contactform{
		margin-left:20px;
		margin-top:30px;
		float:left;
		color:white;
		width:350px;
		margin-bottom: 26px;
	}
	
	div#mycontactinfo {
		margin-top:30px;
		float:right;
		width:200px;
		color: white;
		
		
	}
	}
	
