body {
	background-color: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #ffeb00;
	text-decoration: underline;
}

h2 {
	color: #ffeb00;
	font-weight: bold;
	font-size: 14pt;
}

p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

#MainContent {
	position: absolute;
	top: 259px;
	left: 190px;
	width: 834px;
	height: 841px;
	background: url(../images/MainContent.png) no-repeat;
}

#TitleBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 87px;
	background: url(../images/Title.png) no-repeat;
}

#MainMenu {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 186px;
	height: 172px;
	background: url(../images/MainMenu.png) no-repeat;
}

#IntroBar {
	position: absolute;
	top: 87px;
	left: 186px;
	width: 838px;
	height: 172px;
	background: url(../images/IntroBar.png) no-repeat;
}

#MenuItemsRight {
	position: absolute;
	top: 14px;
	left: 554px;
	width: 458px;
	height: 68px;
	background: url(../images/TitleGray.png) no-repeat;
}

#MenuItemsRight:hover {
	position: absolute;
	top: 14px;
	left: 554px;
	width: 458px;
	height: 68px;
	background: url(../images/TitleFC.png) no-repeat;
}

#MenuItemsLeft {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 190px;
	height: 98px;
	background: url(../images/MenuItemsLeftGray.png) no-repeat;
}

#MenuItemsLeft:hover {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 190px;
	height: 98px;
	background: url(../images/MenuItemsLeftFC.png) no-repeat;
}

#Footer {
	font-size: 60%;
	font-style: italic;
	margin-top: 15px;
}

#Products {
	position: absolute;
	top: 259px;
	left: 0px;
	width: 190px;
	height: 841px;
	background: url(../images/Products.png) no-repeat;
}

#ProductsContent {
	padding: 20px 10px 10px;
	line-height: 200%;
	font-size: 80%;
}

#MainMenuContent {
	padding: 20px 10px 10px;
	line-height: 200%;
}

