html,body{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	height:100%;
}

.container {
	float: left;
	background-image: url("bg1.jpg");
	background-repeat: repeat-y;
	min-height:100%;
	height:auto !important;
	height:100%;
}

.links{
	padding-right: 10px;
	
	min-height: 100%;
	height:auto !important;
	height:100%;
}

.menu {
	float:left;
	width: 200px;
	font-size: 18px;
	text-align: right;
		
	min-height: 100%;
	height:auto !important;
	height:100%;
}

.site {
	float: left;
	width: 600px;
	margin: 0px;
	
	min-height: 100%;
	height:auto !important;
	height:100%;
}

.top {
	background-image: url("header.jpg");
	background-repeat: no-repeat;
	background-color: #CBD400;
	width: 650px;
	height: 100px;
}

.content {
	padding-left: 20px;
	padding-top: 10px;
}

a.mmenu:link {
	color: #fff;
	text-decoration: none;
}

a.mmenu:visited {
	color: #fff;
	text-decoration: none;
}

a.mmenu:hover {
	color: #CBD400;
	text-decoration:bold;
}

a.mmenu:active {
	color: #fff;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: bold;
}

a:active {
	color: #000;
	text-decoration: underline;
}
.groot {
        text-align: center;
	height: 40px;
	font-weight: bold;
}

.header_img {
	background-image: url(header.jpg);
	height: 81px;
	background-repeat: no-repeat;
}

.detailbg{
	background-color: #212025;
	color: #fff;
}

img {
	border: 0px;
}