body {
	margin: 30px 0px 30px 0px;
	padding: 0;
	background-color:#3b037b;
	font: 12px verdana;
	color: #000000;
}

#container {
	background-position:center;
}

#site {
	width:865px;
	text-align:left;
	height:auto !important
}

form {
	padding:0;
	margin:0;
}


h1 {
	font:bold 10px verdana;
	color: #000000;
	font-size: 14px;
	padding:0;
	padding-bottom: 10px;
	margin:0;
}

h2 {
	font:bold 10px verdana;
	color: #000000;
	font-size: 12px;
	padding:0;
	padding-bottom: 5px;
	margin:0;
}

a {
	color: #c31419;
	text-decoration:  none;
}

a:hover {
	color: #c31419;
	text-decoration:  underline;
}

textarea { 
	font: 13px arial; 
} 

#header { 
	height: 154px;
	width:865px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
} 

#frame { 
	float: left;
	width:865px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	height: auto !important;
} 

#navigation { 
	float: left;
	width:189px;
	height: auto !important;
	padding: 80px 0px 0px 0px;
} 

#content { 
	float: left;
	width:435px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 15px 20px 20px 20px;
	/*text-align:justify;*/
} 

#sidebar { 
	float: left;
	width:189px;
	height: auto !important;
	padding: 15px 0px 0px 0px;
} 

.box_title { 
	float: left;
	width:179px;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	background-color: #f7fa00;
} 

.box_content { 
	float: left;
	width:169px;
	height: auto !important;
	background-image:url(images/bg_box.gif);
	background-repeat:repeat-y;
	padding: 10px 10px 10px 10px;
} 

#footer { 
	float: left;
	width:800px;
	height: auto !important;
	font-size: 11px;
	text-align:center;
	padding: 10px 0px 0px 65px;
} 


