html {
	height: 100%;
	margin: 0px;
}
body {
	background: #FFFFFF;
	margin: 0px;
	width: 100%;
}

#container {
	position: relative;
	margin: 0;
	min-height: 100%;
	height: 100%;
}


/*** HEADER STYLES ***/
#header {
	height: 125px;
	
	background-color: #cedd7e;
	z-index: 1;
	
	min-width: 900px;
	width: 100%;
}
#inner-header {
	width: 900px;
}
#header-left {
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 233px;
	height: 126px;
	background-image: url(images/logo.gif);
	z-index: 3;
}
#header-right {
	position: absolute;
	width: 638px;
	height: 56px;
	
	left: 235px;
	top: 52px;
	
	
	background-image: url(images/all_you_need.gif);
	
	z-index: 2;
}






/*** LEFT SIDE ***/
#left {
	position: absolute;
	left: 0px;
	top: 139px;
	
	width: 236px;
	height: 549px;
	background-image: url(images/left.jpg);
}
#leftMenu {
	position: absolute;
	left: 173px;
	top: 298px;
	
	width: 84px;
	height: 93px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cd1805;
}
#leftMenu a {
	color: #cd1805;
	text-decoration: none;
}
#leftMenu a:hover {
	color: #6a0c02;
	text-decoration: underline;
}



/*** RIGHT SIDE ***/
#right {
	position: absolute;
	left: 575px;
	top: 130px;
	
	width: 354px;
	height: 529px;
	background-image: url(images/right.jpg);
}

#right-click {
	position: absolute;
	cursor: pointer;
	width: 167px;
	height: 165px;
	
	left: 639px;
	top: 204px;
}




/*** FOOTER ***/
#footer {
	position: absolute;
	
	top: 700px;
	left: 0px;
	
	width: 250px;
	height: 70px;
	
	background-color: #FFFFFF;
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	
	z-index: 1;
}
#footer-text {
	margin: 5px 20px 5px 20px;
	color: #555555;
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 15px;
	text-decoration:  none;
}

#login {
	margin: 5px 20px 5px 20px;
}


/***************************/
/*** MAIN CONTENT STYLES ***/
/***************************/


/*** CONTENT ***/
#content {
	position: absolute;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
	
	color: #333333;
	z-index: 11;
	
	left: 282px;
	top: 160px; /*203px; */
	width: 294px;
	line-height: 15px;
}
#content a {
	color: #cd1805;
	font-weight: bold;
}
#content a:hover {
	color: #6a0c02;
}

#content .emphasize {
	font-weight: bold;
	color: #cd1805;
}

#content table {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
}


/*** CONTENT 2 ***/
#content2 {
	position: absolute;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 11px;
	
	color: #000000;
	z-index: 11;
	
	left: 630px;
	top: 387px;
	width: 175px;
	line-height: 15px;
}
#content2 a {
	color: #cd1805;
	font-weight: bold;
}
#content2 a:hover {
	color: #6a0c02;
}

#content2 .emphasize {
	font-weight: bold;
	color: #cd1805;
}


img {
	border: 0;
}



.title {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #cd1805;
	font-weight: bold;
}
.title a {
	text-decoration: none;
}



/*** HEADERS ***/
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #3C2330;
	margin: 0;
	padding: 0;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 11px; }
h6 { font-size: 8px; }


p { margin: 0; }



.BTNForms {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	background: url(images/button_back.gif); background-repeat: repeat-x;
	border: 1px solid #F8F5A1;
}
.BTNMain {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	background: url(images/button_back.gif); background-repeat: repeat-x;
	border: 1px solid #F8F5A1;
}

.dropDown {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size:		10px;
}


#rent-link {
	position: absolute;
	width: 235px;
	height: 105px;
	top: 590px;
	cursor: pointer;
}

#home-link {
	position: absolute;
	width: 235px;
	height: 125px;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
}
