body {
	font-family:	Arial;
}

table {
	padding:		0px;
	margin:			0px;
}

#nav {
	font-size:		12px;
}

.text{
	font-size:		12px;
	font-weight:	normal;
	color:			#000; 
	line-height:	18px;
}

.big{
	font-size:		16px;
	font-weight:	bold;
	padding:		3px 0px;
}

.red{
    color:			#D93000;
}

.left {
	float:			left;
}

.top20{
    padding-top:	20px;
}

.left20{
    padding-left:	30px;
}

.width400{
    width:			400px;
}

.width300{
    width:			300px;
}

.width250{
    width:			250px;
}

.width150{
    width:			150px;
}

#headerNav  #logo {
	position:		absolute;
	top:			20px;
	left:			50px;
}

#headerNav  #topnav {
	position:		absolute;
	top:			55px;
	left:			230px;
}

#leftNav {
	position:		absolute;
	top:			280px;
	left:			50px;
}

ul#nav {
    margin: 		0px; 
	padding: 		0px;
}

ul#nav li {
    list-style: 	none;
    margin: 		0px; 
	padding: 		0px;
	line-height: 	18px;	
}

#contentDiv {
	position:		absolute;
	top:			185px;
	left:			230px;
	width:			655px;
	margin-bottom:	25px;
}

.contentBox {
	border:			3px solid #000;
	background:		url('../img/bg_box.png') repeat-x #C94400;
	padding:		2px;
	font-size:		12px;
	font-weight:	normal;
	color:			#fff; 
	line-height:	18px;	
}

.contentBoxBig {
	border:			3px solid #000;
	background:		url('../img/bg_box.png') repeat-x #C94400;
	padding:		2px;
	font-size:		16px;
	font-weight:	bold;
	color:			#fff; 
	line-height:	20px;	
}

a {
    color:			#6a4b1b;
	text-decoration:none;
}
 
a:hover{
    color:			#D93000;
	text-decoration:none;
}

a.active {
    color:			#D93000;
	text-decoration:none;
}