/* smallfilm CSS by Design Station */

* {
	padding: 		0;
	margin: 		0;
}

/* Global  ---------------- */

body {
	background-image: url(../image/background/background_body.gif);
	background-repeat: repeat;
	background-color: #ababab;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

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

#header {
	position: relative;
	width: 740px;
	height: 356px;
	background-image: url(../image/background/background_nav.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#nav {
	position: absolute;
	width: 430px;
	height: 35px;
	left: 310px;
	top: 312px;
}

#core {
	clear: both;
	position: relative;
	width: 740px;
	height: auto;
	margin: 0 0 0 0;
	padding-top: 25px;
	background-image: url(../image/background/background_core.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #2b1f16;
	padding-bottom: 40px;
}

#sidebar {
	position: absolute;
	width: 230px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	left: 0;
	top: 25px;
}

#main {
	position: relative;
	width: 475px;
	height: auto;
	margin-left: 250px;
	padding-right: 15px;
}

#footer {
	clear: both;
	position: relative;
	width: 740px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: none;
}

/* Nav Specifics ---------- */

#nav ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
	text-align: center;
	font-weight: normal;
	color: #ff9600;
}

#nav ul li {
	display: inline;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

#nav ul li a:link { text-decoration: none; color: #e9e8e8; }
#nav ul li a:visited { text-decoration: none; color: #e9e8e8; }
#nav ul li a:hover { text-decoration: none; color: #d4a98d; }
#nav ul li a:active { text-decoration: none; color: #ed841d; }

.here {
	color: #d4a98d;
	border-bottom: 1px solid #d4a98d;
}

/* Photo layout ---------- */

#photogal-container {
	clear: both;
	position: relative;
	width: 475px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.photogal {
	float: left;
	width: 175px;
	height: 84px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 0 0 0;
}

/* Link Colors ----------- */

a, a img { border: 0;}

#main a:link { color: #d1ccc8; border-bottom: 1px solid #d4a98d; text-decoration: none; }
#main a:visited { color: #d1ccc8; border-bottom: 1px solid #d4a98d; text-decoration: none; }
#main a:hover { color: #d4a98d; border-bottom: none; text-decoration: none;}
#main a:active { color: #d4a98d; border-bottom: none; text-decoration: none; }

#footer a:link { color: #cbc8c6; text-decoration: underline; }
#footer a:visited { color: #cbc8c6; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; text-decoration: underline;}
#footer a:active { color: #FFFFFF; text-decoration: underline; }

/* Font Styles ----------- */

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.1em;
	margin-bottom: 11px;
	color: #d1ccc8;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0.05em;
	color: #d4a98d;
	font-weight: normal;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	padding-top: 24px;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0.05em;
	color: #d4a98d;
	font-weight: normal;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	padding-top: 15px;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0.05em;
	color: #d4a98d;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0.05em;
	color: #d4a98d;
	font-weight: normal;
}

h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	padding-top: 0px;
	margin-bottom: 8px;
	text-transform: none;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border-top: 1px dotted #372b22;
}

h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0.05em;
	color: #d4a98d;
	font-weight: bold;
}

/* Credits Styles (Div) ------------ */

.credit-left {
	float: left;
	width: 230px;
	height: auto;
	margin-right: 15px;
	text-align: right;
}

.credit-right {
	width: auto;
	height: auto;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

.credit-left-margin {
	float: left;
	width: 230px;
	height: auto;
	margin-right: 15px;
	text-align: right;
}

.credit-right-margin {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

/* Credits Styles (Text Class ) ---- */

.credit-center {
	text-align: center;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0px;
	color: #d9d3d0;
}

.credit-center-name {
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.credit-center-name-tight {
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.credit-left-bold {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #d9d3d0;
	letter-spacing: 0.1em;
}

.credit-right-name {
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

/* Style Modifiers ----------- */

.subhead_pad {
	margin-top: 15px;
	margin-bottom: 10px;
}

.margin_remove {
	margin-bottom: 0px;
}

.padding_remove {
	padding: 0 0 0 0;
}

.rss_adjust {
	padding-right: 8px;
	line-height: 0%;
	vertical-align: middle;
}

.formtitle {
	font-size: 10px;
	padding-right: 15px;
	text-align: right;
	padding-top: 5px;
	vertical-align: middle;
}

.italic {
	font-style: italic;
	letter-spacing: 0.1em;
}

.bold {
	font-weight: bold;
	color: #FFFFFF;
}

.titlebold {
	color: #e9e8e8;
}

.light {
	font-size: 10px;
	line-height: 14px;
	color: #6e655e;
}

.news-date {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding-top: 2px;
	margin-bottom: 12px;
	color: #FFFFFF;
}

.copyright {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}