body,
	html {
		margin:0;
		padding:0;
		background:#ffffff;
	}
	body {
		/*min-width:790px;*/
		min-width:890px;
	}
	#wrap {
	margin:0 auto;
	width:890px;
	/*border: 1px solid #333333;*/
	background-color: #FFFFFF;
	}
	#header {
		background: #C8D4EB url(../nav/nav-top-left.jpg) no-repeat left;
		height: 54px; /*Height of top section*/
	}
	#dropshadow{
	background-image: url(../nav/nav-bottom-left.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: left top;
	}
	#main {
	padding:10px 5px 10px 10px;
	float:left;
	/*width:500px;*/
	width:600px;
	}
	#sidebar {
		padding:10px 10px 10px 5px;
		float:right;
		width:200px;
	}
	#footer {
	clear:both;
	padding: 2px 0 4px;
	background: white;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	#footer p {
		padding:5px;
		margin:0;
		background: black;
		color: #FFF;
		text-align: center;
    }

/* start extras */	
.rightform{
	padding: 10px;
	border: 1px dotted #999999;
	background-color: #CCCCCC;

}

.rightform textarea {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.rightform h4 {
	line-height: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.rightform P {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;

}

.smalldesc{
	font-size: 0.8em;
	line-height: 1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666666;
	text-align: justify;

}