/* General */

body {
	background-image: url(media/lefty.png);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #333333;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}

img.floatLeft { 
    float: left; 
    margin: 6px 2px 0px 2px; 
	padding:  0.5em 1em 0 0;
}

img.inline{ 
    margin: 2px 2px 0px 0px; 
	overflow: hidden;
	border: thin  dotted #000000;
	padding:  0.2em;
}




div,h1,h2,h4,h5,h6,p { 
	margin: 0.5em 0 0  0;
	padding: 0;
}

h3 { 
	margin: 1.5em 0 0  0;
	padding: 0;
}
h4 { 
	margin: 1em 0 0  0;
	padding: 0;
	font-size: 24px;
	line-height: 1.25;
	font-weight: normal;
}
h5 { 
	letter-spacing: 0.15em;
	font-weight: normal;
	font-family: Georgia, Helvetica, Arial, sans-serif;
}


#borderborder { 
	margin: 0.25em 10em 0 0;
	border-bottom: thin dotted #000000;
}



/* Left navigation */

#navcontainer ul {
	margin: 0;
	padding: 2.75em 0 0 1.3em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
}

#navcontainer a.selected {
	color: #000;
	font-weight: bold;
}

#navcontainer a:hover {
	color: #000;
	font-weight: bold;
}

/* Contact details */

#contactInfo {
	margin: 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
	font-size: 13px;
	font-family: Lucida grande, Arial;
	color: #333;
}

#contactInfo a, #contactInfo a:visited {
	color: #ccc;
	text-decoration: none;
}

#contactInfo a:hover, #contactInfo a:visited:hover {
	text-decoration: underline;
}

/* Copyright */

#copyright {
	margin: 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
	font-size: 10px; 
	font-family: Lucida grande, Arial;
	color: #333;
}

/* Links */

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

/* Left column */



#leftColumn {

	margin: 50px 20px 0 45px;
	width: 175px;
	position: fixed;
	float: left;
}

#moviebox {
	color: #fff;
	margin: 0px;
	width: 216px;
	height: 146px;
	position: fixed;
	float: left;
}




/* Main content */

#content {
	background-color: #999;
	margin: 0 30px 0 230px;
	width: 60%;
	padding: 30px 0 30px 30px;
}

p {
	font-size: 18px;
	font-family:  Georgia, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	padding: 5px 0 5px 0;
	width: 95%;
}

h1 {
	font-size: 18px;
	line-height: 1.25;
	font-weight: normal;
}

p.caption {
	font-size: 12px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	line-height: 1.25;
	font-weight: normal;
	width: 550px;
	
}

h1.indy {
	font-size: 18px;
	line-height: 1.25;
	font-weight: normal;
	margin-left: 1.25em
	
}

h1.quoter {
	text-align: right
}

h2 {
	font-size: 20px;
	font-style: italic;
	line-height: 1.0;
	font-weight: normal;
	color: #000;
}

.photo img {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 30px 0;
}


