body {
	background-color: #FFFFEB;
	}
	
div#header-outerwrapper {
	background-image: url('/templates/1/images/inner_bg.png');
	background-repeat: repeat-y;
	}
div#header-innerwrapper {
	background-image: url('/templates/1/images/header.png');
	background-repeat: no-repeat;
	background-color: #FFFEAE;
        height: 120px;
        width: 990px;
        margin-left: 12px;
	} 
div#header-menu {
	position:absolute;
	bottom: 0px;
	left: 169px;
	}
	
	
div#header-login {
	position:absolute;
	top: 67px;
	left: 771px;
	}
div#login-wrapper {
	position: relative;
	}
div#username-wrapper {
	position: absolute;
	left: 1px;
	top: 0px;
	}
div#password-wrapper {
	position: absolute;
	left: 1px;
	top: 30px;
	}
div#submit-wrapper {
	position: absolute;
	left: 150px;
	top: 30px;
	width: 25px;
	overflow: hidden;
	}
.username-box,
.password-box {
	border: 0px solid white;
	height: 17px;
	width: 143px;
	background-color: transparent;
	}
.submit-box {
	opacity: 0.0;
	filter: alpha(opacity=0);
	}
	
	
	
	
div#header-search {
	position:absolute;
	top: 148px;
	left: 771px;
	}
div#search-wrapper {
	position: relative;
	}
div#string-wrapper {
	position: absolute;
	left: 1px;
	top: 0px;
	}
div#searchsubmit-wrapper {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 25px;
	overflow: hidden;
	}
.string-box {
	border: 0px solid white;
	height: 17px;
	width: 143px;
	background-color: transparent;
	}
.searchsubmit-box {
	opacity: 0.0;
	filter: alpha(opacity=0);
	}
	
	
div#header-homelink {
	position:absolute;
	top: 0px;
	left: 10px;
	width: 158px;
	height: 118px;
	overflow: hidden;
	}


div#leftColumn-outerwrapper {
	background-color: #cccccc;
	}
div#leftColumn-innerwrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

div#content-outerwrapper-1 {
	background-image: url('/templates/1/images/inner_bg.png');
	background-repeat: repeat-y;
	}
div#content-innerwrapper {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	}

div#rightColumn-outerwrapper {
	background-color: #cccccc;
	}
div#rightColumn-innerwrapper {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
div#footer-outerwrapper {
	background-image: url('/templates/1/images/inner_bg.png');
	background-repeat: repeat-y;
	}
div#footer-innerwrapper {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: white;
	}
