/* Start of CMSMS style sheet 'snub' */
/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: black;
	background-color: #13160E;
	background-image: url(uploads/look/main_bac.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
	margin: 0px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 50px;
	background-color: gray;
}

#navigation {
	position: absolute;
	left: 25px;
	top: 10px;
	width: 100px;
	height: 200px;
}

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

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 181px;
	height: 22px;
	background-image: url(uploads/look/button_off.gif);
	margin-bottom: 6px;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
}

#navigation a:hover {
	background-image: url(uploads/look/button_on.gif);
	color: #ffffff;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin: 10px 10px 10px 240px;
}

.window {
	position: relative;
}

.window_top {
	padding-top: 23px;
	background-image: url(uploads/look/wintop_bac.gif);
}

.window_hazard {
	height: 13px;
	background-image: url(uploads/look/hazard_bac.gif);
}

.windowtop_left {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

.windowtop_right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 21;
}

.window_body {
	background-color: #ffffff;
	border-left: 1px solid #A2B48E;
	border-right: 1px solid #A2B48E;
	padding: 10px;
	margin-left: 3px;
	margin-right: 3px;
}

.window_bottom {
	height: 5px;
	font-size: 3px;
	background-image: url(uploads/look/winbottom_bac.gif);	
}

#maincontent {
	padding: 0px 20px 0px 140px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	background-color: gray;
}

#info {
	margin-right: 10px;
	font-size: 8px;
	text-align: right;
        color: #ffffff;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #3C4D2A;
	font-size: 1.3em;
}

h2 {
	color: #3C4D2A;
	font-size: 1.2em;
}

h3 {
	color: #3C4D2A;
	font-size: 1.1em;
}

h4 {
	color: #3C4D2A;
}

h5 {
	color: #3C4D2A;
}

h6 {
	color: #3C4D2A;
}

p {
	
}

a:link, a:visited {
	color: #478900;
}

a:hover {
	color: #305B02;
}

dfn {
      display: none;
}

input {
	border: 1px solid black;
	background-color: white;
}

.thumb a { background-color:transparent; border:0; }

#cast_table img {
float: left;
margin-right: 20px;
}
/* End of 'snub' */

