#container{
	background: #997399;
}

/**
 HEADER
*/
#header{
	height: 104px;
	background: #997399 url("../images/header_solid.jpg") no-repeat 100%;
	border-bottom: 1px solid white;
}
#header #logo{
	border-right: 0;
}

/**
 * NAV
*/
#nav{
	border-bottom: 1px solid white;
	margin-bottom: 0;
}

/**
 * PAGE ID
*/
#pageid{
	display: none;
}

/**
 MAIN CONTENT
*/
#maincontent{
	background: none;
	margin: 0;
	color: white;
	padding: 0;
}
#maincontent #leftimage{
	float: left;
	width: 33%;
	background: url("../images/women.jpg") no-repeat 50% 0%;
	height: 260px;
	border-right: 1px solid white;
	margin: 0;
	padding: 0;
}
#maincontent #contenttext{
	margin-left: 35%;
	background: none;
}
#maincontent #contenttext h3{
	color: white;
	margin: 0;
	font-size: 140%;
	padding: 0.5em 0 0.5em 0;
	margin-left: -1%;
}
#maincontent a, #updates a{
	font-weight: bold;
	color: white;
}
#maincontent ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 1em;
}
#maincontent p{
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
}
#maincontent h3{
	margin-top: 0;
}

/**
 UPDATES
*/
#updates{
	clear: both;
	margin: 0 0 0 0;
	color: white;
	font-size: 70%;
	background: #997399 url("../images/updates_back.gif") repeat-y 100% 0%;
	border-top: 1px solid white;
}
#updates h4{
	margin: 0.4em 0 0.4em 0.4em;
	font-size: 100%;
}
#updates form{
	margin: 0;
	padding: 0;
}
#updates p{
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: 1em;
}
#newsupdates, #eventupdates, #solsearch{
	height: 15em;
}
#newsupdates{
	float: left;
	width: 33%;
	background: #739973;
	border-right: 1px solid white;
}
#eventupdates h4{
	margin-left: -1%;
}
#eventupdates{
	float: right;
	width: 33%;
	background: #997399;
	border-right: 1px solid white;
}
#solsearch{
	float: right;
	width: 33%;
	padding: 0;
	background: #739973;
}
#updates input{
	font-family: "Verdana", sans-serif;
	font-size: 100%;
}
#updates form{
	margin: 0;
	padding: 5px;
}

/**
 * FOOTER
*/
#footer{
	border-top: 1px solid white;
	clear: both;
	font-size: 60%;
	background: #997399;
	margin: 1px 0 0 0;
	color: white;
	text-align: right;
	height: 20px;
}