/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

a {
	color: #FF0000;
	text-decoration: none;
	border-width: 0px;
}
a:hover {
	text-decoration: none;
	border-width: 0px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}

.red { color: #990000; }
.right { text-align: right; }

/*
#layoutContainer { width: 1000px; margin: 0px auto 0px auto; 

	background-color: #0000FF; 
	background-image:url(images/templates/pixels_1000x700.jpg);
	height: 700px;
}
*/
#mainContainer { 
	width: 960px; 
/*	height: 600px; */
	margin: 0px auto 0px auto;
	background-color: #000000;
/*	background-image:url(images/templates/photos.jpg); */
}
#topRow {
	display: block;
	width: 960px;
	height: 120px;
}

#logoRow {
	display: block;
	width: 960px;
	height: 26px;
}

#centerRow {
	display: block;
	width: 960px;
}

#logoContainer {
padding: 5px 0px 0px 70px;
text-align: left;
}

#topLeft {
	float: left;
}
#topRight {
	margin: 0px 0px 0px 820px;
	padding: 20px 0px 0px 0px;
	width: 120px;
	text-align: right;
}
#topCenter {
}


#leftCol {
	float: left;
	width: 120px;
	height: 454px;
}

#rightCol {
	float: right;
	height: 180px;
	width: 160px;
}

#centerCol {
/*	margin: 0px 180px 0px 140px; */
	margin: 0px 0px 0px 20px;
	width: 580px;
	height: 454px;
	overflow: hidden;
	text-align: left;
/*	background-color: #111111; */
}

/* center right col for blog - center column + right column together */

#centerRightCol {
/*	margin: 0px 180px 0px 140px; */
	margin: 0px 0px 0px 0px;
	width: 820px;
	height: 454px;
	overflow: auto;
	text-align: left;
}

#centerRightMainContent {
	margin: 0px 20px 0px 0px;
}

#mainMenu {
	margin: 45px 0px 0px 0px;
	width: 120px;
/*	height: 254px; */
	text-align: right;
	font-size: 120%;
	color: #FFFFFF;
}

#mainMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#mainMenu ul li {
	margin: 0px;
	padding: 0px 0px 23px 0px;
}

#mainMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-width: 0px;
}
#mainMenu .red a {
	color: #CC0000;
	border-width: 0px;
}

#mainMenu a:hover {
	text-decoration: none;
	border-width: 0px;
}

#subMenu {
	margin: 45px 0px 0px 0px;
	width: 100px;
/*	height: 254px; */
	text-align: left;
	font-size: 100%;
}

#subMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#subMenu ul li {
	margin: 0px;
	padding: 0px 0px 14px 0px;
}


#mainContent {
	padding: 0px 10px 10px 160px;
}