
body {
	margin: 0px;
	background: url(images/background.jpg) repeat;
	font-family:"Century Gothic";
	font-size: 13px;
	color:#ffffff;
	line-height:18px;
	text-align:left;
	
}


img.border {
	float: left;
	margin: 0px 0px 10px 0px;
	border:1px solid #cccccc;
	padding:5px;
	
	
}

img.left{
	float:left;
	margin:0px 10px 0px 0px;
}

h1, h2, h3 {
	margin: 0;

}

h1 {
	font-size: 24px;
	font-family:"Century Gothic";
	color:#000000;
	border-bottom:#ffffff 1px solid;
	padding:0px 0px 10px 0px;
	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	
}

ul, ol {
}

a {
	font-family:"Century Gothic", arial;
	color:#FFFFFF;
	font-size:12px;
	
	
}

a:hover {
	background: none;
}




#wrapper {
	width: 910px;
	
	margin: 0 auto;
	background:none;
	

	
	
}

		
	

#topbar{
	width: 910px;
	height: 213px;
	margin: 0 auto;
	padding: 0;
	background:url(images/topbar.jpg);
	
}
		#logo{
			width:300px;
			height:213px;
			float:left;
			margin: 0 auto;
		}
		
		
		#buttons{
			width:610px;
			height:213px;
			float:right;
			margin: 0 auto;
		}
		
		.buttons{
			padding:0px 20px 0px 0px;
			border-bottom:none;
		}
		
		.buttons2{
			padding:0px 30px 0px 0px;
			border-bottom:none;
		}

#banner{
	width: 910px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background:url(images/image_home.png);
	
	
}		


#menu{
	width: 910px;
	height:75px;
	float:left;
	margin: 0 auto;
	background:url(images/nav.jpg) no-repeat;

}
		.navigation{
			font-family:"Century Gothic";
			font-size:12px;
			color:#363636;
			text-align:left;
			padding:15px 20px 0px 35px;
			
		}
		
		.navigation a{
			font-family:"Century Gothic";
			font-size:12px;
			color:#363636;
			text-decoration:none;
			border-bottom:none;
			
			
			
		}



#page {
	width: 910px;
	margin: 0 auto;
	background:url(images/content.jpg);
	
}

#content {
	float: left;
	width: 520px;
	margin:15px 0px 0px 35px;
	
}


#content p a{
	
	font-family:"Century Gothic", arial;
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #000000;
	
	
}

#promotioncontent {
	float: left;
	width: 835px;
	margin:15px 0px 0px 15px;
	
}
.promotion{
	padding-right:15px;
}

hr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	border-bottom:dashed 1px #000000;
}
.post .entry {
	padding: 10px 0px 0px 0px;
	text-align: left;
}

/* Sidebar */
	
	
#sidebar {
	float: right;
	width: 315px;
	color: #787878;
	margin:15px 15px 0px 0px;
	border-left:1px solid #ffffff;
	padding:0px 0px 0px 15px;

	
	
}

#sidebar h2 {
	padding-left:20px;
	padding-bottom:10px;
	font-size: 24px;
	font-family:"Arial Black";
	color:#000000;
	border-bottom:1px solid #cccccc;
	
}

#sidebar p {
	text-align: left;
	font-family:"Century Gothic";
	font-size: 12px;
	color:#ffffff;
	line-height:18px;
	padding:10px 0px 0px 0px;

}

#sidebar a {
	color: #009999;
	border: none;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #009999;
}


/* Footer */



#footer {
	width: 910px;
	height:150px;
	background:url(images/footer.jpg) repeat;
	border-top:3px solid #dashed;
	
}

#footer p{
	font-family:"Century Gothic";
	font-size:11px;
	color:#ffffff;
	padding:20px 0px 0px 0px;
}


#footer a{
	font-family:"Century Gothic";
	font-size:11px;
	color:#ffffff;
	
}

	
	
	
	






/* Contact Form Fields */
#company{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:25px;
}


#name{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:25px;
}

#phone{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:25px;
}

#email{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:25px;
}

#howdidyoufindus{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:25px;
}

#howmanyattending{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:25px;
}




#message{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #464646;
	width:500px;
	height:100px;
}
#send{
	background:#000000;
	padding:7px 7px 7px 7px;
	font-family:"Century Gothic", arial;
	font-size:12px;
	color:#FFFFFF;
	border:1px solid #000000;
}	
		
	
