body 
{
	margin: 0;
	padding: 0;
	background-color:#bbb;
	text-align: center;


}

/* Links */



h3 a:link { color: #3f4f5c; text-decoration: none; }

h3 a:visited { color: #3f4f5c; text-decoration: none; }

h3 a:hover, a:active {}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 30px; color: #0054A6;}

h2 { font-size: 28px; color: #000;}

.post-title h2 {color: #3f4f5c; font-weight:bold; text-transform: uppercase; margin-bottom:5px;}

h3 { font-size: 24px; color: #3f4f5c;}

h4 { font-size: 20px; color: #3f4f5c; }

h5 { font-size: 16px; color: #3f4f5c;}

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul {list-style-type: circle; color: #FC0204;}

ol {color: #FC0204;}

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 20px;
}

code { font-family: Georgia, "Times New Roman", Times, serif;}

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }

p em, 
cite
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Structure */
#wrap
{
	width: 1280px;
	margin: 0 auto;
	height: 1000px;
	
}




#gerb
{
float: left;
width: 1280px;
height: 166px;
background:url("img/header_shadow.gif");
background-position:197.5px 21px;
background-repeat: no-repeat;
clear: both;

}



#content
{
font: normal 16px Verdana, Arial, Sans-Serif;
color:#560A67;
width: 663px;
height: 731px;
background:url("img/11.jpg");
background-repeat: no-repeat;
background-position: center bottom;
margin: 0 auto;
clear: both;
text-align: left;

}

#content p
{
padding-left: 40px;
padding-top: 20px;
padding-right: 40px;
}


#content ul{
color:#560A67;
padding-top: 20px;
}

#content h3{
color:#E05800;
font: bold 16px Verdana, Arial, Sans-Serif;
padding-left:70px;
}

#content h4{
color:#560A67;
padding-left:40px;
font:16px Verdana, Arial, Sans-Serif;
padding-left: 120px;
padding-right: 90px;

}


#content h5{
color:#E05800;
font: bold 16px Verdana, Arial, Sans-Serif;
text-align:center;
}


#buttons
{

width: 800px;
height: 50px;

margin: 0 auto;
clear: both;

}

#buttons ul {
list-style-type: none;
margin: auto;
}

#buttons ul li{
float: left;
padding-left: 10px;
padding-top: 10px;
}

#buttons ul li a img{
border: none;
}





