body
{
	background-color: black;
	color: white;
}

div#wrapper
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}

a
{
	color: #66f;
}

/* @group Header */

div#header
{
	width: 100%;
	margin-bottom: 10px;
	height: 80px;
}

#frontImage #myGallery
{
	width: 900px !important;
	height: 244px !important;
} 


/* @group Tabs */

#header_nav
{
	margin-top: -14px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 16px Verdana;
	border-bottom: 1px solid white;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

#header_nav li
{
	display: inline;
	margin: 0;
}

#header_nav li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #333333;
	color: white;
}

#header_nav li a:visited
{
	color: white;
}

#header_nav li a:hover
{
	background-color: #666666;
	color: white;
}

#header_nav li a:active
{
	color: #ddd;
}

#header_nav li.selected a /*selected tab effect*/
{
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: black;
	color: white;
}


/* @end */


div#tagline
{
	width: 100%;
	text-align: right;
}
/* @end */

/* @group Content */
div#content {
	margin-top: 10px;
	clear: both;
}

/* @end */

/* @group Index */
div#about {
	width: 440px;
	float: left;
	background-color: #0f0f0f;
	margin-top: 10px;
	padding: 4px;
}

div#reference {
	width: 440px;
	float: right;
	background-color: #0f0f0f;
	margin-top: 10px;
	padding: 4px;
}


/* @end */

/* @group Illustration Pages */
#illustration #myGallery
{
	width: 900px !important;
	height: 700px !important;
} 

/* @end */

/* @group Footer */
div#footer {
	clear: both;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
}

/* @group Tabs */

#footer_nav
{
	/*margin-top: -14px;*/
	padding: 3px 0;
	margin-left: 0;
	font: bold 16px Verdana;
	border-top: 1px solid white;
	list-style-type: none;
	text-align: right; set to left, center, or right to align the menu as desired
}

#footer_nav li
{
	display: inline;
	margin: 0;
}

#footer_nav li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-top: none;
	background-color: #333333;
	color: white;
}

#footer_nav li a:visited
{
	color: white;
}

#footer_nav li a:hover
{
	background-color: #666666;
	color: white;
}

#footer_nav li a:active
{
	color: #ddd;
}

#footer_nav li.selected a /*selected tab effect*/
{
	position: relative;
	bottom: 1px;
	padding-bottom: 4px;
	background-color: black;
	color: white;
}


/* @end */

/* @end */

