body	{
	background-image:url(../images/bgrepeat.gif);
	font-family:Verdana, Geneva, sans-serif;
}

#cent_cont {
	width: 50%;
	margin-left: 25%;
	line-height:1.55;
	background-color:#FFF;
	margin-top:0;
	padding-top:0;
	box-shadow:0px 0px 20px 5px #000;
	position:absolute;
	top:0;
}

h1, h2, h3, p	{
	padding-left:10px
}

h1	{
	font-size:1.5em;
}

#header	{
	width:100%;
	height:auto;
	min-height:300px;
	font-color:#2F3117;
}

#header ul	{
	list-style-type:square;
	line-height:2;
}

#header a	{
	text-decoration:none;
	color:#2F3117;
}

#header img	{
	max-width:50%;
	height:auto;
	float:right;
	padding-right:10px;
}

#left_side	{
	width:250px;
	float:left;
	background-color:#3E81C1;
	margin-right:10px;
	line-height:1;
	color:#FFF;
	padding-right:10px;
}

#left_side h3	{
	font-size:1em;
}

#left_side ul	{
	padding:0;
	list-style-type:none;
}

hr	{
	margin-right:10px;
	border: solid 1px #060;
	box-shadow:0px 0px 3px 1px #060;
}

@media screen 
  and (max-width: 651px) 
{
#cent_cont {
	width: 80%;
	margin-left: 10%;
	background-color:#FFF;
	margin-top:0px;
	box-shadow:0px 0px 20px 5px #000;
}

#left_side	{
	width:30%;
	float:left;
	background-color:#3E81C1;
	margin-right:10px;
	line-height:1;
}

}