* {
	padding: 0;
	margin: 0;
}

body {
	background:url(../images/bg.png) repeat-x scroll top left;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.floatL { float:left; }
.floatR { float:right; }
.clear { clear:both; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; margin-bottom:20px; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }


a { color: #333; text-decoration: none; }
a:hover { color:#666; text-decoration: underline; }
img { border: 0 none; }

.emphasize { color:#FF6633; }

/* From */
input[type=text],
input[type=password],
select,
textarea {
	background:url("../images/inputshadow.gif") no-repeat scroll left top #FFFFFF;
	border:1px solid #AAA;
	margin:2px 0;
	padding: 4px;
}
input.error { border: 1px solid #FF7575; }
label.error { padding-left:10px; font-size: 0.9em; color:#FF3300; }

/* fieldset */
.fieldsep {
	padding:10px;
	border:0 none;
	border-top:1px solid #CCC;
}
.fieldsep legend {
	padding:5px;
}


/* List */
ul.hrlist {
	list-style:none;
}
ul.hrlist li{
	display:block;
	float:left;
}

ul.vertlist {
	list-style: none;
}
ul.vertlist li {
	display:block;
	padding: 5px;
}



#wrapper {
	width: 830px;
	margin:auto;
	position:relative;
}


#menu {
	height: 70px;
}

	#menu a.topnav {
		display:block;
		width:118px;
		height: 56px;
		text-indent: -9999px;
		outline:none;
	}

#header {
	margin-bottom: 15px;
}

#content {
	margin-top: 30px;
	padding: 0 10px;
}
	#left { 
		width:250px;
		padding-left: 20px;
		padding-top: 30px;
		background: url(../images/side_bg.png) repeat-y scroll 0 0;
	}
	#middle { width: 10px; }
	#right { 
		width: 520px;
		padding-top: 30px;
		font-size: 0.9em;
	}

	#right ul, #right ol { margin-left:30px; }

#footer_container {
	margin-top: 30px;
	background: #472613;
	font-size: 0.70em;
	color: #fff;
}
	#footer {
		width: 830px;
		padding: 10px 0;
		margin:auto;
		text-align:center;
	}
	
	#footer a { color: #fff; }


table td { vertical-align:top; }
table.side_list {
	width:100%;
	margin:10px 0;
	font-size: 0.85em;
	border-collapse: collapse;
}
table.side_list td {
	height: 35px;
	background:url(../images/side_list_bg.png) no-repeat scroll 0 0;
	padding-left: 30px;
	vertical-align:middle;
}