* {
	margin: 0;
}
body {
	background-color: #b4cd95;
	
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
}

p {
	margin-bottom: 12px;
}

img {
	border: none;
}

input {
	border: 1px solid #b4cd95;
	background-color: #fff;
}

.hasErrors {
	display: block;
	border: 1px solid #f00;
	margin: 5px;
	padding: 5px;
}

.alt_box {
	border: 2px solid #000;
}

/* Template */
#cOuter {
	margin: 10px auto;
	width: 1014px;
	background-color:#b4cd95;
}

#top_left {
	float:left;
	width: 368px;
	height: 325px;
	
	background-image: url(../images/top_left.gif);
	background-repeat: no-repeat;
}

#top_right {
	float: left;
	width: 632px;
	height: 325px;
	
	background-image: url(../images/top_right.gif);
	background-repeat: no-repeat;
}

#mid_left {
	float: left;
	width: 368px;
	height: 296px;
	
	background-image: url(../images/mid_left.gif);
	background-repeat: no-repeat;
}

#mid_right {
	float: left;
	width: 124px;
	height: 296px;
	
	background-image: url(../images/mid_right.gif);
	background-repeat: no-repeat;
}

#bottom {
	clear: both;
	width: 1000x;
	height: 80px;
	
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
}

#cContent {
	overflow: auto;
	float: left;
	width: 522px;
	height: 296px;
	background-color:#fff;
}
