* {
	margin: 0;
	padding: 0;
	
	}

body {
	font-size: 62.5%;
	font-family: Century Gothic, sans-serif;
	background: url(../images/body-bg.png) repeat top;
	}
	
p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	color: #330066;
	}

a { color: #330066; text-decoration: none; }
a:hover, a:active { background-color:#f9cbdf; }

h1 { font-size: 1.6em; font-style: italic; font-weight: bold; color: #330066; }

h2 { font-size: 1.6em; font-style: italic; font-weight: bold; color: #330066; text-decoration: underline;  }

h3 {
	font-size: 2em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: 0.8em;
	color: #330066;
	border-bottom: 2px solid #330066;
	width: 490px;
	}

h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #330066;
	line-height: 1.2em;
	width: 85%;
	margin: -10px 0 0 20px;
	}

p span#phone {
		float: right;
		text-align: right;
		}
p span#where {
	padding-left: 15px;
	font-size: .9em;
	font-style: italic;
	line-height: 1.2em;
	}

p img {
	padding: 0 10px 5px 10px;
	}
	
footer span#fimg {
	padding: 5px 10px 5px 10px;
}

textarea {
    resize: none;
}

.clear { clear: both; }

div#page-wrap {
	width:800px;
	margin: 0 auto;
	height: auto;
	}
	
div#header {
	width:800px;
	margin: 0 auto;
	height: 250px;
	background: url(../images/main-top.png) no-repeat;
	
	}

div#main-content {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	padding-top: 0px;
	
	}
	
	div#main-content div#main-text {
		width: 535px;
		float: right;
		padding: 30px 25px 25px 0;
		background: url(../images/rheadover.png) top right no-repeat;
	
		}
		
		div#main-content div#main-text span {
				color: #330066;
		}
	
	div#main-content div#left {
		float: left;
		width: 225px;
		background: url(../images/nav-side.png) right no-repeat;
		
		}
		
		ul#nav {
			width: 18em;
			padding-left: 15px;
			padding-top: 20px;
			
			}
	
		ul#nav li {
			list-style: none;
			border-top: 4px solid #ffffff;
			text-align: center;
			margin: 0;
			
			}
	
		ul#nav li a {
			display: block;
			text-decoration: none;
			padding: .50em;
			border-bottom: 4px solid #ffffff;
			font-size: 1.6em;
			font-weight: bold;
			
			}
		
		ul#nav li a:link, a:visited { color: #330066; } 
		ul#nav li a:hover { background-color: #f9cbdf; }
		ul#nav li#youarehere a { background-color: #cabcdc; }
		
#contact-area {
	width: 478px;
	margin: 0 auto;
	
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 450px;
	font-family: Century Gothic, sans-serif;
	color: #330066;
	font-size: 1.4em;
	margin: 0px 0px 0px 15px;
	border: 2px solid #cabcdc;
	background: #ffffff;
}

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

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

#contact-area input.submit-button {
	width: 75px;
	margin: 10px 3px 0px 0px;
	float: right;
	color: #330066;
	border: none;
	background: #cabcdc;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: auto;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 1.4em;
	color: #330066;
}

	div#footer {
		width: 800px;
		height: 30px;
		margin: 0 auto;
		background: #f9cbdf;
		padding: 5px 0 1px 0;
		border-top: 4px solid #cabcdc;
		
		}
		
		div#footer div#fcontent {
			margin: 0 auto;
			width: 775px;
			
			}
			
			div#footer div#fcontent p{
				font-size: 1.3em;
				color: #330066;
				margin-top: 1px;
			}
			
			div#footer div#fcontent img{
				margin-top: -.1em;
				margin-right: -1em;
				
			}
			

