/* EXISTING CSS */

body {
	background-color: #621929;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #333333;
	line-height: 1.5em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: oblique;
	color: #666666;
	border-bottom: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	margin-left: 9px;
	padding: 9px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #9B0000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000066;
	list-style-image: url(../../images/bullet.gif);
	line-height: 1.5em;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 1.5em;
}



/* NEW CSS */

.wrapper {
	width: 900px;
	margin: 0pt auto;
	background-color: #fff;
	border-width: 2px;
	border-color: #999900;
	border-style: solid;
}

.wrapper .column1 {
	width: 160px;
	float: left;
}

.wrapper .column2 {
	width: 740px;
	float: left;
}

.wrapper .content {
	width: 580px;
	float: left;
}

.wrapper .column3 {
	width: 160px;
	float: left;
}

.header {
	background-color: #64162a;
}

.header .top {
	background-image: url(../../images/index_2_r1_c1.gif);
	height: 64px;
	background-repeat: no-repeat;
}

.header .top_home {
	background-image: url(../../images/index_r1_c2.jpg);
	height: 250px;
	background-repeat: no-repeat;
}

.header .nav ul {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

.header .nav ul li {
	display: inline;
	margin-right: 10px;
}


.clear { clear : both; }
.fl_l { float: left; }
.fl_r { float: right; }
.centered {
	text-align: center;
}
