﻿/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	float: left;
	width: 650px;
	height: 150px;
	background: url(../images/homepage01.gif) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
}


/** SPLASH */

#splash {
	float: left;
	width: 650px;
	height: 120px;
	background: url(../images/homepage02.gif) no-repeat left top;
}

#splash p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

/** MENU */

#menu {
	margin-bottom: 20px;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

/*float*/
.left {float:left;}
.right {float:right;}
.hidden {display:none;}
/* Clear Div */ 
.ClearDiv { clear:both; height:0px;font-size:2px; width:auto; }
.clearfixs:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfixs{display:inline-block;}
/* Hide from IE Mac */
.clearfixs {display:block;}
/* End hide from IE Mac */
/* end of clearfix */	   