html, body {
	height: 100%;
}

body {	
	background: #c00;
	margin: 0;	
	cursor: default;
	padding-left: 14px;
}

#background{	
	border-left: 1px solid #fff;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	background: #000 url(/img/flares-background.jpg) no-repeat fixed bottom right;
}

#outterbox {	
	padding: 0px 45px 20px;;
	font: 14px trebuchet ms, helvetica, arial, verdana, tahoma;
	color: #eee;
	width: 900px;
}

#innerbox{
	width: 900px;
}

#menu {	
	color: #eee;
	font: 14px trebuchet ms, arial, verdana;
	margin: 30px 0px;
	padding: 20px;
	background: #101010 none repeat scroll 0 0;
	border: 1px solid #444;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: right;
	width: 450px;
}

#menu a, #menu a:visited {
	text-decoration:none;
	color: #eee;
	padding-left: 12px;
	background: transparent url(/img/bullet.gif) no-repeat scroll left 5px;
}
	
#menu a:hover{
	color: #888;
	background-image:url(/img/bullethover.gif);
}

#menu a.focus, #menu a.focus:visited{
	color: #e00;
	background-image: url(/img/bulletfocus.gif);
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 5px 0 0 5px;
}

#menu li {
	margin: 2px 0;
}

div.contact{
	position: absolute; 
	top: 158px; 
	left: 858px; 
}


 a.contact, a.contact:visited{
	display: block; 
	padding: 5px; 
	color: #eee; 
	font: 11px verdana, tahoma, arial; 
	background: none;
}

a.contact:hover{
	color: #888;
}

#contents {
	margin-bottom: 30px;
	line-height: 20px;
	clear: both;
}

span.quote1 {
	color: #888;
}

span.quote2{
	color: #eee;
	line-height: 60px;
}

h1 {
	font: 28px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
	color: #c00;
	margin:0px;
}

h1 a {
	color: #c00;
}

h1 span {
	color: #eee;
}

h2 {
	font: 20px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
	margin:0px;
}

h3 span{
	font: 14px helvetica, arial, trebuchet ms, verdana;
}

div.name{
	position:absolute;
	top: 60px;
	left: 85px;
}

div.name a img {
	border: 0px;
}

div.picturebox{
	float: right;
	margin: 10px 0px 10px 20px;
}

div.image{
	text-align: center;
}

img.lightbox{
	border-color: #222;
	border-style: solid;
	border-width: 4px 4px 12px;
}

div.portfolio {
	float: left;
	width: 435px;
	margin: 0 0 25px;
	background-color: #111;
	position: relative;
	border: 1px solid #333;
	-moz-border-radius: 0 16px 16px 0px;
	border-radius: 0 16px 16px 0
}

div.portfolioLeft {
	margin-right: 25px;
}

div.portfolio img.thumb {
	border: 6px solid #333;
	display: block;
	margin-right: 10px;
	float: left;
}

div.portfolio div.text {
	padding: 7px;
	font: 12px/25px trebuchet ms, helvetica, arial, verdana;
	color: #888;
}

div.portfolio div.text strong{
	font-size: 13px;
	color: #eee;
	padding-left: 25px;
	background: url(/img/spacer.gif) no-repeat 0 1px transparent;
}

div.image img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #333 none repeat scroll 0 0;
	padding: 4px;
	border: 1px solid #444;
}

div.menuoption{
	float: left;
	padding-right: 20px;
}

div.menudivider{
	border-right: 1px solid #333;
	margin-right: 20px;
}

div.quote{
	width: 425px;
	margin-left: 30px;
	font: 40px georgia, arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
}

div.quotee{
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}

div.error {
	color: #c00;
	font: 50px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
}

div.success {
	color: #0c0;
	font: 50px arial rounded mt bold, trebuchet ms, helvetica, arial, verdana;
}

div.separator{
	border-top: 1px solid #333;
	margin-bottom: 10px;
	clear: both;
}

div.separatorLight{
	border-top: 1px dashed #333;
	margin-bottom: 10px;
	width: 500px;
	clear: both;
}

div.left{
	float: left;
}

div.right {
	float: right;
}

div.center{
	text-align: center;
}

div.limit {
	clear: both;
}

a, a:visited{
	color: #c33;
	text-decoration: none;
}

a:hover {
	color: #888;
}

form div{
	padding: 5px;
}

form label {
	display: block; 
	margin-bottom: 2px; 
	font-size: 12px;
}

form label span{
	padding-left: 15px;
	color: #ff0000;
}

form input, form textarea {
	width: 500px; 
	font: bold 16px helvetica, arial, trebuchet ms, verdana;
	padding: 5px;
	color: #888;
	background-color: #222;
	border: 1px solid #444;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form textarea {
	height: 200px;
}

form div.buttons{
	width: 500px;
	text-align: center;
}

form button {
	font: bold 16px helvetica, arial, verdana;
}