

html {overflow-y: scroll;}

body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font-family: "Arial";
	font-size:10px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	
	}
a img
{
border: none;
} 
	


	
#header_img {
	background-image:url(images/header2.jpg);
	height:250px;
	width:800px;
	margin-top:20px;
	margin-bottom:25px;
}


#post {
	width:800px;
	height:auto;
	background:#399;
}
#content{
	margin-top:125px;
	
}

#center {

margin: 0 auto 0 auto;
width:800px;
background-image:url(images/background2.gif);
background-repeat:no-repeat;
padding-top:20px;
padding-left:22px;

}

#title_post{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
     font-size: 18px;
	 background-color:#F6F6F6;
	 border-bottom:#333;
}
#text {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
     font-size: 13px;
	 background-color:#F6F6F6;
	 border-bottom:#333;
	 margin-bottom:15px;
	 float:right;
	 color:#666;
	 text-align:right;
	 height:40px;
}
#text a{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
     font-size: 13px;
	 color:#333;
	
}

#text a:hover{
	color:#000;
	
}
	


