body {
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	color:#000000;
	font-family: marVerdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
	min-width: 80%;
	max-width: 1200px;
	text-align: center;
	margin: 5px auto;
	height: 100%;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	min-height: 100%;
	margin: 0px auto;
	text-align: center;
	width: 80%;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}

#feed-control {
	color: #2C79A5;
	font-size: 12px;
	text-align: justify;
	width: 100%;
  	height: 300px;
}

#header {
	margin: 0px auto;
	width:100%;
	display: block;
}
#header ul{
	background-color:#C0DFEE;
	border: 3px solid #FFFFFF;
	display:block;
	top:4px;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 4px 0px;
}
#header li{
	display:inline;	
}
#header ul a{
        font-size:20px;
	text-decoration:none;
	color:#28556b;
	margin: 0px 0px;        
	padding: 0px 20px 0px 20px;
}
#header ul a:hover{
	color:#000;
}
#logo_main {
	clear: both;
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	width: 30%;
	float: left;
	margin: 75px 0px 0px 0px;
	display: inline;	
}
#header_desc {
	width: 70%;
	float: right;
	margin: 60px 0px 0px 0px;
	display: inline;	
}
#header_desc p{
	text-align: justify;
	font-size: 16px;
	color: #2C79A5;
}
#header_desc a{
	margin-left: 95px;
}
#header_desc a img{
	margin-top: 10px;
}

#content {
	width: 100%;
	margin: 0px auto;
	clear:both;
	text-align: justify;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#9CC318;
	font-size:14px;
	text-align:center;
	margin: 10px 0px 10px 0px;
}

h3 {
	color:#3179a6;
	font-size:26px;
	text-align:center;
	margin: 10px 0px 10px 0px;
}
#left {
	width:40%;
	height: 180px;
	margin: 40px 0px 0px 0px;
	text-align: center;
	display:inline;
	float: left;
}

#left ul {
	display:block;
	top:4px;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	list-style: none;
	text-align: left;
}

#left li {
        font-size: 14px;
	     padding: 0px 0px 5px 0px;
} 

#left li img{
	width: 18px;
	padding: 0px 10px 0px 0px;
} 

#center {
	float: none;
	border-left: #2C79A5 1px dashed;
	height: 180px;
}

#right {
	width:60%;
	height: 180px;
	margin-top:40px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: right;
	top: 0px;
	left: 0px;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

#logo1 {
	clear: both;
	float: left;
	width: 50%;
	text-align: left;
}

#logo1 a{
	margin-left: 0px;
}

#logo2 {
   float: right;
   width: 50%;
   text-align: right;
   margin-top: 25px;
   padding: 0px 0px 0px 0px;
}

#logo2 a{
	margin-right: 10px;
}

#footer {
	clear: both;
	width: 100%;
	text-align:center;
	position:relative;
}
