html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	font-family: Cambria, Verdana, Arial, Helvetica, sans-serif;
	color: #c2c38d;
	vertical-align: baseline;
}
body{
	background-image: url(images/background_images.jpg);
	background-repeat: no-repeat;
	background-color: #2d2d23;
	background-attachment: fixed; 
	background-position: top center;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {text-decoration:none; color:#8d88f9;}
a:hover {text-decoration:none; color:#f4d2e0;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#siteContainer {
	width: 683px;
	margin: auto;
}
#topBoxContainer {
	/*background-color: #FF00FF;*/
	height: 110px;
	width: 683px;
}
#headinBoxContainer {
	/*background-color: #FFFF00;*/
	height: 40px;
	width: 683px;
	padding-top: 50px;
	
}
#contentContainer {
	/*background-color: #FF0000;*/
	width: 683px;
	padding-top: 20px;
}
#clearBottom {
	clear: both;	
}
#logoBox {
	height: 113px;
	width: 165px;
	float: left;
	/*margin-right: 41px;*/
}
#topBoxTxt {
	width: 390px;
	margin-top: 40px;
	padding-right: 5px;
	float: left;
}
#contentTop {
	background-attachment: fixed;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	width: 683px;
	height: 21px;
}
#contentDescription {
	background-color: #1d1d1d;
	width: 651px;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#contentDescriptionTitle {
	background-color: #1d1d1d;
	font-weight:400;
	width: 651px;
	padding-left: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#contentPresentation {
	background-color: #1d1d1d;
	width: 683px;
}
#contentBottom {
	background-attachment: fixed;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 683px;
}
.title { 
	font-size:21px; 
	margin-bottom:6px;}
