/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	letter-spacing: .02em;
	font-size: medium;
	}
	
#wrapper {
	background: #FFFFFF url(../images/bg.gif) top center repeat-y;
	width: 789px;
	margin: 0px auto;
	position: relative;
}

#logo {
	height: 169px;
}

a, a:visited {
	color: #0033CC;
	text-decoration: none;
	}
a:hover {
	background-color: #0033CC;
	color: #FFFFFF;
	}

#menu {
	text-align: center;
	font-size: large;
	letter-spacing: .05em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	#menu a, #menu a:hover {
		color: #3333CC;
		text-decoration: none;
		}
	#menu a:hover {
		border-bottom: 1px solid #3333CC;
		border-top: 1px solid #3333CC;
		background-color: #D3EFF8;
		text-decoration: none;
		}
		
body>#wrapper>#menu {
	font-weight: 500;
}

#content {
	font-size: medium;
	margin-left: 25px;
	width: 750px;
	margin-top: 25px;
	}

.features {
	width: 650px;
	display: block;
	}


h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	border-bottom: none;
	}
	
.highlight {

	font-weight: bold;
	}
	
.quote {
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-bottom: 20px;
	width: 725px;
	}
	.quote p {
		background-image: url(../images/quotes.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 30px;
		padding-top: 20px;
		}