@import url(base.css);
@import url(classes.css);

/***************************/
/*** Module style sheets ***/
/***************************/

@import url(contentpage.css);
@import url(menu.css);
@import url(user.css);


body {
	behavior: url(css/csshover.htc);	
}

/**************/
/*** Layout ***/
/**************/

div#containerDiv {
	width: 1000px;
	margin: auto;
	padding: 0px;
	background: url(../img/bg_02.gif);
	background-repeat: repeat-y;
	background-position: top left;
	clear: both;
}

div#headerDiv {
	height: 336px;
}

div#headerUpper {
	height: 105px;
	background: url(../img/header_01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#headerUpperRight {
	margin-left: 368px;
	width: 632px;
	height: 105px;
	background: url(../img/header_02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#headerLower {
	height: 231px;
	background: url(../img/header_03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#headerLowerLeft {
	width: 368px;
	height: 231px;
	float: left;
}

div#headerLowerLeft p {
	font-family: Times New Roman;
	padding-top: 148px;
	padding-left: 58px;
	color: white;
	font-size: 14px;
}

div#headerLowerRight {
	width: 632px;
	height: 231px;
	background: url(../img/header_04.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	position: relative;

}

div#headerLowerRight h1 {
	padding: 30px 20px 10px 280px;
	color: white;
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 26px;
}

div#headerLowerRight p {
	font-family: Times New Roman;
	padding: 0px 10px 0px 280px;
	color: white;
	font-size: 14px;
}

div#middleDiv {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background: url(../img/left_05.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#leftDiv {
	width: 368px;
	margin-top: 125px;
	float: left;
}

div#leftBanner {
 text-align: center;
}
 
div#mainDiv {
	float: left;
	width: 522px;	
	padding: 55px 50px 100px 60px
}

div#footerDiv {
	width: 1000px;
	clear: both;
	padding-bottom: 10px;
}

div#promoDiv {
	text-align: right;
	color: #cdcdcd;
}

div#promoDiv a {
	text-decoration: none;
	color: #cdcdcd;
}

div#promoDiv a:hover {
	text-decoration: underline;
	color: #cdcdcd;
}


