/** STYLE SHEET */

body {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0em;
	padding: 0em;
}

h3 {
	font-size:14px;
	color:#972923;
}

p, ol, ul {
	font-size: .8em;
}

ul {
	list-style-type: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

#wrapper{
	background: white;
	min-width: 900px;
	max-width: 2600px;
	/*min width*/
	width:expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 2602? "2600px" : "auto");
	}

/** HEADER */

#header {
	margin: auto;
	padding: 0em 1em;
	background-color: #FFFFFF;
	height:143px;
}

#header h1 {
	margin: 0em;
	padding: 0em;
	color: #000;
}

#header h2 {
	margin: 0em;
	padding: 0em;
	font-size: 1em;
	color: #000;
}

/* Logo */

#logo{
	height:100px;
}



/* Menu */

#menu {
	float: left;
	width: 100%;
	height: 40px;
	background-color:#000;
	border-bottom:#FF9900 solid 10px;
}

#menu ul {
	margin: 0;
	padding:10px 0px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 5px 12px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #333333;


 }

#menu .current_page_item a {
	background: #972923;
	color: #FFFFFF;
}

#left_col{
width:400px;
float:left;
margin:0 0px;/*margin-right xIE6*/
font-size:11px;
font-family:arial, helvetica, sans-serif;
background-color:#FF9900;
}

#left-col p{
font-size:11px;
color:#999;
}


#right_col{
padding-left:430px;
margin-left:-30px;
margin-right:10px;
font-family:arial, helvetica, sans-serif;
}
#left p, #left img, #left h1, #left h2, #left h3{
margin-left:10px;
}

#left a img{
text-decoration:none;
}
#left a:hover img{
text-decoration:none;
}


/** FOOTER */

#footer {
	clear: both;
	padding: 0em 1em;
	background-color: #000;
	height:140px;
	text-align:center;
	}

#footer p {
	padding-top: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
}
#footer a {
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	color: #FFFFFF;
}
#spot{
	color:#FF6600;
	font-weight:bold;
}
#spot2{
	color:#972923;
	font-style:italic;
	font-weight:bold;
}
#spot3{
	color:#cccccc;
	font-style:italic;
	font-weight:bold;
}




/* Form */
.post {
	margin-right:10px;
	margin-top:20px;
	background-color:#e5e5e5;
	padding:5px;
	border:#CCC solid 2px;
}
.post  ul li{
	list-style-type:none;
	color: #000;
	font-size: 12px;
}
.post tr td{
	font-size:12px;
}
.post tr td img{
	align:left;
}
.post a{
	list-style-type:none;
	font-size:11px;
	color: #666;
	text-decoration:underline;
}
.post input{
	padding: 0px;
	color: #000;
	font-size: 12px;
}

.textInput,textarea {background-color: #FFFFFF;
	border: 1px solid #ccc;
	font-size:12px;
	height: 14px;
}
.textInput:focus, textarea:focus, label:focus {background-color: #FFFFFF;
	border: 1px solid #00;
	font-size:12px;
	height: 14px;
}
label.textInput:focus {background-color: #FFF;
	border: 1px solid #000 !
	font-size:12px;
	height: 14px;
}
/* End Form */

.inserttxt li {
	list-style-type:disc;
	color: #000;
	font-size: 12px;
}
