
body{
	background-color:#530058;
	background-image:url('../images/container_background.gif');
	background-repeat:repeat-y;
	background-position:50% 0%;
	margin:0px;
}
#container_wrapper {
	left:50%;
	position:absolute;
	margin-left:-456px;
	width:912px;
}
#container{
	_height:260px;
	min-height:260px;
	background-image:url('../images/header_background.jpg');
	background-repeat:no-repeat;
}
#header{
}
#header h1{
	display:none;
}
#content_wrapper{
	background-image:url('../images/content_background.jpg');
	background-repeat:repeat-y;
	width:672px;
	position:absolute;
	top:260px;
	left:23px;
	_height:200px;
	min-height:200px;
}
#footer{
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	width:693px;
	height:111px;
	margin-left:-23px;
}
#navbar ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:-10px;
	position:absolute;
	right:20px;
	top:280px;
}
#navbar ul li {
	line-height:23px;
}
#navbar ul li a{
	font-family:Verdana;
	font-size:13px;
	color:#1D3838;
	text-decoration:none;
	display:block;
	width:180px;
	height:23px;
	border:solid 1px #85A616;
	background-image:url('../images/navbar_background.jpg');
	background-repeat:repeat-x;
	margin-bottom:1px;
	padding-right:5px;
	text-align:right;
	text-transform:lowercase;
}
#navbar ul li.active a{
	font-weight:bold;
}
#navbar ul li a:hover{
	text-decoration:none;
	font-weight:bold;
}
#navbar ul li.sub a:hover{
	text-decoration:none;
	font-weight:bold;
}
#navbar ul li.sub a{
	background-image:none;
	height:20px;
}
#navbar ul li.sub {
	line-height:20px;
}
h2{
	font-family:Verdana;
	font-size:22px;
	font-weight:normal;
	margin:0px;
	margin-bottom:20px;
}
h3{
	font-size:13px;
	margin-bottom:8px;
}
h4,h5,h6{
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p{
	/*margin-top:10px;
	margin-bottom:5px;*/
	margin:0px;
	margin-bottom:10px;
}
#content_text{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#1D3838;
	padding:30px;
	padding-left:20px;
	padding-right:35px;
	margin-top:-180px;
	_height:250px;
	min-height:250px;
}
a {
	color: #1D3838;
	text-decoration: underline;
}
th {
	background: url('../images/bh.jpg');
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding-left: 5px;
}
td {
	font-size: 12px;
	line-height: 18px;
}
th,td,#content_text{
	text-align:left;
	font-size:13px;
	line-height:18px;
}
a img {
	border: 0px;
}
table.portfolio{
	width:680px;
	border-collapse:collapse;
	empty-cells:show;
}
table.portfolio td{
	vertical-align:top;
	padding-top:3px;
}
table.portfolio tr.oneven td{
	background-color:#EFEFEF;
}