/* @override http://localhost:8888/orangetexasautos.com/application/css/style.css */

a:link {
	color: #4e1c00;
	text-decoration: none;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #4e1c00;
}
a:hover {
	color: #fcf3f6;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #fdb173;
}
body {
	margin: 0;
	padding: 0;
	font: 14px "Times New Roman";
}

.clear{
	clear: both;
}

.replied{
	font: 11px "Times New Roman";
	font-style: italic;
}

h1,h2,h3,h4,h5,h6{
	color: #6a350b;
	font-style: italic;
}

#mainContent {
	text-decoration: none;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 5px auto 0;
	width: 1050px;
}

#header{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	padding: 3px;
	background: url(../../images/otaheader.png) repeat-x;
	height: 131px;
	border-bottom: 1px solid white;
}

#navBar{
	color: #4e1c00;
	text-decoration: none;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	padding: 3px;
	height: 27px;
	background: url(../../images/otanav.png) repeat-x;
	border-bottom: 1px solid white;
}


#mainDiv{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	padding: 3px;
	background-image: url(../../images/otabody.png);
	height: 522px;
}

#browse{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 15px 3px;
	height: 522px;
	background-color: #ff9800;
	margin-top: 0;
}

#footer{
	width: 1050px;
	text-align: center;
	color: #5f6060;
	margin-left: auto;
	margin-right: auto;
	padding: 14px;
	clear: both;
	letter-spacing: 2px;
	vertical-align: 0;
	font: small-caps 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
}

.logintext{
	text-align: center;
	width: 350px;
	color: #81671d;
	font-style: italic;
	margin-left: 275px;
	padding: 0 5px;
}

.notice{
	text-align: justify;
	width: 550px;
	margin-left: 25px;
	direction: ltr;
	color: #81671d;
	font-style: italic;
}
