/* DEFAULT
*****************************************/
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
body {
	background-color: #000000;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: 300;
	color: #000000;		
}
.body_shell {	
	width: 780px;
	text-align: left;
	margin: 0px auto;
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
a:link, a:active {	
	color: #990000;
}
a:visited {	
	color: #990000;
}
a:hover {
	color: #0000CC;
	text-decoration:underline;
}

img {
	border:0px;
}

.font11pt {
	font-size: 11pt;
}

.textBox {
	background-color: #FFFFFF;
	text-align: left;	
	padding: 20px;
	border: 4px groove #666666;
	width: 400px;
	height: 250px;
	margin: 0px auto;
	position: relative;
	top: 15%
}

/* COMMON ELEMENTS 
*****************************************/
#myBackground {
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.pageTitle {
	z-index: 2;
	width: 250px;
	position: absolute;
	right: 5px;
	top: 50px;
}
.myName {
	z-index: 2;
	width: 320px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/* HOMEPAGE 
*****************************************/
#homeInterface {
	z-index: 4;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.portfolioTitle {
	z-index: 2;
	width: 250px;
	position: absolute;
	left: 5px;
	top: 5px;	
}


/* CONTAINER 
*****************************************/
#containerStyle {
	z-index: 4;
	top: 0px;
	left: 0px;
	position: absolute;	
	width: 100%;
	height: 100%;
}
.tableContainer {
	z-index: 5;	
	top: 13px;
	left: 200px;
	width: 80%;	
	text-align: center;
	position: absolute;	
	color: #FFFFFF;	
}
.tableContainer table {
	width: 100%;
	border: 1px solid #FFFFFF;	
	background-color: #000000;
}
.tableContainer td {
	padding: 8px 5px 8px 5px;
	border: 1px solid #FFFFFF;	
}
.galleryContainer {
	z-index: 5;	
	top: 13px;
	left: 200px;	
	position: absolute;			
}

/* DESIGN
*****************************************/
#designInterface {
	z-index: 3;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 200px;
	height: 200px;
}
.designTitle {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
}
.backToContainer {
	z-index: 5;	
	top: 210px;
	left: 32px;
	position: absolute;
}
.backTo {
	font-size: 12px;
	font-weight: bold;	
}
.backTo a:link {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;		
	background-color: #000000;
	height: 20px;
	width: 124px;
	display: block;
	padding: 4px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}
.backTo a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;		
	background-color: #000000;
	height: 20px;
	width: 124px;
	display: block;
	padding: 4px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}
.backTo a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #990000;			
	text-decoration: none;
	height: 20px;
	width: 124px;
	display: block;
	padding: 4px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
}
.subnav {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration:none;	
}
.subnav a:link, a:active {	
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.subnav a:visited {	
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.subnav a:hover {
	color: #FFFF00;
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
}

/* Bottom Navigation Bar
*****************************************/
.navigation {
	z-index: 4;
	width: 780px;	
	position: absolute;
	bottom: 10px;
}
.navigationText {
	color: #CCCCCC;
	font-size: 11px;
}
.navigationLink a:link {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.navigationLink a:visited {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.navigationLink a:hover {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
