@charset "utf-8";

html {
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #050505;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#wrapper {
	height: auto;
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
}

#header {
	height: 75px;
	width: 1000px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav {
	height: 25px;
	width: 815px;
	padding: 15px 100px 0px 85px;
	float: left;
}

#nav a {
	padding: 0px 21px 0px 9px;
	float: left;
}


#content_wrap {
	height: auto;
	width: 800px;
	padding: 0px;
	margin: 0px 100px 0px 100px;
	float: left;
}
#index_content_wrap {
	height: 320px;
	width: 800px;
	padding: 0px;
	margin: 0px 100px 0px 100px;
	float: left;
}


#content_lft {
	height: auto;
	width: 380px;
	padding: 45px 20px 0px 0px;
	float: left;
}
#content_ctr {
	height: auto;
	width: 380px;
	float: right;
	margin-right: 100px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#content_rgt {
	height: 275px;
	width: 400px;
	padding: 45px 0px 0px 0px;
	float: right;
}

.content_image {
	height: auto;
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content_image_pic {
	height: 120px;
	width: 180px;
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}

.content_image_text {
	height: auto;
	width: 380px;
	float: right;
	padding-right: 20px;
}

#content_image_text  a	{
	color: #88090C;
	text-decoration: none;
	font-style: italic;
}

#content_image_text  a:link	{
	color: #88090C;
	text-decoration: none;
	font-style: italic;
}

#content_image_text  a:visited	{
	color: #88090C;
	text-decoration: none;
}

#content_image_text  a:hover	{
	color: #FFF;
	text-decoration: underline;
}

#content_image_text  a:active	{
	color: #88090C;
	text-decoration: underline;
}

#content_wrap  a	{
	color: #88090C;
	text-decoration: none;
	
}

#content_wrap  a:link	{
	color: #88090C;
	text-decoration: none;
	
}

#content_wrap  a:visited	{
	color: #88090C;
	text-decoration: none;
}

#content_wrap  a:hover	{
	color: #FFF;
	text-decoration: none;
}

#content_wrap  a:active	{
	color: #FFF;
	text-decoration: none;
}

#content_lft  a	{
	color: #88090C;
	text-decoration: none;
	font-style: italic;
}

#content_lft  a:link	{
	color: #88090C;
	text-decoration: none;
	font-style: italic;
}

#content_lft  a:visited	{
	color: #88090C;
	text-decoration: none;
}

#content_lft  a:hover	{
	color: #FFF;
	text-decoration: underline;
}

#content_lft  a:active	{
	color: #88090C;
	text-decoration: underline;
}

#footer {
	height: 20px;
	width: 1000px;
	padding: 0px;
	margin-top: 10px;
	float: left;
}

#footer_lft {
	height: 20px;
	width: 700px;
	padding: 0px;
	float: left;
}

#footer_rgt {
	height: 20px;
	width: 300px;
	padding: 0px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88090C;
}

#footer_rgt  a:link	{
	color: #88090C;
	text-decoration: none;
}

#footer_rgt  a:visited	{
	color: #88090C;
	text-decoration: none;
}

#footer_rgt  a:hover	{
	color: #FFF;
	text-decoration: none;
}

#footer_rgt  a:active	{
	color: #FFF;
	text-decoration: none;
}

.line {
	height: 1px;
	width: 800px;
	background: #fff;
	padding: 0px;
	margin: 0px 100px 0px 100px;
	float: left;
}

h1 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #88090C;
	padding: 0px;
	margin: 0px;
}

h2 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #88090C;
	padding: 0px;
	margin: 0px;
}

h3 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 0px;
	line-height: 20px;
	font-weight: normal;
	
}

.downloads_lft {
	float: left;
	height: 220px;
	width: 380px;
	margin-bottom: 40px;
}

.downloads_rgt {
	float: left;
	height: 220px;
	width: 400px;
	margin-bottom: 40px;
}

