body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #CBCFD5;
	text-align: center;
	background:#DDDDDD url(images/back.png) repeat-x fixed;
	font-size:70%;
}

* {
	margin: 0;
	padding: 0;
}

li {
	margin-left:30px;
}

	
#divWrap {
	width: 758px;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4;
	border-bottom: solid 1px #AAAEB4;
	margin-top:30px;
	margin-bottom:30px;
}

#divHeader {
	width: 758px;
	height: 121px;
	background-color: transparent;
	color: #000000;
	/*margin: 30px 0 0 0;
	border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4; */
	border-top: solid 1px #AAAEB4;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
}

#divHeader h1 {
	display: none;
}

#divSubHeader {
	width: 758px;
	background-color: #FCFCFC;
	color: #000000;
	/*border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4;*/
	height: 251px;
}

#divSubHeaderLeft {
	width: 594px;
	height: 251px;
	float:left;
	overflow: hidden;
}

#divSubHeaderLeft li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#divSubHeaderRight {
	width: 152px;
	height: 251px;
	float:right;
	padding-left:10px;
	line-height:17px;
}

#divTelephone {
	width: 758px;
	height:25px;
	background-color: #EFEEEF;
	/*border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4;*/
}

#divTelephoneLeft {
	padding-top:5px;
	padding-left:10px;
	width: 300px;
	float:left;
	font-weight:bold;
	color:#14552B;
}

#divTelephoneRight {
	padding-top:5px;
	padding-right:10px;
	width: 358px;
	float:Right;
	text-align:right;
	font-weight:bold;
	color:#14552B;
}
	
		
#divImageStrip {
	width: 758px;
	height:85px;
	background-image: url(images/imagestrip.jpg);
	background-repeat:repeat-x;
	background-color: #EFEEEF;
	/*border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4;*/
}

#divImageFade {
	width: 758px;
	height:14px;
	background-image: url(images/fade.jpg);
	/*border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4;*/
}
	

#divMainContainer {
	background-color: #ffffff;
	/*border-left: solid 1px #AAAEB4;
	border-right: solid 1px #AAAEB4;*/
	width: 758px;
	padding: 0 0 20px 0;
	height: 100%;
}

* html #divMainContainer{height: 1%; 	padding: 0 0 0 0;}

#divMenu {
	padding-top:5px;
	width:156px;
	float:left;	
}

#divMainContent {
	width:590px;
	float:right;
	padding-right:10px;
	padding-top:8px;
}

#divFooter {
	color: #000000;	
	width: 758px;	
    clear: both;
    overflow: auto;
}

#divFooterLeft {
	padding-left:20px;
	width:338px;
	float:left;
}

#divFooterRight {
	padding-right:20px;
	width:380px;
	float:right;
	text-align:right;
}
	
.clsClearFloat {
	clear:both;
}
