﻿html, body {	height: 100%;}
.skip {	position:absolute; left: -1000px;}
/** WRAPPER */
#wrapper {}

/** HEADER */
#header {}

/** MENU */
#menu {			float: left;	width: 650px;	height: 48px; margin-bottom: 45px;}

/** PAGE */
#page {}

/** CONTENT */
#content {		float: left;	width: 650px;}
#content2 {		float: left;	width: 875px;}

/** SIDEBAR */
#sidebar {		float: right;	width: 225px;	margin: 0px;	padding: 0px 75px 0px 50px;	background: url("../images/template/bg02.jpg") no-repeat left top;}

/** FOOTER */
#footer {		width: auto;	height: 180px;	margin: 0px;	background: url("../images/template/bg03.jpg") repeat-x left top;}



