﻿body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	color:#292929;
	font-size:12px; 
	font-family: verdana, sans-serif; 
	background: url(../images/bg_grad.jpg) #ffffff repeat-x;

	
}


h1 {
	font-size:18px; 
	font-family: verdana, sans-serif; 
	color:#6d6d6d;

} 


h2 {	
	font-size:14px; 
	font-family:tahoma, sans-serif; 
	color:#b8b8b8;
} 

hr{
	
	border: 1px solid #ececec;
}




/* LINK STYLES */

A:link {
color: #006fad;
text-decoration: none;
}

A:visited {
color: #006fad;
text-decoration: none;
}

A:active {
color: #c006fad;
text-decoration: none;
}


A:hover {
color: #92bcd3;
text-decoration: none;
}






	
div#container	{
	margin: 0em auto;
	width: 950px;
	
	border: 0px solid #d8d8d8;
	padding: 0em;
	background-color: transparent;
	text-align: left;
		border: 1px solid #ececec;
	min-height: 100%;
}





div#header {
	margin: 0px;
	padding: 0px;
	height: 384px;
	background: url(../images/header.jpg) #ffffff no-repeat;
}



div#leftarea
{
	background-position:left top;
	background-repeat:no-repeat;
	width: 620px;
	float: left;
	border: 0px solid #000000;
	padding-top: 5px;
	padding-left: 30px;

}

#leftarea h1
{
	padding-left: 0px;
}




div#rightarea{
	float: left;
	border: 0px solid #000000;
	width: 260px;
	height: 100%;
	padding-top: 5px;
	padding-left: 30px;
}















div#menu{
	border: 0px solid #e3e3e3;

}



div#mainarea {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/Mainarea_border.jpg) transparent repeat-y;

}




div#footer {
	height: 25px;
	padding: 0px;
	width: 100%;
	border: 2px #9c9898; 
	background-color: transparent;
	color: #fcfcfc;

}
