* {
	margin:0px;
	padding:0px;
}
html {
	background-image:url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	padding-bottom:20px;
	color: #CCCCCC;
	font-size: 0.85em;
	padding-top: 0px;
}
img {
	border-style:none;
}
div#theVCard {
display:none;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #EB4701;
}
a:hover {
	color: #FFFFFF;
}
a:active, a:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
h1 {
	font-size: 1.4em;
	color: #EB4701;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
blockquote {
	margin-left: 10px;
	margin-bottom: 10px;
}

div#fixedHolder {
	position: fixed;
	width: 100%;
	top: 0px;
	text-align: center;
	left: 0px;
	height: 0px;
}
div#makeCentered {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 0px;
}
div#titleRightSide {
	position: absolute;
	top: 60px;
	height: 600px;
	width: 360px;
	left: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/left-bkg.jpg);
}
div#titleLeftSide {
	position: absolute;
	top: 60px;
	right: 3px;
	height: 600px;
	width: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/right-bkg.jpg);
}
div#theHolder {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#theContentBG {
	margin-right: 89px;
	margin-left: 349px;
	background-image: url(../images/mainBG.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

div#theHeader {
	height: 40px;
	width: 100%;
	background-image: url(../images/HeaderBG.gif);
	background-repeat: no-repeat;
}
div#theNav {
	height: 67px;
	width: 100%;
	text-align: center;
}

div#leftSide {
	width: 335px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
div#leftSide {
	width: 335px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
div#rightSide {
	float: right;
	height: 533px;
	width: 142px;
	margin-right: 20px;
}
div#clearBoth {
	clear: both;
	height: 0px;
	width: 100%;
}
div#theFooter {
	height: 40px;
	background-image: url(../images/footerBG.gif);
	background-repeat: no-repeat;
	padding-right: 89px;
	padding-left: 349px;
	background-position: 349px;
}
