/* Visual-Eyez.com CSS - site revision 2 - by David Tarulli
Wordpress version - only contains elements needed to wrap wp in template. Links section removed
Copyright 2008 VisualEyez Productions
Updated by dave 2/14/2008 
*/

body, html{
	margin: 0px;
	padding: 0px;
	background: url(backgrounds/rotate.php) no-repeat; 
	background-color: #000000;
}

div.wrapper {
}

div.titleBarContainer { /* Upper container - used if title bar needs to be seperate from background (future flash upgrade)*/
	position: relative;
	width: 100%;
	height: 245px;
}

div.titleBar {
}

div.headerLogo {
}


/*Content area*/

div.lowerContainer {
	width: 100%;
}

div.centerOuterContainer { 
		margin: 0px 0px 0px 219px;   /* top right bottom left */
}

div.wordpressFrame {
	background-color: #222837;
	margin: 0px 40px 100px 40px;   /* top right bottom left */
	border: 1px solid #f8f8f8;
	width: 900px;
}


div.leftMenuBar {
	position: absolute;
	width: 242px;
	left: 0px; /* changed for ie6 */
	margin: 0px 0px 0px 0px;  /* top right bottom left */
/*	border-top: 1px solid #f8f8f8; 
	border-bottom: 1px solid #f8f8f8;*/
	text-align:left;

}

div.menuItem {
	/*background-color:#222837;
	font: 25px "Courier New", Courier, monospace;
	border-bottom: 2px solid #f8f8f8;
	border-left: 4px solid #f8f8f8;
	border-right: 4px solid #f8f8f8;
	border-top: 2px solid #f8f8f8; 
	padding: 0.1em;*/
	color: #000;
	text-decoration: none;
	
}



  


