
body {
	margin: 20px;
	background:url(images/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#363636;
	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;
}

img.right{
	float:right;
	margin:0px 100px 0px -100px;
}

h1, h2, h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5E0A00;
}

h1 {
	font-size: 24px;
	font-family:"Arial Black";
	color:#000000;
	border-bottom:1px solid #cccccc;
	padding:0px 0px 10px 30px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

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

ul, ol {
}

a {
	
}

a:hover {
	background: none;
}

#name{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #cccccc;
}

#phone{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #cccccc;
}

#email{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #cccccc;
}

#howdidyoufindus{
	background:#ffffff;
	font-family:"Century Gothic";
	font-size:12px;
	color:#000000;
	border:1px solid #cccccc;
}

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

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


#topbar {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}
		
		
		
		.topaddress{
			text-align:right;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#666666;
			margin:35px 0px 0px 0px;
		}
#banner {
	width: 980px;
	height: 125px;
	margin: 0 auto;
	padding: 0;
	float:left;
	background:url(images/logo.png);
}


#menu{
	width: 980px;
	height:55px;
	float:left;
	margin: 0 auto;
	background:url(images/navigation.png);

}
		.navigation{
			font-family:"Century Gothic";
			font-size:13px;
			color:#FFFFFF;
			text-align:left;
			padding:20px 20px 0px 75px;
			
		}
		
		.navigation a{
			font-family:"Century Gothic";
			font-size:13px;
			color:#FFFFFF;
			text-decoration:none;
			padding:12px 5px 0px 5px;
			
		}



#page {
	width: 980px;
	margin: 0 auto;
	background:url(images/content.png) repeat-y;
	
	
}

#content {
	float: left;
	width: 535px;
	margin:15px 0px 0px 50px;
	
}


#promotioncontent {
	float: left;
	width: 835px;
	margin:15px 0px 0px 50px;
	
}
.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 30px;
	text-align: left;
}

/* Sidebar */
	
	
#sidebar {
	float: right;
	width: 315px;
	color: #787878;
	margin:15px 60px 0px 0px;

	
	
}

#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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height:18px;
	padding-left:20px;
}

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

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


/* Footer */

#footer {
	width: 980px;
	height: 220px;
	background:url(images/bottombar.png);
}

		
		
		.bottomnav{
			font-family:"Century Gothic";
			font-size:11px;
			color:#000000;
			text-align:center;
			padding:55px 0px 0px 0px;
			line-height:20px;
		}
		
		.bottomnav a {
			font-family:"Century Gothic";
			font-size:11px;
			color:#000000;
			text-decoration:none;
		}
		
		