* { /* reset for cross browser compatibility */
	margin: 0px;
	padding: 0px; }

/* for testing */	
/* { border: 1px solid #FFFFFF; 
	margin: -2px; } */


html, body {
	height: 100%;
	text-align: center; }	

body {   
   	text-align: center;	/* workaround for IE5 to accomplish horizontal centering by exploiting its incorrect application of text-align to block elements. Centering will be inherited in child elements, so must specify at lower level if necessary. */
   	min-width: 760px;	/* avoid content from disappearing off edge in Netscape */
  	background-color: #333333;
	background-image: url(../images/page-bg.jpg);
	font: normal normal normal 0.8em Arial, Tahoma, sans-serif; }  

* a:link { color: #333; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: none; }
* a:visited { color: #333; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: none; }
* a:hover { color: #fff; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: underline; }
* a:active { color: #333; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: none; }



/* core layout elements */

#wrapper { 
	width: 800px; 
	margin: 0 auto 0; 
	background-image: url(../images/content-bg.jpg); }

#header {
	display: block;
	height: 200px;
	width: 800px; 
	clear: both; 
	background: #333;
	background-image: url(../images/mainmenu/header-background.jpg); }

#mainmenu {
	width: 700px;
	margin-top: 127px; 
	position: relative;
	right: 30px;
	float: right; }
	
#content { 
	text-align: left;
	clear: both; 
	padding-bottom: 20px; }
	
#column-l {
	width: 550px;
	margin-left: 0;
	margin-right: 0;
	text-align: left; }

#column-r {
	width: 220px;
	margin: 0;
	padding-bottom: 30px;
	float: right;
	background-color: #000; }

#contact { 
	clear: both;
	width: 200px;
	height: 80px;
	padding-left: 600px;
	padding-bottom: 20px;
	text-align: left;
	font: normal normal normal 11px Tahoma, Arial, sans-serif; 
	color: #ccc; 
	white-space: nowrap; }

#footer { 
	clear: both;
	width: 800px; 
	height: 100px;
	margin: 10px auto;
	color: #999; }

#pagetitle {
	width: auto; 
	height: auto;
	text-align: left;
	background: #000;
	border: 1px solid #000; }

#pagecontent {
	margin: 20px 15px 0 20px; }	


#contact a:link { color: #ccc; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: none; }
#contact a:visited { color: #ccc; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: none; }
#contact a:hover { color: #ccc; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: underline; } /* hover underline should be #99cc33 */
#contact a:active { color: #ccc; font: normal normal normal 11px Tahoma, Arial, sans-serif; text-decoration: none; }


/* end layout */


/* styling */   

p { 
	font-family: Arial, Tahoma, sans-serif;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none; 
	margin-bottom: 1.2em; }

#stitle {
	margin-top: 50px;
	margin-bottom: 8px; 
	color: #fff;
	text-transform: uppercase; 
	font-weight: bold; }

#footer p {
	font-size: 0.9em; 
	color: #666; }
	
#pagetitle h1 { 
	font: normal normal bold 2em Arial, Tahoma, sans-serif;
	color: #fff; 
	margin: 0.5em 0 0.5em 20px; }

#column-r h1 {
	font: normal normal bold 1.1em Arial, Tahoma, sans-serif;
	color: #999; }

h1 { 
	font: normal normal bold 1.6em Arial, Tahoma, sans-serif;
	color: #fff; 
	margin: 0; }

	
h2 { 
	font: normal normal bold 1.2em Arial, Tahoma, sans-serif;
	color: #fff; 
	margin-top: 1.2em;
	margin-bottom: 0.2em; }

ul {
	font: normal normal normal 1em Arial, Tahoma, sans-serif;
	color: #FFFFFF;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 2em; 
	margin-left: 20px; 
	margin-bottom: 20px; }
	
a:link { color: #FFFFFF; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }
a:visited { color: #FFFFFF; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }
a:hover { color: #FFFFFF; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: underline; }
a:active { color: #FFFFFF; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }

/* formatting */

.center-it {
	height: 100%;
	width: 100%; 
	text-align: center; }
	
.underline-it {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: medium solid #99CC33 }




/* content elements */

#project-pic {
	margin-top: 28px;
	float: left;
	width: 313px;
	height: 198px; }
	
#project-title {
	margin-top: 28px;
	float: left;
	width: 165px;
	height: 198px;
	font: normal normal bold 13px Arial, Tahoma, sans-serif; 
	color: #FFF; 
	text-align: left; 
	line-height: 18px; }
	
#project-nav {
	float: left;
	margin-top: 28px;
	margin-left: 6px;
	width: 14px;
	height: 198px;
	font: normal normal bold 13px Arial, Tahoma, sans-serif; 		
	text-align: left;
	line-height: 18px; }
	
#project-nav a:link { color: #999; font: normal normal bold 1.1em Arial, Tahoma, sans-serif; text-decoration: none; line-height: 18px; }
#project-nav a:visited { color: #999; font: normal normal bold 1.1em Arial, Tahoma, sans-serif; text-decoration: none; line-height: 18px; }
#project-nav a:hover { color: #6f0; font: normal normal bold 1.1em Arial, Tahoma, sans-serif; text-decoration: none; line-height: 18px; }
#project-nav a:active { color: #6f0; font: normal normal bold 1.1em Arial, Tahoma, sans-serif; text-decoration: none; line-height: 18px; }

.menubutton {
	height: 38px;
	min-width: 76px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap; 	
	float: right;
	margin: 0 8px 0 8px; 
	background: transparent; 
	font: normal normal bold 12px Arial, Tahoma, sans-serif; 
	color: #ccc; 
	padding-top: 19px; }
	
.menucolon { 
	width: 23px;
	height: 38px;
	float: right; 
	padding-top: 7px; }

a:hover.menubutton { 
	text-decoration: none; 
	background-image: url(../images/mainmenu/scribble.gif);
	background-position: center center; 
	background-repeat: no-repeat; }

ul.submenu {
	width: 75%;
	list-style-type: none;
	text-align: left;
	margin-top: 0.8em; }

.submenu a:link { color: #666; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }
.submenu a:visited { color: #666; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }
.submenu a:hover { color: #6f0; normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }
.submenu a:active { color: #666; font: normal normal bold 1em Arial, Tahoma, sans-serif; text-decoration: none; }

.submenu li { 
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 0.9em;
	color: #fff;
	margin-bottom: 0.5em;
	display: block; 
	white-space: nowrap; }
	
.inlinepics {
	float:right;
	margin:4px 10px; }	

.submenutitle{
	margin: 5px 47px 18px 47px;
	text-align: left;
	font: normal normal bold 12px Arial, Tahoma, sans-serif;
	color: #fff; }
	
.submenutitle-gallerymain{
	margin: 5px 47px 18px 55px;
	text-align: left;
	font: normal normal bold 12px Arial, Tahoma, sans-serif;
	color: #fff; }
	
.projectmenu {
	width: 126px;
	height: 71px;
	border: 0;
	margin: 2px; }

.green {
	color: #6f0; 
	font-weight: bold; }
	
.big {
	font-size: 14px; 
	font-weight: bold; }
	
.loud {
	margin-top: 1.3em;
	font-size: 26px; 
	text-transform: uppercase; }
	
a:link.credits { color: #666; }
a:hover.credits { color: #999; text-decoration: none; }
	