@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	background: #000000 url("images/global/bg_main.jpg") no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
h1 {
	color: #b23625;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	}
	
h2 {
	color: #b23625;
	font: italic 0.80em Georgia, "Times New Roman", Times, serif;
	}
	
h3 {
	color: #b23625;
	font: bold 0.74em Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	}
	
dl {
	padding-bottom: 20px;
	}
	
dt {
	color: #b23625;
	font: bold 0.74em Arial, Helvetica, sans-serif;
	}
	
dd {
	font-size: 0.74em;
	line-height: 1.5em;
	}
	
dt.black {
	color: #000000;
	font: bold 0.74em Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	}
	
p {
	font-size: 0.74em;
	padding-bottom: 20px;
	line-height: 1.5em;
	}
	
p.small {
	line-height: 1.25em;
	font-size: 0.65em;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
a, a:visited {
	color: #000000;
	font-weight: 0.74em;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
img {
	border: none;
	padding: 5px 0px;
	}
	
#container {
	background: #FFFFFF url("images/global/bg_top.gif") 0px 8px no-repeat;
	width: 950px;
	margin: 0px auto;
	position:relative;
	}
	
#header {
	background: transparent url("images/global/bg_header.jpg") no-repeat;
	height: 9px;
	width: 950px;
	}
	
#column_one {
	width: 374px;
	padding: 330px 30px 50px 46px;
	float: left;
	}
	
#column_two {
	width: 444px;
	padding: 64px 15px 50px 40px;
	_padding: 64px 0px 50px 20px; /* IE 6 and below */
	float: left;
	border-left: dotted #000000 1px;
	}
	
#column_two .inline_column_one {
	width: 240px;
	float:left;
	padding-top: 25px;
	}
	
#column_two .inline_column_two {
	width: 185px;
	float:left;
	padding-top: 25px;
	}
	
#swirl {
	position: absolute;
	height: 83px;
	width: 190px;
	background: transparent url("images/global/swirl.png") no-repeat;
	left: 784px;
	top: -2px;
	}
	
#footer {
	background: transparent url("images/global/bg_footer.jpg") no-repeat;
	width: 950px;
	height: 209px;
	clear:both;
	}
	
