/*  .body {width: 800px}  */

body {
/* background-color: #999966 */
}

a:link {
 text-decoration: none;
 /* color: #3399CC; */
 color:#CCCCCC;
 }

a:visited {
text-decoration: none;
color:#CCCCCC;
 }
 
a:hover {
 text-decoration: none;
 color:#999999;
 }
 
a:active {
 text-decoration: none;
 color:#999933;
 }
 
 .selectedcategory {
 text-decoration: none;
 color: #a7a400;
 }


#container {
position: relative;
background-color: #FFFFFF;
width: 750px;
height: 100%;
margin: 0 auto;
padding: 0;
/*border: 1px solid red; */
}

#left_col {
position: relative;
float: left;
text-align: right;
padding-top: 20px;
width: 190px;
height: 100%;
/* border: 1px solid orange; */
}

#left_col_logo {
position: relative;
top: 10px;
left: 45px;
width: 182px;
height: 85px;
/*border: 1px solid green;*/

}

#navLeft {
	position: absolute;
	top: 120px;
	left: 63px;
	height: 329px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 10px 30px 0 0;
	width: 124px;
	/* border: 1px solid #000; */
}

#scale {
	position: absolute;
	top: 343px;
	left: 63px;
	height:100px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 10px 30px 0 0;
	width: 124px;
	color: #999;

}

#right_col {
float: left;
text-align: left;
padding-top: 30px;
width: 500px;
height: 100%;
/* border: 1px solid blue;*/
}

#navTop {
	position: absolute;
	top: 50px;
	left: 261px;
	width: 421px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999966;
	line-height: 14px;
	margin: 0 auto;

}

#navTop2 {
	position: absolute;
	top: 288px;
	left: 219px;
	width: 421px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999966;
	line-height: 14px;
	margin: 0 auto;

}

.navTopPhoto {
    float: left;
/* border-style: solid;
	border-width: 2px;
	border-color: black;*/
    width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999966;
	line-height: 14px;
	padding-left: 40px;
}

.navheader {
    float: left;
/*border-style: solid;
	border-width: 2px;
	border-color: black;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.infoArea {
	position: absolute;
	left: 220px;
	top: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999966;
	line-height: 13px;
    width: 490px;
	height: 100%
}

#infoAreaText {
	position: absolute;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	padding-left: 40px;
	width: 500px;
	left: 190px;
	top: 78px;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999966;
	line-height: 13px;
	/* other sub color: 999933 */
}

.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	/* other sub color: 999933 */
}

input {
 /* background-color: #ccf; */
 border: 1px solid #ccc; 
}

textarea {
 /* background-color: #ccf; */
 border: 1px solid #ccc; 
}
