/* **************** TEMPLATE ***************** */

* {
	background-image:none;
	margin:0;
	padding:0;
	z-index:1;
}
/* ====== Page Head, Body, and Foot ====== */

body {
	background:url(../images/bg.png) no-repeat #000000;
	background-attachment:fixed;
	margin:0px;
	font-size:80%;
}

.page {
	margin: 0px;
	width: 975px;
	height:100%;
	background:url(../images/swirls.jpg) no-repeat left top #0A0A0A;
} 

.gs960 {
	width:960px;
}

.main {
	overflow: hidden;
}
.leftCol {
	float:left;
	width:250px;
}
.rightCol {
	float:right;
	width: 300px;
}
.padLeft {
	padding-left:20px;
}

.mainTextPadL {
	 padding-left:165px;
}

.mainTextPadR {padding-right:35px;
}

.noPadLeft {
	padding-left:0px;
}
.padRight {
	padding-right:20px;
}
/* extend columns to allow for common column widths */

.w110 {
	width:110px;
}
.w160 {
	width:160px;
}
.w180 {
	width:180px;
}
.w240 {
	width:240px;
}
.w300 {
	width:300px;
}
.w350 {
	width:350px;
}
.w460 {
	width:460px;
}
/* **************** GRIDS ***************** */

.line, .lastUnit {
	overflow: hidden;
}

.unit {
	float:left;
}

.size1of1 {
	float:none;
}
.size1of2 {
	width:50%;
}
.size1of3 {
	width:33.33333%;
}
.size2of3 {
	width:66.66666%;
}
.size1of4 {
	width:25%;
}
.size3of4 {
	width:75%;
}
.size1of5 {
	width:20%;
}
.size2of5 {
	width:40%;
}
.size3of5 {
	width:60%;
}
.size4of5 {
	width:80%;
}
.lastUnit {
	float:none;
	width:auto;
}

.media {
	width:auto;
}

.logo {
	background-image:url(../images/logo.jpg);
	width:352px;
	margin:0px 0px 0px 204px;
	float:left;
}

.navigation {
	margin:0px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:500px;
}

.footer {
	padding:20px 0px 0px 60px;
	font-size:85%;
	margin-top:20px;
	text-align:center;
}

