body {
	background-color: #CCC;
	margin: 0px;
	height:100%;
}
#site {
	background-color: #ccc;
	padding:0px;
	height:100%;
	position: relative;
}
#site .rand{
	background-image:url(imag/rand.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:5px;
}
#site .contentplacement {
	vertical-align:top;
	background-color:#333
}
#container {
	background-color:#333;
	height:100%;
}
#container .header {
	background-image:url(imag/header_bg.jpg);
	height:274px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#container .header a{
	color: #FFF;
	text-decoration: none;
}
#container .contentbg {
	background-image:url(imag/menu.jpg);
	background-repeat:repeat-x;
	background-color:#333;
	height:100%;
	min-height:340px;
	vertical-align:top;
}
#content {
	background-image: url(imag/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	vertical-align:top;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	min-height:250px;
}
#content a {
	color:#03C
}
#content a:hover {
	text-decoration: underline;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #333;
}
#menu {
	text-align: left;
	margin-top: 2px;
	font-size : 13px;
	font-weight: 200;
	font-family:Verdana, Geneva, sans-serif;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #06F;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	
}


#menu a {
	color:#06F;
	text-decoration : none;
	font-family:Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #06F;

}
#menu a:hover {
  color:#03C;
}



