/* Visual-Eyez.com CSS - site revision 2 - by David Tarulli
Copyright 2008 VisualEyez Productions
Updated by dave 2/11/2008 
*/

body, html{
	margin: 0px;
	padding: 0px;
/*	background: url(art/header_background.jpg) repeat top left;    */
	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 242px;   /* top right bottom left */
}

div.contentFrame { /* Primary content area  */
	background-color: #222837;
	margin: 0px 5% 100px 5%;   /* top right bottom left */
	border: 1px solid #f8f8f8;
	color: #f8f8f8;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

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


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;
	
}

p {
	padding: 0.2em;
	margin: 0em;
}

  
.photoContainer
{
padding: 0px;
margin-top: 40px;
margin-bottom: 0px;
/*margin-right: 0;
margin-left: 0;*/
border-color: #000;
border-style: solid;
border-width: 20px;
margin-right:auto;
margin-left:auto;
}


.linksLeftColumn
{
width: 40%;
margin-left: 9%;
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
float: left;
/*background-color:#665544;*/
}


.linksRightColumn
{
width: 40%;
margin-right: 9%;
margin-top: 10px;
margin-bottom: 30px;
text-align: center;
float: right;
/*background-color:#445566;*/
}

.spacer 
{ 
clear: both;
}


.headerText
{
color: #fff;
font: 150% Verdana, Arial, Helvetica, sans-serif;
}


/* Links */
a {
color: #0070ff;
text-decoration: none;

}
a:visited {
color: #0070ff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
a:active {
color: #fff;
text-decoration: underline;
}

a img { /* prevents blue border around img links */
border: none;
} 