/*****************/
/* Content Areas */
/*****************/
body {
	font-family: "Times New Roman", Times, serif;
	margin: 10px;
	background: #ffffff;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
}

div#header_wrapper {
	background: url(../graphics/keystone.png) bottom right no-repeat;
	height: 225px;
}

div#header {
	background: url(../graphics/header.png) bottom left no-repeat;
	height: 130px;
	width: 590px;
}

div#menu {
	padding-top: 5px;
	padding-left: 25px;
	height: 40px;
}

div#pagetitle {
	height: 55px;
	font-size: 30px;
	padding-left: 50px;
}

div#content { }

div#footer { padding-top: 2em; }

/***************/
/* Text Styles */
/***************/
h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	border-bottom: 1px solid #999999;
	margin-bottom: -10px;
}

#content p { text-indent: 30px; }

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background-color: #cccccc;
	text-decoration: none;
}

dl.services dt {
	font-size: 20px;
	background-color: #CCCCCC;
	padding-left: 0.75em;
}


dl.portfolio dt {
	font-size: 20px;
	background-color: #CCCCCC;
	padding-left: 0.75em;
}

dl#filmography {
	margin-top: -15px;
	margin-left: 30px;
}

dl#filmography dt {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

dl#filmography dd {	margin-left: 15px; }

/********/
/* Menu */
/********/
div#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#menu ul li {
	float: left;
	font-size: 20px;
	text-transform: lowercase;
	border-bottom: 1px solid black;
}

div#menu a:link, div#menu a:visited, div#menu a:active {
	color: black;
	text-decoration: none;
	padding: 0 0.5em 0 0.5em;
}

div#menu a:hover {
	/* text-decoration: underline; */
	color: white;
	background-color: black;
}

/***********/
/* Content */
/***********/
#content div.photowrapper {
	display: inline;
	text-align: center;
	background-color: #CCCCCC;
}

#content div.photowrapper div.photocaption {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

/*************/
/* Modifiers */
/*************/
.clearboth { clear: both; }

.margin			{ margin: 5px; }
.margin-top		{ margin-top: 5px; }
.margin-right	{ margin-right: 5px; }
.margin-bottom	{ margin-bottom: 5px; }
.margin-left	{ margin-left: 5px; }

.padding		{ padding: 5px; }
.padding-top	{ padding-top: 5px; }
.padding-right	{ padding-right: 5px; }
.padding-bottom	{ padding-bottom: 5px; }
.padding-left	{ padding-left: 5px; }

.thinborder		{ border: 1px solid black; }
.thickborder	{ border: thick solid black; }
.border-top		{ border-top: 1px solid black; }
.border-bottom	{ border-bottom: 1px solid black; }

.small-text	{ font-size: 9px; }

.left		{ text-align: left; }
.center		{ text-align: center; }
.right		{ text-align: right; }
.justify	{ text-align: justify; }