* { margin:0; padding:0;}
.col1, .col2, .col3{float:left}
.clear { clear:both;}
.left {float:left;}
.right { float:right;}
.center {text-align:center !important;}

.w{ width:100%; background:#EFE7DE; padding:25px 0 25px 0;}
.site_center{ margin:0 auto; text-align:center; width:960px; background-color:#FFF }
.site_center1{margin:0 auto; text-align:left; width:913px;}

/*index.html*/
#page1 #content .col1 { width:254px;}
#page1 #content .col2 { width:408px; margin-left:14px; background-color:#F7F7F7}
#page1 #content .col3 { width:224px; margin-left:13px;}

/*grounds.html*/
#page2 #content .col1 { width:254px;}
#page2 #content .col2 { width:645px; margin-left:14px; background-color:#F7F7F7}

/*photos.html*/
#page3 #content .col1 { width:913px; background-color:#F7F7F7; text-align:center;}


#navigation {
	height: 60px;
	vertical-align:middle;
}

#header {
	width:913px;
}

#content, #header, #navigation, #footer {
	width:913px;
}

