html, body{
	height: 100%;
}

body{
	background: url("images/background.jpg") scroll repeat-x #454545;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
}

#content{
	width: 900px;
	margin: auto;
}

div#navigation{
	width: 900px;
	height: 45px;
	background: url("images/nav-background.jpg") repeat-x;
	/*padding: 20px 0 0 0;
	height: 25px;*/
	font-size: 1.1em;
}
div#navigation ul{
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding-top: 13px;
}
div#navigation ul li{
	display: inline;
}
div#navigation ul li.bar{
	background: url("images/nav-bar.jpg") no-repeat right;
}
div#navigation ul li a{
	color: white;
	padding: 0 2em;	
}
div#navigation ul li a:hover{
	color: white;
	text-decoration: underline;	
}

#header{
	width: 900px;
	height: 400px;
}

#boxes .box{
	width: 260px;
	height: 209px;
	float: left;
	padding: 20px;
	color: white;
}

#boxes a{
	color: white;
}

#boxes a:hover{
	text-decoration: underline;
}

#boxes .box-sub{
	width: 220px;
	min-height: 170px;
	padding: 20px;
	color: white;
	margin-top: 10px;
}

#boxes h3{
	font-size: 1.4em;
	margin-bottom: 15px;
}

#boxes h2{
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}

#boxes #box-1{
	background-color: #ee419a;
	border-top: 11px solid #ed6fb0;
}

#boxes #box-2{
	background-color: #ffbc46;
	border-top: 11px solid #fdd183;
}

#boxes #box-3{
	background-color: #52b5f0;
	border-top: 11px solid #81c7f0;
}

#main{
	clear: both;
	width: 860px;
	padding: 20px;
	min-height: 200px;
	background-color: #efeadb;
	overflow: hidden;
}

#main h3{
	font-size: 1.25em;
	margin-bottom: 10px;
}

#main h4{
	color: #8a7948;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#main p{
	margin-bottom: 10px;
}

#main img{
	border: 2px solid #bda662;
}

#main #main-left a{
	color: #8a7948;
}

#main #main-left a:hover{
	color: #8a7948;
	text-decoration: underline;
}

#main #main-left{
	width: 580px;
	min-height: 200px;
}

#main #main-left ul li{
	list-style-type: disc;
	list-style-position: outside;
}

#main #main-right{
	width: 250px;
	min-height: 200px;
	padding-left: 20px;
	float: right;
	border-left: 2px solid #bda662;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 349px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #f78f1e;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	font-size: 1em;
}

label {
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
	font-size: 1em;
}


#footer{
	clear: both;
	color: white;
	font-size: 0.9em;
	padding: 20px;
}

#footer img{
	float: right;
}

#footer a{
	color: white;
}

#footer a:hover{
	color: white;
	text-decoration: underline;
}