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


div#outer{
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

div#main{
	width: 100%;
}

#logo{
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#content{
	width: 960px;
	height: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/line.png);
	
}

#content_text{
	width: 600px;
	display: block;
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat-y;	
}

#right_column{
	width: 300px;
	float: right;
	margin-top: -125px;
}


#footer{
	width: 100%;
	height: 50px;
	background-color: #B2B2B2;
	margin-top: 75px;
}

#footer_text{
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
