@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}

body {
	background: url(images/bgimage.jpg) repeat;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.container {
	margin: 0 auto;
	width: 1000px;
}

#header .container {
	background: url(images/header.png) no-repeat;
	height: 214px;
}


/* Navigation */
ul#nav {
	list-style: inside;
	float: left;
	padding: 165px 0 0 30px;
	}
	
ul#nav li {
	display: inline;
}
		
ul#nav li a {
	display: block;
	float: left;
	height: 45px;
	text-indent: -9999px;
}
			
ul#nav li.home a {
	width: 98px;
	background: url(images/home.png) bottom center;
}

ul#nav li.portfolio a {
	width: 144px;
	background: url(images/portfolio.png) bottom center;
}

ul#nav li.quote a {
	width: 105px;
	background: url(images/quote.png) bottom center;
}

ul#nav li.contact a {
	width: 144px;
	background: url(images/contact.png) bottom center;
}

ul#nav li a:hover{
	background-position: top center;
}

#sub-header .container {
	background: url(images/sub-header.png) no-repeat;
	height: 236px;
}

#text-box {
	width: 400px;
	padding: 80px 0 0 450px;
	font-size: 16px;
	font-weight: bold;
}

#content .container {
	background: url(images/contentbg.png) repeat-y;
	padding: 20px 0 20px 0;
}

#main-content {
	width: 550px;
	float: right;
	padding-right: 60px;
}

#main-content a {
	text-decoration: none;
	color: #000;
}

#main-content a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 250px;
	float: left;
	padding-left: 70px;
}

.clear {
	clear: both;
}

#footer .container {
	background: url(images/footer.png) no-repeat;
	height: 172px;
	font-size: 12px;
}

#footer li {
	display: inline;
}

#footer a {
	text-decoration: none;
	color: #FC0;
}

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

#footer-box {
	padding: 90px 0 0 80px;
}

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

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	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 #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

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