body {
	text-align: center; /* required for centering the page in IE */
	font: normal 11px Arial, Helvetica, sans-serif;
}
	
#wrapper {
	width: 800px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	/* border: 1px solid #ebebeb;  */
}
	
#header {
	height: 29px;
}
	
#nav_top {
	height: 21px;
	margin: 0px;
	padding: 0px;
}
	
#left {
	float: left;
	margin-top: 45px;
	padding-right: 15px;
	width: 145px;
	text-align: right;
}
	
#content {
	float: right;
	width: 543px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: red;
	margin-top: 15px;
	margin-right: 80px;
	padding-left: 15px;
	min-height: 300px;
}

#left_splash {
	float: left;
	width: 145px;
	margin-top: 45px;
	padding-right: 15px;
	width: 145px;
	text-align: right;
}
	
#content_splash { /*for the home landing page */
	float: right;
	width: 603px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: red;
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 15px;
}

	
#footer {
	clear:both;
	background: white;
	text-align:right;
	padding-right: 145px;
}
	
/*imageready layout */	

#nav-about_ {
	float:left;
	display:inline;
	width:94px;
	height:21px;
}

#nav-film_ {
	float:left;
	display:inline;
	width:111px;
	height:21px;
}

#nav-video_ {
	float:left;
	display:inline;
	width:111px;
	height:21px;
}

#nav-photography_ {
	float:left;
	display:inline;
	width:148px;
	height:21px;
}

#nav-news_ {
	float:left;
	display:inline;
	width:98px;
	height:21px;
}

#nav-home_ {
	float:left;
	display:inline;
	width:113px;
	height:21px;
}

#nav-contact_ {
	float:left;
	display:inline;
	width:125px;
	height:21px;
}

#side_locator_bottom {  /* position based on amount of content */
	position: relative;
	left: -165px;
}

#side_locator { /*for pages that have little text */
	position: relative;
	top: -30px;
	left:-100px;
}
	

h2 {
	font-size: 15px;
	font-style: bold;
	/* margin-bottom: -7px; This helps on pc, but screws up mac */
}

ul.none {
	list-style-type: none;
}

#left li {
	margin-bottom: 1em;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover, a:active {
	color: #bc0d0d;
}

img {
	border: none;
}

/* these style are for the photo pages */
div#photo_holder {
	text-align: left;
	margin-bottom: 20px;
}

img#big_photo {
	border: 4px solid black;
}

#thumb_list ul {
	padding-left: 0px;
	margin-top: -10px;
}

#thumb_list li {
	display: inline;
	padding-right: 15px;
}

#panothumb_list ul {
	padding-left: 0px;
	margin-top: -10px;
}

#panothumb_list li {
	display: inline;
	padding-right: 15px;
}

.scrollable {
	overflow: scroll;
}