@import url("style_main.css");

body {
	text-align: center;
	background: transparent url('../images/bg.jpg') top left repeat;
}

#ruler {

}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: transparent url('../images/bg_top.jpg') top center repeat-y;
border:0px solid red;
}

#head2 {
	margin-top:1px;
	height:25px;
border:0px solid blue;
/*	margin-top:230px;*/

}

#navitop {
border:0px solid red;
position:relative;
	margin-left:715px;
}

#subnavi {
	margin-left:248px;
	margin-top:150px;
}

#contentwrapper {
	border:0px solid green;
	
}

#innerwrapper {
	float:right;
	width:740px;
border:0px solid red;
}

#centercolumn {
	float:left;
	width:535px;
border:0px solid red;	
}

#leftcolumn {
	margin-top: 0px;
	margin-right:745px;
	padding-left:50px;
border:0px solid green;
}


#rightcolumn {
	margin: 0 auto;
	float:right;
	width:200px;
border:0px solid blue;
}

.clearer {
	clear:right;
}

#footer {
	background: transparent url('../images/bg_footer.jpg') top center no-repeat;
	border:0px solid blue;
	height:152px;
	width:1000px;
	margin-left: auto;
	margin-right:auto;
}

