body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}#homeContainer {
	width: 100%;
	height: 100%;
	position: absolute;
}
#subpageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/subpage-bg.jpg);
	background-repeat: repeat-x;
}

#left {
	width: 15%;
	float: left;
	height: 100%;
	text-align: left;
	background-image: url(../images/left-img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	bottom: 0px;
}
#homeContent {
	float: left;
	position: absolute;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	bottom: 150px;
	line-height: 17px;
	left: 5%;
}
#homeContent .homeCon {
	position: absolute;
	width: 70%;
}

#homeContent .homeItalic {
	font-style: italic;
}
#homeContent  .homeRedtext a {
	color: #FF0000;
	font-weight: bold;
	display: block;
	margin-left: 180px;
	text-decoration: none;
}

#right {
	position: relative;
	float: left;
	width: 34%;
	background-image: url(../images/right-img.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#subpageContent {
	float: left;
	position: relative;
	height: 100%;
	width: 51%;
}
#subpageContent #menu {
	height: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#subpage {
	background-image: url(../images/subpage-bg.jpg);
}

.clear { clear: both; height:0; overflow:hidden }
.clearfix:after { content:"."; height:0; display:block; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
#content {
	color: #BFBFBF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	margin-top: 20px;
}
#right .logo {
	background-image: url(../images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 60px;
	height: 125px;
}
.title {
	font-family: arial;
	font-size: 14px;
	color: #CC0000;
	line-height: 21px;
	text-align: justify;
	font-weight: bold;
}

.content-red {
	font-family: arial;
	font-size: 12px;
	color: #CC0000;
}

