/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 85%;
	margin: 0;  
	padding: 0; 
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	background-image: url(images/MahtabsWebsite-bg_02.jpg);
	background-repeat: no-repeat;
}

#header {
	background-color: #fff;
	color: #eee;
	height: 108px;
}

#navigation {
	float: left;
	width: 206px;
	height: 366px;
	padding: 3px 5px 3px 5px;
	background-image: url(images/MahtabsWebsite_02.jpg);
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#navigation li a {
	height: 60px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 28px;
	text-decoration: none;
	}
#navigation li a:link, #navigation li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 8px;
	}
#navigation li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	background:  url(images/menu3.gif) 0 -60px;
	padding: 8px 0 0 8px;
	}

#content {
	float: right;
	width: 530px;
	padding: 25px 10px 10px 10px;
}
#content p {
	color: #000033;
	line-height: 1.4em;
}
#content td {
	color: #000033;
}
#content h1 {
	font-size: 1.8em;
	color: #98B090;
	font-weight: lighter;
}
#content h2 {
	font-size: 1.1em;
	color: #003;
	line-height: 20px;
}
#content h3 {
	font-size: 1.1em;
	color: #003;
	margin-bottom: -10px;
	margin-top: 30px;
}
#content ul {
	list-style-type: circle;
}

#content li {
	color:#000033;
	line-height: 20px;
}
#content a:link, #content a:visited {
	color: #006633;
	font-weight: bold;
}
#content a:hover {
	color: #98B090;
	font-weight: bold;
}
#content .image-left {
	margin-right: 10px;
	border: 3px solid #fff;
	float: left;
}
#content .image-right {
	margin-left: 10px;
	border: 3px solid #fff;
	float: right;
}
#content .box {
	width: 410px;
	height: 180px;
	background-image: url(images/boxbackground.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 60px 0 10px;
}
#content .bold {
	font-weight: bold;
}
	
#footer {
	clear: both;
	background-color: #ADC7AC;
	height: 192px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
.border {
	border: dotted 1px #99CCFF;
	padding: 5px;
}
.large-text {
	text-align: center;
	font-size: 1.2em;
}