/* 
michaelshumway.com
copyright 2008 - all rights reserved
layout and design by michael shumway
*/


/* General CSS */

* {	margin: 0;	padding: 0;}

body {
	width: 951px;
	padding: 0;
	margin: auto;
	font-family: Helvetica, Arial, Verdana, sans;
	font-size: 12px;
	font-weight: lighter;
	color: #ebead5;
	background: #1b1b1b url(../_images/back.jpg) repeat-x;
}

img { border: 0; }

a {
	color: #c26816;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* End of General CSS */


/* Flash Player CSS */

#flashPlayer {
	margin: 10px 0 0 57px;
}

/* End of Flash Player CSS */


/* Formatting CSS */

#container_bio {
	margin: 10px 30px 0 0;
	font-size: 11px;
	line-height: 120%;
}

#container_film {
	margin: 10px 0 0 0;
}

#container_footer {
	margin: 37px 0 0 36px;
	font-size: 11px;
}

.desc1 {
	color: #ebead5;
}

.desc2 {
	color: #c26816;
}

.titles {
	margin: 0 0 6px 0;
}

#copyright {
	font-size: 10px;
	float: right;
}

/* End of Formatting CSS */