/* Body */
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #888;
	color: #FFF;
}

/* Link Properties */
a:link
{
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
	background: transparent;
}

a:active
{
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

/* Top Bar */
#topbar 
{
	background: #104;
	color: #FFF;
	border: 0;
	border-bottom: 1px solid #888;
	line-height: 30px;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding: 0 20px;
	text-align: left;
	height: 31px; /* Fake value for IE. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 30px; /* Real width value. */
}
html>#topbar
{
	width: 30px; /* Opera fix. */
}

#topbar a:link
{
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

#topbar a:visited
{
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

#topbar a:hover
{
	font-weight: 600;
	text-decoration: underline;
	color: #FFF;
	background: transparent;
}

#topbar a:active
{
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

/* Navigation Bar */
#navbar
{
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 25px 0 25px;
	background-color: #888;
	color: #FFF;
	border: 0;
	border-top: 10px solid #104;
	border-right: 1px solid #104;
	border-bottom: 10px solid #104;
	width: 151px; /* Fake value for IE. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px; /* Real width value. */
}
html>#navbar
{
	width: 100px; /* Opera fix. */
}

/* Content */
#maincontent
{	
	border: 0;
	border-top: 10px solid #104;
	padding: 0;
	margin: 0;
	margin-left: 150px;
	width: auto;
}

#actualcontent
{
	margin: 0;
	border: 0;
	padding: 15px 25px;
	color: #FFF;
	width: 650px; /* Fake value for IE. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px; /* Real width value. */
}
html>#actualcontent
{
	width: 600px; /* Opera fix. */
}

/* Navigation List */
#navbar ul
{
	list-style: none;
	padding: 0;
	margin: 15px 0;
	border: 0;
}

#navbar li
{
	text-align: center;
	border-bottom: 1px solid #104;
	width: 100px;
	margin: 0;
	padding: 0;
	font: 15px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #888;
}

#topitem
{
	border-top: 1px solid #104;
}

#navbar li a
{
	display: block;
	font-weight: normal;
	padding: 0;
	border: 0;
	background: #888;
	color: #FFF;
	text-decoration: none;
	width: 100px; /* No borders, no padding, no need for fix. */
}

#navbar li a:hover
{
	font-weight: normal;
	background: #104;
	color: #FFF;
	text-decoration: none;
}

/* Content Text */
p
{
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
}

p.title
{
	text-align: left;
	font-weight: bolder;
	margin: 10px 0;
	padding: 0;
	padding-left: 20px;
	border: 0;
	color: #FFF;
	background: #104;
	font: 20px/25px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
}

p.subtitle
{
	text-align: left;
	font-weight: bolder;
	margin: 10px 0;
	padding: 0;
	padding-left: 30px;
	border: 0;
	color: #FFF;
	background: #104;
	font: 15px/20px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

/* Projects */
div.project
{
	width: 100%;
	margin: 10px 0;
	padding: 0;
	background: #888;
}

div.projectlist
{
	text-align: center;
}

ul.projects
{
	background: #888;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.projects li
{
	text-align: center;
	padding: 2px 6px;
	list-style: none;
	display: inline;
	background: #104;
	border: 0;
	border-left: solid 2px #888;
}

#firstcell
{
	border: 0;
}

ul.projects li a
{
	display: inline;
	width: 100%;
}

img.projectimage
{
	float: left;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #104;
}

/* Photo Gallery */

p.photos img
{
	margin: 5px;
	border: 1px solid #104;
}