body, html { 
	background: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper { 
	width: 1000px;
	margin: 75px auto;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#menu {
position: absolute;
width: 1000px;
height:25px;
top: 183px;
text-align: center;
vertical-align:top;
z-index: 100;
}

#menu ul {
margin:0;
padding:0;
}

#menu li {
list-style-type: none;
display: inline;
font-size: 11px;
color: #707070;
margin:0;
padding:0;
}

#menu li a {
color: #00B0CB;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding: 0 8px 0 4px;
}

#menu li a:hover {
color: orange;
}



/* THE BANNER IS THE IMAGE DESIGN ACROSS THE TOP including nav area
--------------------------------------------------------- */

#banner   {
	background-image: url("/images/banner_1_logo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	z-index: 10;
	top: 0;
	left: 0;
	width: 1000px;
	height: 135px;
}
	
	
	
/* BANNER 2 is for home page only
--------------------------------------------------------- */

#banner2   {
	background-image: url("/images/banner_art.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	z-index: 10;
	top: 0;
	left: 0;
	width: 1000px;
	height: 51px }




/* CONTENT BOX AND TEXT STYLES
--------------------------------------------------------- */

#content {
	width: 771px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	margin-bottom: 50px;
	text-align: left;
	background: #FFFFFF;
	background-image: url(/images/gradient_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 2px solid white;
}

#content h1 {
	font-size: 24px;
	font-weight: 100;
	color: orange;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

#content h2 {
	font-size: 16px;
	font-weight: 100;
	color: #4D4D4F;
	margin:0;
	padding: 7px 0 15px 0;
	text-transform: uppercase;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
	text-transform: uppercase;
}
#content p {
	line-height: 150%;
	margin: 0;
	padding: 0 0 5px 0;
}

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

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

#content a:hover {
	color: orange;
	text-decoration: none;
}

#content a:active {
	color: #000000;
	text-decoration: none;
}

#content ul {
	color: #282924;
	margin: 5px 0 20px 15px;
	padding: 0;
}

#content li {
	margin: 0 0 10px 0;
	display: block;
}

#text-home {
margin:0;
padding:40px 50px 20px 130px;
}

#text-main {
margin:0;
padding:40px 50px 20px 200px;
}

#text-portfolio {
margin:0;
padding:40px 50px 20px 0;
float: right;
width: 200px;
}

#buttonbox {
	width:150px;
	float:left;
	margin:82px 0 0 25px;
	padding: 0;
}

#buttonbox p.caption {
	font-size:0.8em;
	font-style:italic;
	margin-left:10px;
}



/* Sidebar is for the portfolio gallery on the left
----------------------------------------------------------- */

#sidebar {
	float: left;
	margin: 0;
	padding: 40px 0 0 40px;
}

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

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

#sidebar a:hover {
	color: orange;
	text-decoration: none;
}

#sidebar a:active {
	color: #000000;
	text-decoration: none;
}

#photos {
	width: 440px;
	height: 380px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#caption {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}
	
	
/* FOOTER
----------------------------------------------------------- */

#footer {
	width: 100%;
	text-align: center;
}

#footer h1 {
	font-size: 9px;
	text-transform: uppercase;
	color: #4D4D4F;
	margin: 0;
	padding: 20px 0;
}


#footer a:link {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #FCBE5D;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}


