html,body{
	background:			#394547;
	margin:				0;
	padding:				0;
	font-family:			verdana;
	font-size:				11px;
}
a{
	color:				#fff;
	text-decoration:		none;
	font-size:				13px;
}
iframe{
	font-family:			verdana;
	font-size:				11px;
}
table tr td{
	font-size:				11px;
}
#container{
	background:			url('images/bgimage.jpg') #394547 no-repeat;
	width:				800px;
	height:				100%;
}
#top{
	position:			relative;
	top:				0px;
	left:				65px;
	width:			575px;
	height:			100px;
	padding-left:		159px;
	padding-top:		20px;
}
##top{
	width:			735px;
}
#top #contact-info{
	padding:			5px 0px 5px 5px;
	width:			300px;
	float:			left;
	font-size:			14px;
	font-weight:		bold;
}
.top-link{
	font-size:			14px;
	font-weight:		bold;
	color:			#000;
}
#top p{	
	margin:			0px;
	padding:			0px;
}
#top #logo{
	float:			right;

}
#menu-container{
	color:			#fff;
}

#horiz-menu{
	position:			relative;
	left:				65px;
	border:			1px solid #fff;
	height:			30px;
	background:		#394547;
	width:			733px;
	text-align:		right;
	font-weight:		bold;
}
##horiz-menu{
	width:			735px;
}
.horiz-menu-item{
	background:		url('images/horiz-menu-line.jpg') right bottom no-repeat;
	float:			right;
	margin:			0px 5px;
	padding:			6px;
}

#left-menu{
	position:			relative;
	left:				65px;
	height:			416px;
	width:			153px;
	border-left:		1px solid #fff;
	padding-top:		30px;
	float:			left;
}
##left-menu{
	width:			160px;
	height:			470px;
}
#left-menu .menu-item{
	background:		url('images/menu-line.jpg') bottom right no-repeat;
	margin:			0px 0px 0px 5px;
	padding:			0px;
	padding:			7px 0px;
	font-weight:		bold;
	font-size:			10px;
}

.mini-links{
	float:			right;
	margin-bottom:	20px;
}
.mini-links img{
	border:			none;
}

#content-container{
	width:			550px;
	float:			left;
	margin:			0px 0px 0px 65px;
	padding:			10px;
}
##content-container{
	width:			575px;
}
#content-container .links{
	margin-left:30px;
}
#content-container .links img{
	margin:			1px 0px;
}
.main-content{
	float:			left;
	width:			300px;
}
.dark-link{
	color:			#394547;
	font-size:			11px;
}
#welcome{
	margin:			10px	 0px 0px 20px;
	
}
#welcome img{
	border:			1px solid #394547;
	float:			right;
}
#footer{
	 background:		#394547;
	 border:			1px solid #fff;
	 padding:			10px;
}

.clear{
	 clear:			both;
	 font-size:		1px;
	 line-height:		0px;
	 height:			1px;
	 background:           transparent !important;
}


