* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A:link {
	text-decoration: underline;
	color:#ff9c00;
}
A:visited {
	text-decoration: underline;
	color:#ff9c00;
}
A:active {
	text-decoration: underline;
	color:#ff9c00;
}
A:hover {
	text-decoration: none;
	color:#ff9c00;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #efede8;
}



#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfddd9;
	border-bottom-color: #dfddd9;
	border-left-color: #dfddd9;
}
#header {
	background-color: #a1b3d0;
	background-image: url(../images/base/header-bg.jpg);
	height: 180px;
	width: 800px;
	text-align: center;
}
#content {
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 10px;
	color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfddd9;
	line-height: 10px;
	height: 10px;
}
#logo {
	height: 145px;
	width: 188px;
	margin-top: 20px;
}
#menu {
	background-color: #101010;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-bottom: 40px;
	text-align: center;
}
#menu ul {
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	padding-left: 40px;
}
#menu ul li {
	float: left;
}
#menu A {
	display: block;
	padding: 10px;
	height: 20px;
}

#menu A:link {
	text-decoration: none;
	color:#fff;
}
#menu A:visited {
	text-decoration: none;
	color:#fff;
}
#menu A:active {
	text-decoration: none;
	color:#fff;
}
#menu A:hover {
	text-decoration: none;
	color:#ff9c00;
	background-image: url(../images/base/menu-selected-bg.png);
	background-repeat: repeat-x;
}
img {
	margin-bottom: 20px;
}

.clearboth {
	clear: both;
}
.coll-1 {
	float: left;
	width: 165px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.coll-2 {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.coll-4 {
	float: left;
	width: 720px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 18px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
}

p {
	margin-bottom: 18px;
}
hr {
	background-color: #CCC;
	height: 1px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
