@charset "utf-8";

* {
	padding:0;
	margin:0;
}
body {
	background-color: #CDCDCF;
}
h2 {
	font-size: 18px;
	color: #F36;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
p {
	font-size: 14px;
}
ul li a {
	color: #FFF;
}


#wrapper {
	background-color: #cdcdce;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#banner {
	background-image: url(images/Banner.jpg);
	background-repeat: no-repeat;
	height: 133px;
}
#content {
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 65px;
	text-align: justify;
}
#nav {
	float: left;
	padding-left: 75px;
	padding-right: 20px;
	line-height: 30px;
	padding-top: 30px;
	text-align: center;
}
#nav ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
}
#colright {
	float: left;
	width: 100px;
	margin-top: 25px;
	margin-left: 12px;
}
#colright ul {
	margin-top: 15px;
	list-style-image: url(images/arrow.gif);
	margin-left: 15px;
}


#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 88px;
}
