/* CSS Document */

	
/*------------------- BASICS -------------------*/
body {
	font-family:Georgia, "Times New Roman", Times, Serif;
	font-size:12px;
	color:#000;
	background:#482e1f url(../images/bg.jpg) top repeat-x;
	margin:0;
	padding:0;
}

#wrapper {
	width:760px;
	margin: 40px auto;
	padding:0;
}

.navbg {
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0;
	padding:0;
}

.outrbox {
	border-right-width:4px;
	border-bottom-width:4px;
	border-left-width:4px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#d8ceba;
	border-bottom-color:#d8ceba;
	border-left-color:#d8ceba;
}

.innrbox {
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-color:#aca087;
	border-bottom-color:#aca087;
	border-left-color:#aca087;
	background-color:#fff;
}

.clearit {
	clear:both;
}


	


	
/*------------------- TYPOGRAPHY -------------------*/
h1 {
	font-size:18px;
	line-height:18px;
	text-shadow: 0 1px 1px #fff;
}

h2 {
	font-size:14px;
	line-height:18px;
	color: #644C36;
	text-shadow: 0 1px 1px #fff;
}

h3 {
	font-size:12px;
	line-height:18px;
	text-shadow: 0 1px 1px #fff;
}

p {
	font-size:12px;
	line-height:18px;
	text-shadow: 0 1px 1px #fff;
}

a:link {
	color:#d10000;
	text-decoration:underline;
}

a:visited {
	color:#d10000;
	text-decoration:underline;
}

a:hover {
	color:#d10000;
	text-decoration:none;
}


	/*------------------- HOME -------------------*/
#content {
	margin:0;
	padding:20px;
	background-color:#f3ede3;
}

#fma {
	margin:0 0 20px;
	padding:0;
	border:2px solid #aca087;
}


	
/*------------------- GALLERY -------------------*/
#gallery {
	margin:0;
	padding:20px;
	background-color:#f3ede3;
}

#gallery .drawing {
	width:205px;
	margin:0 12px 20px;
	padding:0;
	float:left;
}

#gallery .drawing img {
	border:2px solid #aca087;
}


	
/*------------------- ABOUT -------------------*/
#about {
	margin:0;
	padding:20px 20px 200px;
	background-color:#f3ede3;
	background-image:url(../images/bg_about.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}


	
/*------------------- DEALERS -------------------*/
#dealers {
	margin:0;
	padding:20px;
	background-color:#f3ede3;
	background-image:url(../images/bg_dealers.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}


	
/*------------------- SHOWS -------------------*/
#shows {
	margin:0;
	padding:20px 20px 300px;
	background-color:#f3ede3;
	background-image:url(../images/bg_shows.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}


	
/*------------------- CONTACT -------------------*/
#contact {
	margin:0;
	padding:20px;
	background-color:#f3ede3;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.md {
	font-size:12px;
	line-height:18px;
	color:#000;
}

.required {
	font-size:12px;
	line-height:18px;
	color:#c00;
}

.textarea {
	background-color:#fff;
	border:1px solid #aca087;
	font-size:12px;
	color:#000;
}


	
/*------------------- FOOTER -------------------*/
.copyright {
	font-size:10px;
	line-height:24px;
	color:#8d826e;
}