/* CSS Document */
#wrapper{
	width: 790px;
	margin-left: auto;
	margin-right: auto;

}

#bothSides{
	float:left;
	width: 790px;
	margin-left: -16px;
/*	border-color: #FF0000;
	border-width: 1px;
	border-style: solid;*/
	background-image: url(../images/backgroundwrapperrepeat.jpg);
	background-repeat: repeat-y;
}

#container{
	width: 790px;
}

#wrap{
	background-image: url(../images/backgroundwrapper.jpg);
	width: 790px;
	height: 420px;
	background-repeat: no-repeat;
}

#moreWrap{
	float: left;
	margin-left: 36px;
	position: relative;
    min-height: 100%;
	display:inline;
}

#header{
	background-image: url(../images/header.gif);
	width: 228px;
	height: 82px;
}

#banner01{
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}
#banner02{
	background-image: url(../images/02.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}
#banner03{
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}
#banner04{
	background-image: url(../images/04.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}
#banner08{
	background-image: url(../images/08.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}
#banner09{
	background-image: url(../images/09.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}
#banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #dddddd;
	width: 724px;
	height: 217px;
}

#menuWidth{
	width: 724px;
	height: 43px;
}

#border{
	border-color: #FF0000;
	border-width: 1px;
	border-style: solid;
}

#footer{
/*	float:left;
	background-image: url(../images/footer.gif);
	width: 790px;
	height: 70px;
	margin-top: 30px;
	margin-left: -20px;*/
		
	float:left;
	background-image: url(../images/footer2.gif);
	background-repeat: repeat-y;
	width: 790px;
	height: 60px;
	margin-top: 30px;
	margin-left: -20px;
	
	/*display: none;*/
}

#footerLinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
	position: relative;
	left: 68px;
	top: 20px;
	height: 30px;
	display: none;
	/*letter-spacing: 3.2px;*/
}

body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 652px;
}

html, body {
    height: 100%;
}