/* Author: Joey Buczek | joe@joeybphotography.com */

/* MAIN BODY ----------------------------------------------------------------------------------------------- */

html, body {
	margin: 0; padding: 0;
	font: 8pt Tahoma, Verdana, sans-serif; color: #000;
	background: #fafafa url() 0 0 no-repeat;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font: 8pt Tahoma, Verdana, sans-serif; color: #aaa;
}

a:hover {
	color: #555;
}

#menuLeft {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 700px;
	background: #000;
	border-bottom: 1px solid white;
}

#contentRight {
	position: relative;
	left: 200px;
	top: -701px;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 700px;
	background: #000;
	border-bottom: 1px solid white;
}

#viewerRight {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 700px;
}

#menuLeft img { border: none; margin: 0; padding: 0;}
#menuLeft a { margin: 0; padding: 0; }

#mainMenuList {
	position: relative;
	top: 50px;
	left: 25px;
	list-style: none;
	margin: 0;
	padding: 0px;
	
}

.mainMenuListItem {
	margin: 0;
	padding: 10px 0px 0px;
	text-decoration: none;
	color: #aaa;
}

/* NAVBAR -------------------------------------------------- */

#screen iframe {
	/* border: 1px solid gray; */
	height: 558px;
	width: 100%;
}

/* OTHER ---------------------------------------------------- */

#mainCanvas {
	margin: 0;
	margin-left: 15%;
	height: 700px;
	width: 1000px;
	padding: 0;
	background: #000 url(images/site/titlepageBG2.jpg) 0 0 no-repeat;
	border: 0px solid red;
}

#menuBar {
	margin: 0;
	padding: 0;
	height: 15px;
	width: 400px;
	position: relative;
	top: 24px;
	left: 645px;
	border: 0px solid green;
}

#menuBar a { font-size: 10pt; }

#viewer {
	margin: 0;
	padding: 0;
	height: 600px;
	width: 900px;
	position: relative;
	top: 32px;
	left: 47px;
}

.jText { text-align: justify; }
.redBoldText { color: red; }
.copyrightText { font: 7pt Tahoma, Verdana, sans-serif; color: #AAA; margin: 0px 25px; }