/* CSS Document */

body {
	margin: 10px 0px;
	padding: 0px;
	background-color: #e2e2e2;
	}

#outerWrapper {
	width: 900px;
	margin: 10px auto;
	background-color: #64a6c5;
	padding: 10px;
	}

#wrapper {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	background-image: url(layout/bg_sidebar.gif);
	background-position: right;
	background-repeat: repeat-y;
	}

#sidebar {
	float: right;
	width: 230px;
	padding-bottom: 20px;
	}
	
#main {
	float: left;
	width: 650px;
	padding-bottom: 20px;
	}
	
.titleWrap {
	height: 30px;
	text-align: center;
	margin: 15px 10px 20px 10px;
	border: 1px solid #ff0000;
	}

.navWrap {
	height: 20px;
	text-align: center;
	margin: 0px;
	border: 1px solid #ff0000;
	}
	
.clearing {
	height: 0;
	clear: both;
	}
	
#footerWrap {
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0px auto;
	background-color: #64a6c5;
	background-image: url(layout/bg_sidebar.gif);
	background-position: right;
	background-repeat: repeat-y;
	}

#footerSidebar {
	float: right;
	width: 230px;
	border-top: 10px solid #64a6c5;
	}

#footerMain {
	float: left;
	width: 650px;
	}

div.box {
	width: 560px;
	margin: 20px auto;
	border: 1px solid #000000;
	}
	

/* Contact Form */

.captcha {
	display: block;
	width: 200px;
	margin: 5px auto;
	}

#formWrap {
	width: 560px;
	margin: 20px auto;
	}

form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	min-width: 500px;
	max-width: 600px;
	width: 560px; 
}

form fieldset {
	clear: both;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: none;
	border-right: none;
	padding: 10px;
	margin: 0px;
	}

form fieldset legend {
	font-size: 18px;
	color: #333333;
	padding-bottom: 4px;
}

form label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 5px; 
	margin: 5px 0px 0px;
	text-align: right; 
}

form input, form textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	width: 200px;
	margin:5px 0px 0px 10px; 
}

form input#reset {
	margin-left:0px;
}

textarea { 
	overflow: auto; 
	}

form br {
	clear:left;
}