/* CSS Document */

body {



	background-color:#ededed;

	font-family:Helvetica;

	font-size:14px;

	margin:0px;

	padding:0px;

	}



#main {

	width:900px;

	margin:auto;

	}



#header_wrapper {

	width:900px;

	height:320px;

	margin:20px 0px 0px 0px;

	}



#logo {

	background-image:url(images/logo.jpg);

	background-repeat:no-repeat;

	height:152px;

	width:260px;

	float:left;
        
        margin-top:40px;
	}

#logo-text {
	font-size:18px;
	color:#003499;
	font-weight:bold;
	text-align:center;
        margin-top:160px;
	}

#banner {

	margin-left:281px;

	height:253px;

	width:617px;
        
        border: solid 4px #003499;
	}

	

.clear {

	clear:both;

	}



#content_wrapper {

	width:900px;

	}



#content {

	width:665px;

	margin:0px 0px 0px 235px;

	padding-top:8px;

	}


#content-single-post {

	width:880px;

	margin:0px 10px 0px 10px;

	padding-top:8px;

	}


#sidebar {

	font-size:14px;

	padding:0px 0px 0px 0px;

	width:225px;

	float:left;

        margin-top:10px;

}

	

#sidebox_button {

	background-image:url(images/botton.png);

	background-repeat:no-repeat;

	height:41px;

	width:132px;

	margin-left:50px;

	}

.sidebox1 {

	background-image:url(images/box1.png);


	background-repeat:no-repeat;



	width:225px;

	height:90px;

	margin:0px 0px 10px 0px;

	padding:1px 0px 5px 0px;

	background-position:bottom;

	}

.sidebox2 {

	background-image:url(images/box2.png);


	background-repeat:no-repeat;



	width:225px;

	height:90px;

	margin:0px 0px 10px 0px;

	padding:1px 0px 5px 0px;

	background-position:bottom;

	}

	

.sidebox3 {

	background-image:url(images/box3.png);


	background-repeat:no-repeat;



	width:225px;

	height:90px;

	margin:0px 0px 10px 0px;

	padding:1px 0px 5px 0px;

	background-position:bottom;

	}

#sidebar h1 {

	font:Arial, Helvetica, sans-serif;

	font-size:22px;

	color:#000000;

	text-align:center;

	}

	

#sidebar ul{

	font-family:Arial, Helvetica, sans-serif;

	color:#000000;

	font-size:12px;

	padding-left:0px;

	}

	

#footer {

	background-image:url(images/footer.jpg);

	background-repeat:no-repeat;

	height:48px;

	width:900px;

	padding-top:5px;

	}

#footer h3 {
	text-align:center;
	color:#ffffff;
	font-family:Helvetica;
	font-size:14px;
	font-weight:normal;
	}


h1 {

	font-size:28px;

	margin-top:0px;

	}
#ps_sidebar_name {
	color:#FF0000;
	font-weight:bold;
	margin-bottom:10px;
	}