body {
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0.010em;
	/*font-weight:bold;*/
	color: #000000;
}

h1 {
	font-size: 30px;
	letter-spacing: -0.02em;
	font-weight: normal;
	padding:0px;
	margin:0px;
	line-height:25px;
	color: #324153;
	/*color: #7E7E7E;*/
}

h2 {
	font-size: 14px;
	letter-spacing: -0.02em;
	font-weight: bold;
	font-weight: normal;
	padding:0px;
	margin:0px;
	line-height:15px;
	color: #324153;
	/*color: #000000;*/
}
h3 {
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-weight: normal;
	color: #ff00cc;
	background-color:#FFFFFF;
	/*color: #000000;*/
}
p {
	padding:0px;
	margin:0px;
	line-height:15px;
}

a {
	color: #324153;
	/*text-decoration:none;*/
	background-color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF00CC;
	cursor: hand;
}


/* ID SELECTORS */

#main {
	height: 600px;
	width: 840px;	
}

#head-logo {
	width: 840px;
}
#head-logo a:hover {
	background-color:#FFFFFF;
}
#head-desc {
	color:#324153;
	margin-top:4px;
	width: 640px;
	position:absolute;
	top:92px;
	left:348px;
}
#head-time {
	color:#324153;
	margin-top:4px;
	width: 200px;
	position:absolute;
	top:92px;
	left:710px;
	
}
#head-nav {
	margin-top:32px;
	height: 72px;
	width: 840px;
	background-color:#FFFFFF;
}
#head-nav-desc {
	width: 840px;
	position:relative;
	left:55px;
	top:-73px;
}
#head-nav a {
	font-size: 14px;
	letter-spacing: -0.01em;
	text-decoration:none;
	color: #324153;
	background-color:#FFFFFF;
}
#head-nav a:hover {
	font-size: 14px;
	letter-spacing: -0.01em;
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF00CC;
}
#footer{
	width: 840px;
	position:relative;
	float:left;
}


/* CLASSES */

.big-imgs {
	width: 640px;
	position:relative;
	float:left;
}
.big-desc {
	width: 200px;
	position:relative;
	float:left;
}
.nav_btn {
	line-height:16px;
	/* IE - 
	line-height:19px;*/
	position:relative;
}
.nav_desc {
	line-height:16px;
	/* IE - 
	line-height:19px;*/
	position:relative;
}
.nav_selected {
	font-size: 14px;
	letter-spacing: -0.01em;
	text-decoration:none;
	color: #FFFFFF;
	background-color:#FF00CC;
}
.wide_rule {
	width: 840px;
	height:1px;
	padding:0px;
	margin:0px;
	background-color:#FF00CC;
	position:relative;
	float:left;
	font-size:1px;
}
.wide_rule2 {
	width: 840px;
	height:1px;
	padding:0px;
	margin:0px;
	background-color:#000000;
	position:relative;
	float:left;
}
.med_rule {
	width: 626px;
	height:1px;
	padding:0px;
	margin:0px;
	background-color:#324153;
	position:relative;
	float:left;
}
.narrow_rule {
	width: 200px;
	height:1px;
	padding:0px;
	margin:0px;
	background-color:#324153;
	position:relative;
	float:left;
}
.wide_spacer {
	width: 840px;
	height:20px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}
.med_spacer {
	width: 626px;
	height:20px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

.wide_spacer_shallow {
	width: 840px;
	height:5px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

.wide_spacer_header {
	width: 840px;
	height:20px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

.narrow_spacer {
	width: 200px;
	height:20px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

.narrow_spacer_shallow {
	width: 200px;
	height:10px;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}

.back-top {
	position:relative;
	float:left;
	left:640px;
	top:-20px;
}

.time-stamp {
	color:#324153;
	margin-bottom:4px;
}

.quart_col {
	width:200px;
	position:relative;
	float:left;
	margin-right:13px;
}
.half_col {
	width:400px;
	position:relative;
	float:left;
	margin-right:13px;
}
.full_col {
	width:800px;
	position:relative;
	float:left;
	margin-right:13px;
}
.btmpad {
	margin-bottom: 6px;	
}