/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #4f9ccb;
}

body {
	background-color: #eaeaea;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

#site_shadow{
    background: url(images/bg_shadow.png);
    background-repeat: repeat-y;
    background-position: center;
}

#content{
	margin: 0 auto;
	width: 1014px;
	text-align: left;
        background-color: #fcfcfc;
}

#main{
	
	width: 985px;
	margin: 0 auto;
	clear:both;
	padding-left: 18px;
	padding-right: 11px;

}

#header {
	width:1014px;
	height: 45px;
	width: 100%;	
	padding-top: 14px;
        padding-left: 50px;
	font-size: 30px;
}

#left{
	width: 270px;
        padding-top: 18px;
}

#left a.focus{
	text-decoration: none;
	color:  #c91C39;
}

#left a.focus:hover{
	text-decoration: none;
	color:  #4f9ccb;
}

.categories {
	list-style: none;
	padding-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.categories li {
	background: url(images/ls.png) 0px 4px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin-left:11px;
        height: 25px;
        margin-bottom: 12px;
 	margin-top: 12px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size:  14px;
}

#right{
	float: right;
	width: 696px;
        background-color: #fcfcfc;
        margin-top: 10px;
		padding-bottom: 15px;
}

#right h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	font-weight: normal;
	padding-top: 10px;
	color: #008cbe;
	/*color: #4f9ccb;*/
	background: url(images/title_right.png);
	background-repeat:no-repeat;
        background-position: bottom;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

#right h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	font-weight: normal;
	padding-top: 10px;
	color: #008cbe;
	/*color: #4f9ccb;*/
	background: url(images/title_right.png);
	background-repeat:no-repeat;
        background-position: bottom;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

#right p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
        font-size:14px;
}

#right p img {
    width: 660px;
}

#right a{
	text-decoration: underline;
	color:#004e9e;
}

#right a:hover {
	text-decoration: underline;
	color:  #4f9ccb;
}

#right ul {
	list-style: none;
}

#right ul li {
	padding-left: 20px;
	padding-top:  5px;
	padding-bottom: 2px;
}

#right ol li {
	margin-left: 50px;
	padding-top:  5px;
	padding-bottom: 2px;
}

#footer {
	height: 25px;
        width: 985px;
	clear: both;
	padding-top: 12px;
	padding-bottm: 0px;
	background: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
#footer_shadow{
	height: 14px;
        width: 985px;
	margin: 0 auto;
	clear:both;
	padding-left: 18px;
	padding-right: 11px;
	background: url(images/bg_shadow_footer.png);
	background-repeat: repeat-x;
    	background-position: center;


}

#footer p {
	margin: 0;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#recent li {
	margin-left: 1.4em;
	text-indent: -1.4em;
}