@charset "UTF-8";
/* CSS Document */

/* Universal Tags */

a {
	color: #FF3366;
	font-weight: bold;
	text-decoration: none;}

a:hover {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
	}

address {}

body {
	background: #ccc;
	color: #333;
	font-family: Helvetica, san-serif;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	text-align: justify;
	}

h1 {
	margin-top: 25px;
	}

h2 {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 3px;
	}

h3 {
	color: #666;
	font-style: italic;
	font-size: 14px;
	font-weight: 100;
	margin-top: 2px;
	}
	
img {
	border: none;
	}

td {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	}

/* General Layout */

.bottom {
	background: url('../images/border_bottom.png') top center no-repeat;
	height: 35px;
	}

.container {
	background: #ccc url('../images/background.png') top center repeat-y;
	margin: 0 auto;
	width: 900px;
	}

.content {
	margin: 0 auto 0 350px;
	width: 495px;
	}

.footer {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	text-align: center;
	}

.header {
	margin: 0 auto;
	width: 850px;
	}
	
#index {
	background: url('../images/header.png') top center no-repeat;
	height: 425px;
	}
	
.menu {
	padding-top: 200px;
	}
	
.menu_subpage {
	margin-left: 250px;
	}
	
.subpage {
	background: url('../images/background_subpage.png') top center no-repeat;
	min-height: 850px;
	}
	
.theater {
	background: url('../images/background_subpage2.png') top center no-repeat;
	min-height: 735px;
	}

/* Bio */

#bio {}


/* Contact */

#contact {}


/* Demos */

#demos {}

/* Headshots */

.headshots {
	margin: 0 50px;
	text-align: center;
	}
	
.headshots img {
	border: 2px solid #333333;
	margin: 2px;
	}


/* Resume */

.print_resume {
	text-align: right;
	}

.project {
	font-style: italic;
	padding-right: 8px;
	}

.role {
	padding-right: 8px;
	}
