/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #e0dfe3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	}
	
a, h1, h2, h3, strong {
	color:#5465ae;
	}

h1 {
	font-size:18px;
	line-height:20px;
	}
	
h2 {
	font-size:14px;
	line-height:18px;
	}
	
h3 {
	font-size:12px;
	}

h1 sup {
	font-size:10px;
	}
	
p sup {
	font-size:8px;
	}

#container {
	width:768px;
	margin:20px auto 0 auto;
	background:url(images/bg_container.gif) repeat-y;
	}
	
#header {
	width:768px;
	height:124px;
	background:url(images/bg_header.gif) no-repeat;
	}

#wrapper {
	width:704px;
	margin-left:34px;
	padding-top:20px;
	border-top:solid 1px #CCCCCC;
	}
	
#content {
	float:left;
	width:385px;
	padding-right:20px;
	line-height:16px;
	}
	
#sidebar {
	float:left;
	width:299px;
	}
	
#pic {
	width:299px;
	margin-bottom:20px;
	}

#caption {
	width:299px;
	}

#footer {
	clear:both;
	width:736px;
	padding:40px 0 20px 32px;
	background:url(images/footer.gif) no-repeat top #e0dfe3;
	}

/* CONTACT FORM */

.red {
	color:#FF0000;
	font-weight:bold;
	}

#contact-area {
	width: 299px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 80px;
	padding-top: 5px;
}

#contact-area input, #contact-area textarea,  #contact-area select {
	padding: 5px;
	float:left;
	width: 180px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #004b85;
}

#contact-area input.submit-button {
	width: 60px;
	margin-left:95px;
	padding:3px;
}

