* { 
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

div {
	text-align: left;
}

body, html {
	height: 100%;
	background: #ffffff url(../images/background.gif) repeat-y top left; 
}

#WrapperMain {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
}

#WrapperMainPage {
	margin: 0px 0px 0px 10px;
}

#Header {
	height: 140px;
	width: 950px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#Home {
	width: 950px; 
	height: 140px;
	text-align: right;
	background: url(../images/logo.gif) no-repeat bottom right;
}

#WrapperContent {
	float: left;
	width: 950px;
}

#ContentCol1 {
	float: left;
	width: 245px;
}

#ContentCol2 {
	float: right;
	width: 670px;
}

#ContentColLeft {
	padding-left:15px;
	width:450px;
	padding-right:20px;
	float:left;
}
#ContentColRight {
	width:185px;
	float:left;
}

#MainNavi {
	width: 100%;
	height: 25px;
	padding: 5px 0px 0px;
	background: url(../images/dottedline_horizontal.gif) repeat-x bottom left;
}
 
* html #NaviE1, #NaviE1 {
	height: 30px;
	margin: 0px 0px 10px 15px;
}

#Banner, #Project {
	width: 670px;
	height: 320px;
	text-align: center;
	background: url(../images/banner.jpg) no-repeat top center;
	overflow: hidden;
}

#ImageNavigation {
	width: 640px;
	height: 35px;
	margin: 0px;
	padding: 0px 15px;
	background: url(../images/doubledottedline.gif) repeat-x top left;
}

#PageTitle {
	width: 230px;
	height: 25px;
	margin-bottom: 40px;
	padding: 5px 0px 0px 15px;
	background: url(../images/dottedline_horizontal.gif) repeat-x bottom left;
}

* html #NaviE2, #NaviE2 {
	padding: 0;
}
#Footer {
	clear: both;
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	text-align: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

