* {
	margin: 0px;
	font-size: 0px;
}
img { border: 0px; }

html, body {
	height: 100%;
	background-color: #444242;
	overflow: hidden;
}

#outer {height: 100%; width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static; }

#middle {position: absolute; top: 50%; } /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; }

#inner {position: relative; top: -50%; float: left;} /* for explorer only */
#inner[id] { float: none; }

#borders { 
	border-top: 1px solid #9C8565;
	border-bottom: 1px solid #9C8565;
}
#contentWrap { 
	height: 350px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
#bottomWrap {
	/*float: left;*/
	width: 100%;
	text-align: center;
}
#footer { 	
	width: 730px;
	margin: auto;
}
#navWrap {
	padding-top: 20px;	
	text-align: left;
	float: left;
}
#navWrap ul {
	list-style: none;
	padding: 0px;
}
#navWrap ul li {
	padding-right: 10px; display: inline;
}
#navWrap ul li a{
	font-size: 12px;
	color: #F1F1F1;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#navWrap ul li a:Hover {
	color: #af9f7f;
}
#logo {
	float: right;
	width: 180px;
	padding-top: 17px;
}

/* About */
body#about #contentWrap {
	background-color: #DF5939;
}
#content_about {
	width: 730px;

	margin: auto;
}
#content_about .text {
	float: left;
	padding-top: 20px;
	text-align: left;
}
#content_about .text h1 {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#content_about .text p {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #fff;
	padding-top: 10px;
	width: 300px;
}
#content_about .image {
	float: right;
}

/* model */
body#model #contentWrap {
	background-color: #FFFFFF;
}
#content_model {
	width: 730px;

	margin: auto;
}
#content_model .text {
	float: left;
	padding-top: 20px;
	text-align: left;
}
#content_model .text h1 {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#content_model .text p {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #666666;
	padding-top: 10px;
	width: 300px;
}
#content_model .image {
	float: right;
}


/* contact */
body#contact #contentWrap {
	background-color: #FFFFFF;
}
#content_contact {
	width: 730px;

	margin: auto;
}
#content_contact .text {
	float: left;
	padding-top: 20px;
	text-align: left;
}
#content_contact .text h1 {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#content_contact .text p {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
	padding-top: 10px;
	width: 300px;
}
#content_contact .text p table {
	width: 300px;
}
.txt  {
 	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
 }

#content_contact .image {
	float: right;
}

#content_contact .text input {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
	width: 200px;
}
#content_contact .text textarea {
	width: 300px;
	height: 100px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
}




/* bugfix classes */
.clear {clear: both; line-height: 0px; height: 0px; margin: 0px; padding: 0px; font: 0px; border: 0px; position: relative; }
.clear span {line-height: 0px; height: 0px; margin: 0px; padding: 0px; font: 0px; border: 0px; position: absolute; top: -10px; }