body {
	margin: 0px;
	height: 100%;
	background-color: white;
}

a {
	font:12px Helvetica, Arial sans-serif;
	color: black;
	letter-spacing: 0.1em;
	text-indent:0px;
}

#container {
	width: 741px;
	background-color: white;
	position: absolute;
	left: 50%;
	margin-left: -400px;  
}

#centercontent {
	position: relative;
	min-height: 297px;
	height: auto !important;
	height: 293px;
	left: 0;
	top: 0;
	width: 440px;
	background-color: #cdb492;
	margin: 144px 0px 0px 207px;
}

#centercontent-nonindex {
	font:12px Helvetica, Arial sans-serif;
	color: black;
	letter-spacing: 0.1em;
	position: static;
	left: 0;
	top: 0;
	width: 495px;
	min-height: 297px;
	height: auto !important;
	height: 293px;
	background-color: #cdb492;
	padding: 20px 20px 20px 20px;
}

#footer {
	font:9px Helvetica, Arial sans-serif;
	color: #6c6c6c;
	letter-spacing: 0.1em;
	position:relative;
	text-align:center;
	left: 0;
	top: 0;
	width: 495px;
	background-color: white;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}

#footer a {
	font:9px Helvetica, Arial sans-serif;
	color: #6c6c6c;
	letter-spacing: 0.1em;
}


/* Left Column - - - - - - - - - - - - - - - - - */


#left-column {
	width: 207px;
	position: absolute;
	left: 0px;
	background-color: white;
	padding: 0px;
}

#header {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

#header a {
    display: block;
    height: 143px;
    width: 207px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    background: url("images/logo.png") no-repeat;
}

#nav-left {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

#nav-left a {
    display: block;
	height: 373px;
    width: 207px;
    color: #fff;
    text-decoration: none;
    background: url("images/left_column.png") no-repeat;
    margin: 0px;
}


/* Top Navigation - - - - - - - - - - - - - - - - - */


#navlist1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

#navlist1 a {
height: 144px;
width: 89px;
margin-left:207px;
margin-top:0px;
padding:0;
position:absolute;
background:url("images/brief.png") no-repeat; 
}

#navlist1 a:hover { 
    background-position:0 -144px;
}

#navlist2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

#navlist2 a {
height: 144px;
width: 101px;
margin-left:296px;
margin-top:0px;
padding:0;
position:absolute;
background-image:url("images/observe.png");  

}

#navlist2 a:hover { 
    background-position:0 -144px;
}

#navlist3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

#navlist3 a {
height: 144px;
width: 118px;
margin-left:397px;
margin-top:0px;
padding:0;
position:absolute;
background-image:url("images/subscribe.png");  

}

#navlist3 a:hover { 
    background-position:0 -144px;
}

#navlist4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}

#navlist4 a {
height: 144px;
width: 113px;
margin-left:515px;
margin-top:0px;
padding:0;
position:absolute;
background-image:url("images/advertise.png");  

}

#navlist4 a:hover { 
    background-position:0 -144px;
}

#navlist5 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}
 
#navlist5 a {
height: 144px;
width: 113px;
margin-left:628px;
margin-top:0px;
padding:0;
position:absolute;
background-image:url("images/promote.png");  

}

#navlist5 a:hover { 
    background-position:0 -144px;
}


/* And, um, that's about it. */
