body {  
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 12px; 
}

img {
	border: 0;
}

a {  
	color: #000; 
}

a:hover, a:visited:hover {  
	color: #CD0009; 
}

a:visited {  
	color: #666; 
}

a span {
	display: none;
}

a:hover span.img {
	display: block;
	position:absolute;
	top:3px;
	left:313px;
	width: 600px;
	height: 400px;
	float:right;
}

p {
	float:left
}

div#page {
	background-color:#fff;
	height:550px;
	width:954px;
	margin-top:5.0em;
	margin-left:auto;
	margin-right:auto;
}

div#inset {
	height:402px;
	width:912px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	text-align:left;
	padding:10px;
	position:relative;
	top:10px;
	left:10px;
}

/* _________________________________Headers___________________________________ */

h1 {
	font-size:20px;
	color:#CD0009; /* red */
	font-weight:600;
	letter-spacing: .25em;
	margin:0;
	width:300px;
	float:left;
}

h2 {
	font-size:13px;
	color:#000; /* black */
	font-weight:600;
	letter-spacing: .05em;
	width:300px;
	float:left;
	margin:0;
}

/* ___________________________Content Container__________________________ */

div.logo {
	width:334;
	height:143px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}

div.header {
	width:600px;
	height:103px;
	margin:0;
	float:right;
	margin-right:10px;
}

div.redbar {
	width:600px;
	height:35px;
	margin:0;
	margin-right:10px;
	float:right;
	text-align:right;
	background-color:#CD0009;
}

div.body {
	width:309px;
	height:350px;
	margin:0;
	float:left;
	letter-spacing: .05em;
	word-spacing: 5px;
	text-align:justify;
	overflow: auto;
}

div.bigphoto {
	width:600px;
	height:400px;
	float:right;
	border:1px solid black;
}

div.mainphoto {
	width:600px;
	height:400px;
	float:right;
	border:0px;
	margin-right:10px;
	margin-top:1px;
}

div.nav {
	width:934px;
	height:28px;
	background-color:#666;
	border-style: solid;
	border-color: #000;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	display:block;
	position:relative;
	top:10px;
	left:10px;
}

div.img
{
	border: 1px solid #ccc;
	height: auto;
	width: auto;
	margin-right:4px;
	margin-top:4px;
	float: left;
}

div.img img
{
	display: inline;
	margin: 7px;
	border: 1px solid #fff;
}

div.img a:hover img {
	border: 1px solid #CD0009;
}

div.desc {
	font-size:10px;
	text-align:center;
	margin:0px;
	text-decoration:none;
}

div.footer {
	position:relative;
	top:20px;}

/* _______________________________ Navigation ________________________________ */

ul.mainnav {
	list-style-type:square;
	list-style-position:inside;
	margin-left:40px;
	margin-top: 0px;
	padding:0;
	line-height:3em;
	display:block;
	float:left;
}

ul.mainnav li {
	letter-spacing: .30em;
	text-align:left;
}

ul.mainnav li a { 
	letter-spacing: .30em;
	text-decoration: none;
	color:#000;
	font-weight:500;
} 

ul.mainnav li a:hover { 
	color:#CD0009; /* red */
} 

ul.project-nav {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	margin-top:0.35em;
	float:left;
	position:relative;
	left:230px;
	text-align:center;
}

ul.project-nav li {
	float:left;
	letter-spacing: .30em;
	margin-right:30px;
	color:#fff;
	text-align:center;
}

ul.project-nav li a { 
	float:left;
	letter-spacing: .30em;
	text-decoration: none;
	margin-right:30px;
	color:#fff;
} 

ul.project-nav li a:hover { 
	color:#ccc; /* gray */
} 