html {
	overflow:-moz-scrollbars-vertical;
	}

body {
	background-image: url(images/bgimage-2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #FFF;
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}
	
#header {
	position: absolute; top: 42px; left: 550px;
	}	
	
h4 {
	font: bold 14px arial, helvetica, sans-serif;
	padding-left: 80px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #900;
	}		
	
span#h4 {
		border: 1px solid #fff;
		padding: 5px;
	}		
	
span#was {
		padding: 5px;
	}	
		
#title {
	font: small-caps normal 24px arial, helvetica, sans-serif;
	letter-spacing: 2px;
	color: #900;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 10px 2px 10px;
	float: left;
	position: absolute; top: 50px; left: 69px;
	}		
	
p {
	font: 11px verdana, helvetica, sans-serif;
	line-height: 18px;
	color: #333;
	padding: 0 80px 0 80px;
	}	
	
em {
	color: #633;
	font-family: verdana, Arial, Helvetica, sans-serif;
	}
	
#main {
	border: 1px solid #fff;
	-webkit-box-shadow: 10px 10px 25px #666;
	-moz-box-shadow: 10px 10px 25px #666;
	box-shadow: 10px 10px 25px #666;
	width: 600px;
	/*height: 400px;*/
	float: right;
	position: absolute;
	top: 115px;
	right: 50px;
	}
	
div#tab {
	font: bold 11px arial, helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
	background-color: #fff;
	position: absolute; top: 492px; left: 309px;
	padding: 5px 10px 5px 10px;
	opacity: 0.6;
	}
	
#mainprofile {
	border: 1px solid #fff;
	width: 600px;
	height: 400px;
	float: right;
	position: absolute; top: 115px; right: 58px;
	line-height: 20px;
	overflow: scroll;
	}
	
#mainclients {
	border: 1px solid #fff;
	width: 600px;
	float: right;
	position: absolute; top: 115px; right: 50px;
	-webkit-box-shadow: 10px 10px 25px #666;
	-moz-box-shadow: 10px 10px 25px #666;
	box-shadow: 10px 10px 25px #666;
	/*padding-bottom: 150px;
	padding-top: 60px;*/
	}	
	
#mainwriting {
	width: 600px;
	float: right;
	position: absolute; top: 115px; right: 50px;
	line-height: 20px;
	}
	
li.footnotes {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
	
span.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #333;
	display: block;
	float: left;
	padding-top: 8px;
	margin: 8px 5px;
	}	
	
hr {
	width: 600px;
}
	
#mainform {
	width: 600px; height: 400px;
	float: right;
	position: absolute; top: 115px; right: 50px;
	}	
	
blockquote {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style: italic;
	float: left;
	position: relative; left: 280px; top: 525px;
	color: #600;
}

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
}
	
#leftnav {
	width: 25%;
	float: left;
	position: absolute;
	top: 165px;
	left: 30px;
	}	
	
ul#navfilm {
	list-style-type: none;
	font: normal normal 11px/180% trebuchet, helvetica, sans-serif;
	text-transform: capitalize;
	padding: 5px;
	margin: 5px;
	}
	
ul#navtitle {
	list-style-type: none;
	font: normal 13px/200% arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	
ul#clients {
	list-style-type: none;
	font: 11px/23px verdana, arial, helvetica, sans-serif;
	color: #333;
	padding-left: 80px;
	padding-right: 80px;
	}	
	
ul#info{
	list-style-type: circle;
	line-height: 17px;
	color: #900;
	}						

form {
	font: 12px arial, helvetica, sans-serif;
	color: #fff;
	display: block;
	padding-left: 30px;
	}
	
input {
	background-color:#ccc;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 1px solid #fff;
	padding: 3px;
	}
	
input:focus {
	border: 1px solid #999;
	}	
	
textarea {
	background-color: #ccc;
	border: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	overflow: hidden;
	}
	
textarea:focus {
	border: 1px solid #999;
	}		

#button {
	font: bold 12px arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px;
	color: #900;
	background-color: #ccc;
	border-color: #fff;
	}

fieldset {
	background-color:#999;
	border: 1px solid #fff;
	opacity: 0.7;
	height: 400px;
	}

legend {
	font: bold 14px arial, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #900;
	background-color:#999;
	padding: 10px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	position: absolute; top: -36px; left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	}
	
label {
	font: 10px arial, helvetica, sans-serif;
	text-transform:uppercase;
	}	
	
address {
	font: normal normal normal 11px arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #900;
	position: absolute; bottom: 40px; left: 42px;
}

span#phone {
	color: #333;
}

#thumbs {
	width: 600px;
	height: 25px;
	float: right;
	position: absolute; top: 540px; right: 50px;
	text-align: center;
	}	
	
.thumbs {
	border: 1px solid #fff;
	}	

a:link {color: #333; text-decoration: none;}

a:visited {color: #333; text-decoration: none;}

a:hover {color: #fff;}

a:active {color: #333;}

a:focus{outline: none;}	

#footer {
	margin: 0 auto;
	width: 860px;
	background-color: #999;
	padding: 20px;
	position: relative; top: 695px;
	opacity: 0.6;
	}
	
#self {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	position: relative; left: 70px; top: 400px; 
	}	

