/* 

WEBSITE: www.xxxxxxx.com

Created by: xxxxxxxxx xxxxxxx

--------------------------

Table of Contents

01. General

02. Main Layout

03. Links

04. Fonts

05. Other

*/

/* 01. General*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/siteBG.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	padding: 0px;
	background-position: center top;
	background-attachment: fixed;
	overflow: visible;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	padding: 0px;
	margin: 0px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 5px 0px 5px 0px;
	border-bottom: dotted black 1px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	background-image: url(../images/AcrobatLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#header {
	margin: 10px auto 10px auto;
	width: 850px;
	height: 106px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/headerLogo.png);
	background-repeat: no-repeat;
}

/* 02. Main Layout */

#wrapper {
	width: 850px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/shadowBG.jpg);
	overflow: hidden;
}

#menu {
	background-image: url(../images/menuBG.jpg);
	width: 840px;
	height: 44px;
	margin: 0px auto 10px auto;
	position: relative;
}
#menu p {
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	padding: 11px 20px 0px 40px;
}
#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer #footerContainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#footer #footerContainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#footer #footerContainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

#footer {
	width: 100%;
	height: 250px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footerContainer {
	width: 840px;
	height: auto;
	margin: 0px auto 0px auto;
	color: #FFF;
	padding: 20px 0px 0px 35px;
	top: 0px;
}
.noMarginPadding {
	margin: 0px;
	padding: 0px;
}
.imageBorder {
	border: solid #900 1px;
	padding: 5px;
}
#wrapper #mainRight .forceDown {
	margin: 66px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
