@charset "utf-8";
/* CSS Document */


body{
	
background-color:#0099CC;
font-family: Verdana;
font-size:10px;
}

h1{
	font-family: Verdana;
	font-size:14px;
	color:#06F;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

p{
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
	


#container{
  width: 960px;
  margin-left:auto; margin-right:auto;
}

#header{
  width: 960px;
  height: 161px;
}

#content{
	width: 920px;
	background-image:url(img/content_bg.png);
	background-repeat:repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.content_end{
  clear:both;
  height:5px;
}

#footer{
width: 960px;
height: 120px;
clear:both;
}

