body {
	background-image: url(images/bg800.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #8DCB68;
	}
#container {
	width: 800px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	background-color: #FFF;
	}		
#header {
	border-bottom: 1px solid #CCEAAC;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 140px;
	}
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCEAAC;
	}
#navigation a:link, #navlist a:visited {
	color: #49A238;
	text-decoration: none;
	}
#navigation a:hover {
	background-color: #DDF9BB;
	color:#49A238;
	}
#navigation p {
	margin-top: 20px;
	padding: 5px;
	border-bottom: 1px solid #CCEAAC;
	border-top: 0px dashed #CCEAAC;
	}
.mslink {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCEAAC;
	color: #49A238;
	text-decoration: none;
	}
.mslink:hover {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCEAAC;
	background-color: #DDF9BB;
	color:#49A238;
	}	
#content {
	width: 425px;
	margin-left: 165px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #CCEAAC;
	border-right: 1px solid #CCEAAC;
	margin-right: 160px;
	background-position: bottom center;
	background-image: url(images/comptech_balls.jpg);
	background-repeat: no-repeat;
	padding-bottom: 35px;
	}
#content ul {
	margin-top: -15px;
	}
#content p {
	padding-bottom: 5px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
	}
h2 {
	color: #666666;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	}
#content a {
	color:#49A238;
	text-decoration: none;
	}
#content a:hover {
	color:#49A238;
	text-decoration: underline;
	}
#sidebar {
	float: right;
	width: 160px;
	}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid  #CCEAAC;
	}
#footer {
	margin-top: 15px;
	clear: both;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCEAAC;
	}
		
#footer p {
	color:#49A238;
	padding: 10px;
	background-color: #CCEAAC;
	}
#footer p a {
	color: #49A238;
	text-decoration: none;
	}
#footer p a:hover {
	color: #49A238;
	text-decoration: underline;
	}