/* CSS Document */

body
{
	text-align: center;
}

p { 
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFCC33;
line-height: 18px;
padding: 3 px;
}
.bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFCC33;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 700px;
	background: url(images/container_background.gif) repeat-y right;
}

#mainNavigation
{
	float: right;
	background: #0D8605 url(images/tall_test_square2.1.jpg) no-repeat top left;
	color: #FFF;
	width: 132px;
}

.navigation {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100px;
	text-transform: none;
}

.navigation:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	background-color: 0D8605;
	display: block;
	padding: 8px;
	width: 100px;
}
