/*==============================
	GLOBALS
===============================*/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909090;
	background-color: #013855;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
}
h1 {
	font-size: 14px;
	font-style: normal;
	color: #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #8B598F;
	font-style: normal;
}
/*==============================
	LINKS
===============================*/
a {
	color: #909090;
	text-decoration: none;
}
a:visited {
	color: #8C9090;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
/*==============================
		BREADCRUMB
===============================*/
.breadcrumb {
	color: #8f598f;
}
.breadcrumb a {
	color: #8f598f;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #8f598f;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #8c9090;
	text-decoration: none;
}
.postscript {
	font-size: 10px;
}
.caption {
	font-size: 10px;
	font-weight: lighter;
	color: #663366;
}
.thumbnail {
	border: thin solid #663366;
}
/*==============================
		IFRAME
===============================*/
iframe 
{
	height: 500px;
	width: 540px;
	background-color: #000000;
	border: 0;
	scrolling: auto;
	border-color: #000000;
}
/*==============================
	SITE WRAPPER
===============================*/
.site-wrapper
{
	width:740px; 
 	min-height:700px; 
	margin-left:auto;  
	margin-right:auto; 
}
/*==============================
	HEADER WRAPPER
===============================*/
.header-wrapper
{
	width:740px;
	height:120px;
}
/*==============================
	MENU WRAPPER
===============================*/
.menu-wrapper
{
	width:740px;
	height:30px;
}
/*==============================
	HORIZONTAL MENU
===============================*/
.menu ul
{
	padding:0; 
 	margin:0;
	list-style:none; 
}
.menu li
{
	float:left; 
}

/*==============================
		BODY WRAPPER
===============================*/
.body-wrapper
{
	float:left;
	width:740px;
	height:auto;
	background-color: #000000;
}
/*==============================
	CONTENT WRAPPER
===============================*/
.content-wrapper
{  
	float:right; 
	width:500px;
	margin-left:5px; 
}
/*==============================
		CONTENT PANEL
===============================*/
.content_panel
{
	background-color: #000000;
	float: left;
	width: 195px;
	border-right: 1 px;
	border-right-color: #3B243B;
	border-right-style: groove;
	padding-top: 20px;
}
/*==============================
	CONTENT PANEL MENU
===============================*/
.content_panel ul
{
	padding:0; 
 	margin:20 15px;
	list-style:none; 
}
.content_panel li
{
	font-size: 15px;
	color: #8F598F;
}
.content_panel a
{
	color: #8F598F;
}
.content_panel a:hover
{
	color: #175B8E;
}
.content_panel a:active
{
	color: #175B8E;
}
/*==============================
		CONTENT FRAME
===============================*/
.content_frame
{
	background-color: #000000;
	float: right;
	padding-top: 20px;
}
/*==============================
		FOOTER
===============================*/
.footer
{
	clear:both;
	padding-top: 10px;
	margin-top: 20px;
}
/*==============================
	FOOTER MENU
===============================*/
.footer ul
{
	list-style:none;
	margin-left: 100px;
}
.footer li
{
	float:left;
	margin: 0 2px;
	
}

