html, body {
  margin:0px;
  padding:0px;
}
body {
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  text-align:center;
  line-height: 1.6em;
  background:url(images/bg.gif);
}
.clearer {
  font-size: 0px;
  height: 0px;
  width: 100%;
  display: block;
  clear: both;
}


#wrapper {
  width:760px;
  margin:0 auto 15px auto;
  padding:0px;
  text-align:left;
  background-color:#FFFFFF;
}

/* Header Section */

.header {
  width:100%;
  height:219px;
  background-image:url(images/header.jpg);
}

.header_links{
	position:relative;
	width:100%;
	height:22px;
	background:#373C40;
}
.header_link_fonts{
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:right;
	padding-right:10px;
}
.header_link_fonts a:link, .header_link_fonts a:visited, .header_link_fonts a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.header_link_fonts a:hover{
	color:#FF6600;
	text-decoration:none;
}

/* Header Ends Here */

/* Middle Section */

#container {
  width:100%;
  height:auto;
  margin:0px;
  padding:0px;

}
.content {
  width: 576px;
  height: auto;
  float: left;
  margin: 0px;
  clear:left;
  position:relative;
  background:#FFFFFF;
}
.text{
	padding:10px 20px 10px 20px;
	text-align:justify;
}
.readmore{
	float:right;
	font-size:10px;
	color:#CC0000;
}
.readmore a:link{
	color:#CC0000;
	text-decoration:underline;
}
.readmore a:hover{
	color:#CC0000;
	text-decoration:none;
}
.nav {
  width: 184px;
  height: auto;
  float: left;
  margin: 0px;
  background:#979EA4;
}
.nav_top{
	background:#FEE5BD;
	height:110px;
	border:1px solid #000;
}
.nav_top img{
	padding-top:10px;
}
.text_nav_free{
	background:url(images/free.jpg) no-repeat;
	float:right;
	height:37px;
	width:72px;
	padding-left:10px;
}
.text_nav{
	width:80px;
	height:auto;
	padding-left:10px;
}
.text_nav a:link{
	color:#cc0000;
}

/* Middle Ends Here */

/* Footer Section */

#footer {
	width:100%;
	height:70px;
  	margin:0px;
  	padding:0px;
	background:#000000;
	padding-top:10px;
}
#footer p {
  margin: 0px auto 0px auto;
  text-align:center;
  color: #FFFFFF;
}
#footer a:link, #footer a:visited, #footer a:active {
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover {
  color:#FF6600;
  text-decoration: none;
}

/* Footer Ends Here */
