@charset "utf-8";
/* CSS Document */

html, body{
	padding: 0;
	margin: 0;
	background: url(../images/bg.jpg);
}

#main-container {
	background: #FFFFFF;
	margin: auto;
	width: 1000px;
}

#main-container a{
	color: #876c41;
	text-decoration: underline;
}

#container-top{
}

#container-menu{
}

#container-banner{
	background: url(../images/bg_banner.jpg);
	height: 280px;
}

.column-crs{
background: url(../images/bg-crs.jpg);
background-repeat: no-repeat;
float: left;
width: 200px;
height: 280px;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

#crs{
padding-left: 10px;
}

.column-style-1
{
float: left;
width: 200px;
}

.column-style-2
{
float: left;
width: 580px;
}

.column-style-3
{
float: right;
width: 200px;
}

#container-content{
	background: #FFFFFF;
}

#container-footer{
	clear: both;
	background: #FFFFFF;
	height: 100px;
}

h2 {
	color: #876c41;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

p {
	color: #876c41;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h3 {
	color: #cfad42;
}

ul {
	color: #876c41;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#altnav {
	color: #876c41;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#container-suite {
	background: #FFFFFF;
	width: 1000px;
	margin: auto;
}

#line-break {
	border-bottom: solid 1px #876c41;
	width: 560px;
}

#container-footer a {
	color: #876c41;
	text-decoration: none;
}

