@charset "utf-8";
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

#container #main {
	text-align: center;
	height: 600px;
	width: 800px;
	background-image: url(../images/bg.png);
}

#container #main #header {
	height: 64px;
	width: 800px;
}
#container #main #header img {
	margin-top: 16px;
}
#portfolioNavlist li,
#photoNavlist li,
#menu li
{
	display: inline;
	list-style-type: none;
	position: relative;
}
#container #main #photoMenu {
	font-size: 12px;
}
#container #main #menu {
	font-size: 12px;
	clear: both;
	padding-top: 15px;
}

#container #main #content {
	height: 451px;
	width: 665px;
	margin-left: 67px;
	background-image: url(../images/bg_grey.png);
	font-size: 12px;
	text-align: left;
	float: left;
}

#container #main #content p:first-child {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#container #main #content p {
	margin-right: 30px;
	margin-left: 30px;
}

	
#container #main #photoMenu {
	clear: both;
}
 
#portfolioNavlist a,
#menu a 
{
	padding-right: 10px;
	padding-left: 10px;	
}

#photoNavlist a
{
	padding-right: 4px;
	padding-left: 4px;
}

#photoNavlist ul,
#photoMenu ul,
#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited
{
	color: #808080;
	text-decoration: none;
}
#photoNavlist a:link, #photoNavlist a:visited,
#portfolioNavlist a:link, #portfolioNavlist a:visited
{
	color: #b6b35f;
	text-decoration: none;
}
#portfolioNavlist a:hover, 
#photoNavlist a:hover,
#menu a:hover
{
	color: #fff;
	text-decoration: none;
}
#portfolioNavlist a.here, 
#photoNavlist a.here
{
	color: #b6b35f;
	text-decoration: none;
	font-weight: bold;
}
#menu a.here
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#container #main #content a {
	color: #333333;
}
#container #main #content a:hover {
	color: #CCCCCC;
}
