/* CSS Document */
/* Main CSS */

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(IMAGES/Pictures/BG9.jpg);
	height: auto;
	background-attachment: fixed;
	background-position: center;
	background-image: url(IMAGES/Pictures/BG9.jpg);
	background-repeat: repeat;
}

/*  NOT IN USE AT THE MOMENT  */
h1 {
	Color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0px;
	color: #2A00FF;
	line-height: 100%;
}

h5 {
	padding-top: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
}

div#spacer {
	height:4px;
    width: 1000px;
}

div#spacer1 {
	height:4px;
}

div#footer {
	clear: both;
	width: 1000px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

div#wrapper {
	text-align: left;
	width: 1000px;
	background-color: #FFFFFF;
	clear: none;
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-top: -15px;
}

#topStrip {
	left:25px;
	top:0px;
	width:1000px;
	height:30px;
	z-index:1;
	background-color: #FFDCD5;
	margin-top: 0px;
}
div#navContainer {
	width: 994px;
	height: 136px;
	background-color: #000;
	padding-top: 0px;
	margin-left: 3px;
	background-image: url(IMAGES/Containers/Backplate.jpg);
}

div#left_tower {
	width: 118px;
	height: 800px;
	float: left;
	border: solid white 0px;
	margin-left: 3px;
	margin-bottom: 6px;
	background-color: #000000;
}

div#left_vert_menu {
	width: 104px;
	height: 160px;
	float: left;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-top: 6px;
}

div#left_bottom_box_1 {
    width: 112px;
    height: auto;
    float: left;
    border: solid blue 0px;
    margin-bottom: 6px;
}

div#rightAds {
	float: right;
	width: 160px;
	margin-right: 3px;
	margin-left: 4px;
	margin-bottom: 6px;
}

div#rightTopAd {
	height: 240px;
}

div#rightBottomAd {
	height: 240px;
	margin-top: 13px;
}

div#footerAd {
	width: 1000px;
	border: 1px solid red;
	height: 60px;
	margin-bottom: 10px;
	float: left;
}

div#floatingAdd_top {
	margin-left: 25px;
	margin-top: 23px;
	width: 950px;
	height: 90px;
	background: #fff;
}

.fleft {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
}
.fright
{
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}
.clear {clear: both;}

.pix {
	margin-top:0px;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
}
