body  {
	/*background-color:#666666 ; /*#333333;
	background:url(../images/back.jpg) repeat;*/
	background-color:#C4CED2;
	color:#000000;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#main {
	width:870px;
	margin: 0 auto;	
	text-align:left;
	padding-top:15px;
}

#top {
	clear:both;
}

#container {
	background: url(../images/bg1.gif) top left repeat-y;
	float:left;
}

#left {
	float:left;
	width:200px;
	/*background-color:#95AAB2;*/
}

#right { 
	float: left;
	width:670px;
	height: 1% ;/* Holly hack for Peekaboo Bug */
	padding-bottom:10px;
	/*background-color:#AEBCC2;*/
}

#footer{
	clear:both;
	margin:15px;
	text-align:center;
	color:#000;
	font-size:small; 
}


#logo {
	text-align:center;
}

a {
	text-decoration:none;
	color:#000000;
}

a.visited {
	color:#000000;
}

a:hover {
	color:#000000;
}

ul{
	list-style: none;
	white-space: nowrap;
}

li {
	width: auto !important;
	margin:0px;
	white-space:nowrap;
}

#right p {
	margin-left:15px;
	padding-right:15px;
	padding-top:10px;
	text-align:justify;
	font-size:13px;
	line-height:120%;
}

#right h2 {
	margin-left:10px;
}

#right h1 {
	margin-left:10px;
}


#banner ul {
	padding-top:10px;
	padding-bottom:10px;
}