/* Styles for CCW */
body{
	margin: 0;
	padding: 0;
	font-family: gerogia, arial, verdana;
}

a{
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img{
	border: none;	
}

#wrapper{
	position: relative;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 231px;
	width: 100%;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
	height: 231px;
	width: 238px;
}

#hd_links{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 23px;
	background-color: #C33D46;
}

.menu ul{
	list-style: none;
	margin: 0 0 0 10%;
	padding: 3px 0;
}

.menu li{
	float: left;
	padding: 0 15px;
}

.menu a{
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: transparent;
}

#welcome{
	position: absolute;
	top: 37px;
	left: 300px;
	font-size: 30px;
	font-weight: bold;
	color: #3c416b;
	background-color: transparent;
}

#banner{
	position: absolute;
	top: 37px;
	right: 0;
	background-image: url("images/house_drawing.jpg");
	height: 194px;
	width: 477px;
}

#leftCol{
	position: absolute;
	top: 231px;
	left: 0;
	width: 25px;
	height: 100%;
	background-color: #C33D46;
}

#leftCol2{
	position: absolute;
	bottom: 0;
	left: 35px;
	width: 50px;
	height: 150px;
	background-image: url("images/btm_angle.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #C33D46;
}

#footer{
	position: absolute;
	bottom: 0;
	left: 95px;
	width: 100%;
	height: 75px;
	background-color: #3c416b;
}

#content{
	position: absolute;
	top: 235px;
	left: 96px;
	width: 100px;
	height: 100px;
	overflow: auto;
}
