﻿
body
{
	width: 100.1%;
	font-size: 100.1%;
	margin-left: -.7em;
	font-family: "Copperplate Gothic Bold", Tahoma, Verdana, Arial;
	background-color: Black;
	background-image: url('../../Images/Layout/skulls1.gif');
	color: White;
	scrollbar-base-color: #5b5b5b;
}

/*

td {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-decoration: none;

}
tr {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
*/
a {
	color: #FFA83F;
	text-decoration: none;
}
a:link {
	color: #FFA83F;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: none;
}
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}

/*************************** BEGIN LAYOUT *******************************/
/* START Header */
#Outer
{
	margin-top: 1.0em;
	margin-left: .7em;
	padding: 0em;
	width: 800px;
	height: 100%;
	text-align: left;
	background-color: Black; /*#383838;*/
	border-top: solid .5em #adadad;
	border-right: solid .5em #5b5b5b; /*#848484;*/
	border-left: solid .5em #adadad;
	border-bottom: solid .5em #5b5b5b; /*#848484;*/
}
#Header
{
	display: block;
	padding: 0em;
	position: relative;
	width: 100%;
	height: 7.0em;
	background-image: url('../../Images/Layout/blackgreyfade_100x15.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#Menu
{
	display: block;
	margin: 0em;
	padding: 0em;
	position: relative;
	width: 100%;	
	height: 1.2em;
	text-align: right;
	background-image: url('../../Images/Layout/greyfade_100x15.gif');
	font-size: 1.0em;
	text-align: center;
}
#PageContent
{
	display: block;
	margin: 0em;
	padding: 1em 0em 0em 0em;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../../Images/Layout/greyblackfade_100x15.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}
#PageContentLeftNav
{
	position: absolute;
	left: 0em;
	top: 0em;
	bottom: 0em;
	display: inline;
	margin: 0em;
	padding: 0em;
	height: auto;
}
#PageContentMainTwoColumn
{
	position: absolute;
	right: 0em;
	top: 0em;
	bottom: 0em;
	display: inline;
	margin: 0em;
	padding: 0em;
	width: 36.0em;
	font-size: .8em;
	height: auto;
}
#PageContentMainOneColumn
{
	display: block;
	margin: 0em;
	padding: 0em 1em 0em 1em;
	position: relative;
	height: 25.0em;
	font-size: .75em;
	height: auto;
}
#FooterSeparator
{
	clear: both;
	display: block;
	margin: 0em;
	padding: 0em;
	position: relative;
	height: 1.5em;
	width: 100%;
	background-image: url('../../Images/Layout/blackgreyfade_100x15.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
#Footer
{
	clear: both;
	display: block;
	margin: 0em;
	padding: .8em 0em 0em 0em;
	position: relative;
	height: 5.0em;
	font-size: .7em;
	font-family: Tahoma, Verdana, Arial;
	background-image: url('../../Images/Layout/greyblackfade_100x15.gif');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}


.title1
{
	padding: 1em 0em 0em 0em;
	font-size: 1.3em;
	color: White;
	font-weight: bold;
	border-bottom: solid .02em #adadad; 
}
.title2
{
	padding: 1em 0em 0em 0em;
	font-size: .8em;
	color: White;
	font-weight: bold;
	border-bottom: solid .02em #adadad; 
}

.content1
{
	padding: .75em 0em 0em 0em;
	font-size: .9em;
	line-height: 1.25em;
	color: White;
	font-weight: bold;
	border-top: solid .01em #adadad; 
}
.content2
{
	padding: .75em 0em 0em 0em;
	font-size: .9em;
	line-height: 1.25em;
	color: White;
	font-weight: bold;
}
.content3
{
	padding: 0em 0em 0em 0em;
	font-size: .9em;
	color: White;
	font-weight: bold;
}

.ProjectThumbnailImage INPUT
{
	border-top: solid .5em #adadad;
	border-right: solid .5em #5b5b5b; /*#848484;*/
	border-left: solid .5em #adadad;
	border-bottom: solid .5em #5b5b5b; /*#848484;*/
}

