@charset "utf-8";
/* CSS Document */

body{
	background-image: url(assets/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FC3;
	padding: 20px 0px 0px 0px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 16px;
}

#wrapper {
	width: 700px;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	margin: 0 auto;
}

#heading {
	width: 700px;
	height: 100px;
	margin-bottom: 10px;
}

#company_logo {
	height: 100px;
	width: 150px;
	margin-right: 10px;
	background-image: url(assets/logo_top.png);
	float: left;
}

#company_name {
	height: 49px;
	width: 529px;
	background-image: url(assets/panel_background.gif);
	background-repeat: repeat-x;
	float: left;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 50px 0 0 10px;
} 

#company_name h1 {
	font-size: 24px; 
	color: #FFF; 
	font-weight: 700; 
	margin: 0;
}

#content_wrapper {
	height:1%;
}

#left_navigation {
	float: left;
}

#navigation_links { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#navigation_links a { 
	display: block; 
	font-size:11px; 
	color: #fff; 
	text-decoration: none; 
	padding: 10px; 
	width: 130px; 
	height: 10px; 
	border-bottom: 1px dotted #333;
	background-color: #000;
}

#navigation_links a:hover { 
	background-color: #333; 
	}

#active a:link { 
	color:#F90; 
	background-color:#333; 
}

#active a:hover { 
	color:#F90; 
	background-color:#333; 
}

#active a:visited { 
	color:#F90; 
	background-color:#333; 
}

#left_navigation_bottom {
	width:130px;
	background-image: url(assets/panel_background.gif);
	background-repeat: repeat-x;
	background-color: #000;
	padding: 110px 10px 10px;
	height: 100%;
}

#right_content {
	float: left;
	width: 530px; 
	padding-left: 15px; 
	color: #000; 
	min-height: 400px; 
	height: auto !important; 
	height: 400px; 
	overflow-x: visible !important; 
	overflow-x: hidden;
	background-color: #FFF;
	border-bottom: 1px dotted #CCC; 
	text-align: left;
}

#clear { 
	clear:both; 
}

img {
	border: 1px solid #000;
}

span {
	margin-left: auto;
	margin-right: auto;
}