@import url("css/reset.css");
@import url("css/clearfix.css");

body {
	font: 11px/16px Verdana, Geneva, sans-serif;
	background-color:#eef3fa;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}

#header
{
background-image:url(images/header-bg.jpg);height:203px;
}
#menu
{
width:1008px;
	height:30px;
	background-color:#055da4;
}
#footer {
	background:url(images/footer-bg.png) repeat-x;
	height:190px;
}
.footer-links {
	width:16.6%;
	float:left;
}
.footer-links ul {
	margin: 0 0 15px 0;
	padding:0;
	list-style-type:none;
}
.footer-links li a {
	color:#29166f;
	font: italic 13px Calibri;
	text-decoration:none;
}
.footer-links li a:hover {
	font-weight:bold;
	color:#006;
}
.footer-links h3 {
	color:#29166f;
	margin: 15px 0 5px 30px;
	font: italic bold 13px Calibri;
	text-decoration:underline;
}
.copyright {
	color:#499ada;
	width:50%;
	float:left;
	font-family: 11px Verdana, Geneva, sans-serif;
}
.copyright p {
	margin:0 0 0 20px;
}
.poweredby 
{
	color:#499ada;
	float:left;
	font-family: 11px Verdana, Geneva, sans-serif;
	text-align:right;
	width:50%;
}
.poweredby p{
	margin:0 40px 0 0;
}
.poweredby a{
	display:block;
	margin:5px 40px 0 0;
	background:url(images/Logo-Sprite.png) no-repeat top;
	height:30px;
	width:140px;
	float:right;
}
.poweredby a span{
	display:block;
	height:0;
	overflow:hidden;
}
.poweredby a:hover{
	background:url(images/Logo-Sprite.png) no-repeat bottom;
}

a.caption-link
{
    color: #F88017;
    font-weight: bold;
    text-decoration:none;
}

a.caption-link:visited
{
    color: #F88017;
    font-weight: bold;
    text-decoration:none;
}

a.caption-link:hover
{
    color: #157DEC;
    font-weight: bold;
}

#right
{
width:200px;float:right;border:1px solid black;
}
#center
{
width:570px;float:right;border:1px solid black;
}
#left
{
width:200px;float:center;border:1px solid black;
}

