/* @override http://localhost:8888/floc.css */

html, body {
	margin: 0;
	color: #5b616a;
	font: .95em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#banner {
	background-image: url(elements/banner_floc.jpg);
	width: 950px;
	height: 141px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#main_image {
	width: 950px;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
}

.main_image_ticker {
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #d6d6d6;
	margin: 10px auto;
	border-bottom: 2px solid #d6d6d6;
}

.main_image_ticker-l {
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #d6d6d6;
	margin: 10px auto;
	border-bottom: 2px solid #d6d6d6;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.threetext {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 15px;
	padding-left: 25px;
}

a.ticker:link, a.ticker:active, a.ticker:visited {
	font-weight: bold;
	font-style: italic;
	color: #5b616a;
}

a.ticker:hover {
	color: maroon;
}

.three_box {
	height: 209px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footer, #footer a {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 15px;
	color: gray;
	padding-top: 15px;
	font-size: 12px;
	clear: both;
}

#footer a:hover {
	color: maroon;
}

a:link, a:active, a:visited {
	color: maroon;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	border-style: none;
}

a:hover {
	color: black;
	border-style: none;
}

/* NAV */

#nav {
	width: 750px;
	height: 30px;
	position: relative;
	top: 95px;
	left: 150px;
	text-transform: uppercase;
	line-height: 27px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 15px;
	font-size: 12px;
}

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

#nav a:hover {
	text-decoration: underline;
}

/* STATIC_CONTENT */

#static_container {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#left_column {
	width: 550px;
	height: auto;
	float: left;
}

#right_column {
	width: 380px;
	height: auto;
	float: right;
}

#left_column_floc {
	width: 315px;
	height: auto;
	float: left;
}

#right_column_floc {
	width: 600px;
	height: auto;
	float: right;
}

h1 {
	color: maroon;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
}

input, textarea, button {
	font-size: 18px;
}

button {
	cursor: pointer;
}

img.inside_text {
	float: left;
	margin-right: 15px;
}

img.inside_text_right {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}

img.lightbox {
	margin-right: 10px;
}

img.lightbox_center {
	margin-left: 15px;
}

#artwork {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}