body {
	margin:0;
	padding:0;
	background-color:black;
	text-align:center;
	font-size:12px;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida", "Tahoma", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
/* #7BAA6B green, #E4B67A tan, #419EC5 blue, #BF1E2D red, */
h1, h2, h3, h4 {
	margin:10px 40px;
	padding:0;
	color:#999;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida", "Tahoma", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 { font-size: 24px; line-height:24px; margin-bottom:15px;}
h2 { font-size: 20px; line-height:20px; }
h3 { font-size: 18px; line-height:20px; margin-bottom:5px; color:white;}
h4 { font-size: 14px; font-weight:bold; }
p, q {
	margin: 0 40px 14px 40px ;
	line-height:18px;
	padding:0;
	color:#e3e3e3;/*gray*/
	font-weight:normal;
}
ul {
	margin: 0 40px 14px 60px ;
	padding:0;
	list-style-position:outside;
	list-style-image:url(../images/bullet.gif);
	color:#999;
}
ol {
	margin: 0 40px 14px 60px ;
	padding:0;
	list-style-position:outside;
	color:#999;
}
a {color:#999; }/*dark gray*/
a:hover {color:white;}
a img {border:none;}
/*------------------------------
		structure
------------------------------*/
#wrap {
	width:800px;
	margin:0 auto;
}
#header {
	width:800px;
	background-color:black;
}
#nav {
	background:url(../images/bgNav.jpg) no-repeat top;
	width:800px;
	height:45px;
	margin-bottom:10px;
}
#head-bar {width:800px; height:43px;background-color:#222;/*grey*/}
#content {
	width:800px;
	background-color:#222;/*gray*/
	text-align:left;
	padding-top:20px;
}
#left-big {
	width:60%;
	float:left;
	background:url(../images/bar-v.gif) repeat-y top right;
	margin-bottom:20px;
}
#left-small {
	width:30%;
	float:left;
	margin-bottom:20px;
}
#right-big {
	width:70%;
	float:right;
	background:url(../images/bar-v.gif) repeat-y top left;
	margin-bottom:20px;
}
#right-small {
	width:40%;
	float:right;
	margin-bottom:20px;
}
#footer {
	background-color:black;
	width:800px;
	clear:both;
	padding-top:10px;
}
/*------------------------------
		nav
------------------------------*/
#nav ul {margin:0; padding:0;}
#nav ul li {
	display:block;
	float:left;
	list-style-type:none;
}
#nav ul li a {
   display:block;
   height:45px; width:200px;
   text-indent:-9009px;
}
#nav ul li#nav1 a:hover {background:url(../images/welcome.gif) no-repeat top;}
#nav ul li#nav2 a:hover {background:url(../images/about.gif) no-repeat top;}
#nav ul li#nav3 a:hover {background:url(../images/work.gif) no-repeat top;}
#nav ul li#nav4 a:hover {background:url(../images/contact.gif) no-repeat top;}

#welcome #nav ul li#nav1 a {background:url(../images/welcome.gif) no-repeat top;}
#about #nav ul li#nav2 a {background:url(../images/about.gif) no-repeat top;}
#work #nav ul li#nav3 a {background:url(../images/work.gif) no-repeat top;}
#contact #nav ul li#nav4 a {background:url(../images/contact.gif) no-repeat top;}
/*------------------------------
		head bar
------------------------------*/
#welcome #head-bar {background:url(../images/top-welcome.gif) no-repeat top;}
#about #head-bar {background:url(../images/top-about.gif) no-repeat top;}
#work #head-bar {background:url(../images/top-work.gif) no-repeat top;}
#contact #head-bar {background:url(../images/top-contact.gif) no-repeat top;}
/*------------------------------
		content
------------------------------*/
.bar {
	background:url(../images/bar-h.gif) repeat-x top left;
	margin:10px 40px;
	height:5px;
	clear:both;
}
.bigtext {font-size:15px; line-height:22px;}
a.more {
	background:url(../images/more.gif) no-repeat left; 
	padding:5px 10px;
	text-decoration:none;
}
/*------------------------------
		popups
------------------------------*/
#popup {
	text-align:left;
	background-color:#222;/*gray*/
}
#popup h1 {
	background-color:#191919;/*dark gray*/
	margin:0 0 10px 0;
	padding:10px 40px;
}
#popup img {
	float:left;
	margin:10px 10px 10px 40px;
}
/*------------------------------
		footer
------------------------------*/
#footer p, #footer a {color:#ffffff; font-size:10px;}
#footer a:hover {color: #333333;}
#footerList {
	display: block;
	width: 200px;
	margin-right: 100px;
	float: right;
}
/*------------------------------
		forms
------------------------------*/
#contact {margin:10px 10px 0 40px;}
#contact input {
	display:block;
	border:none;
	background-color: #000000;
	color:white;
	padding:5px;
	margin:10px 0 5px 0;
	width:180px;
}
#contact fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border:none;
	width:50%;
	float:left;
}
#contact textarea {
	display: block;
	width: 180px;
	margin:10px 0 5px 0;
	border:none;
	background-color:black;
	color:white;
}
#contact label {
	color:#e3e3e3;/*gray*/
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:11px;
	padding-right:5px;
}

#contact .fields {
	color: #fff;
	
}
/*------------------------------
		splash page
------------------------------*/
#splash {margin-top:100px;}
#splash #content {height:150px;}
#splash #content a {
	background:url(../images/dot.jpg) no-repeat left;
	margin-left:60px;
	padding-left:30px;
	font-size:14px; 
	display:block;
}
.flash {
	border: 1px solid #e3e3e3;/*gray*/
	float:left;
	width:300px;
	margin:30px 20px 0 80px;
	padding:20px 0;
	background-color:black;
}
.html {
	border: 1px solid #e3e3e3;/*gray*/
	float:left;
	width:300px;
	margin:30px 0 0 20px;
	padding:20px 0;
	background-color:black;
}