body {
	padding: 0;
	margin: 0;
	background-image: url("/images/site_bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	font-family: Helvetical, Arial, sans-serif;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#content_holder {
	clear: both;
	padding: 10px;
	display: block;
	position: relative;
	top: 1px;
	font-size: 14px;
	color: #AAA;
	height: 330px;
	line-height: 1.6em;
}

#content_holder.calendar_image {
	background: url('/images/calendar_image.jpg') #FFF no-repeat top left;
}

#content_holder td {
	color: #AAA;
	font-size: 12px;
}

#more_content {
	clear: both;
	padding: 10px;
	display: block;
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #8c8989;
	line-height: 1.8em;
}

#more_content td {
	color: #8c8989;
	font-size: 12px;
}

#footer {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: right;
}

table.photo_holder td a img {
	border: 1px solid #999;
}

/*/////////////////////
/////// NAVIGATION
/////////////////////*/

a.logo,
a.logo img {
	float: left;
	width: 121px;
}
.nav_item {
	display: block;
	position: relative;
	background-image: none;
	top: 108px;
	float: right;
	border-right: 1px #FFF solid;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 25px 5px 25px;
	letter-spacing: .07em;
	height: 25px;
}

.nav_item:hover, .nav_item:active {
	background-image: url("/images/nav_over.jpg");
	background-repeat: repeat-x;
	cursor: pointer;
}

.first {
	border-left: 1px #FFF solid;
}

.selected {
	background-image: url("/images/nav_over.jpg");
	background-repeat: repeat-x;
}


/*/////////////////////
/////// GENERAL
/////////////////////*/

.page_header {
	padding: 15px 0 15px 0;
	color: #FFF;
	text-transform: uppercase;
}

.error {
	color: #FFF;
	font-weight: bold;
}

img.align_left{
	float: left;
	padding: 0 20px 0 0;
}

td {
	line-height: 1.4em;
}

th {
	border-bottom: 1px solid #CCC;
}

.resume_header {
	font-weight: bold;
	background-color: #DDD;
	color: #333;
	margin: 15px 0 0 0;
}

div.resume_header {
	font-weight: bold;
	background-color: #DDD;
	color: #333;
	margin: 15px 0 0 0;
	padding: 5px;
}

.resume_subheader {
	color: #333;
	background-color: #DDD;
}

/*/////////////////////
/////// INPUTS
/////////////////////*/


input[type="text"] {
 	border: none;
 	background-color: #333;
 	color: #c1c1c1;
 }
 
 input[type="text"]:focus {
 	background-color: #666;
 	color: #FFF;
 }


 input[type="password"] {
 	border: none;
 	background-color: #333;
 	color: #c1c1c1;
 }
 
 input[type="password"]:focus {
 	background-color: #666;
 	color: #FFF;
 }
 
 
 textarea {
 	border: none;
 	background-color: #333;
 	color: #c1c1c1;
 }
 
 textarea:focus {
 	background-color: #666;
 	color: #FFF;
 }
 
 
 
/*/////////////////////
/////// CALENDAR
/////////////////////*/

 
#more_content .monthTitle {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #AAA;
	text-transform: uppercase;
 }
 
.weekdayTitles{
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 14px;
 }
 
.emptyDay{
	background-color: #DDD;
 }
 
a.dayLink, a.dayLink:link {
	text-decoration: none;
	font-weight: bold;
 }
 
a.monthLink, a.monthLink:link {
	text-decoration: none;
}


.normalDay {
	font-size: 12px;
	color: #999;
}
 



/*/////////////////////
/////// LINKS
/////////////////////*/

a, a:link {
	color: #900;
}

a:hover {
	color: #000;
}