* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Verdana, sans-serif;
	background: url(images/body-bg.jpg) repeat-x top #354e61;
}

input, textarea, select {
	border: 1px solid #c9cacb;
    padding: 2px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #939292;
	background-color: white;
}

input:focus, textarea:focus, select:focus{
	border: 1px solid #292a2e;
    color: #292a2e;
}

select {
    padding: 0px;
    width: 95px;
}

.select-large  {
   width: 160px;
}

div.curFocus {
	background: #b7ddf2;
}

p, li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

h1 {
    color: #292a2e;
    font-size: 2.0em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
    color: #292a2e;
    font-size: 1.5em;
	margin-bottom: 10px;
    font-weight: normal;
}

a {color: #292a2e; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

.linker {
	color: #292a2e;
    font-weight: bold;
    text-decoration: underline;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
	font-size: 1.5em;
}

.right {
	text-align: right;
	font-size: 1.5em;
}

.center {
	text-align: center;
	font-size: 1.5em;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #113c7d;
}

.title {
    font-size: 1.5em;
}

.small {
    font-size: 1.0em;
}

.large {
    font-size: 2.0em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.light-blue {
    color: #d5eafd;
}

.white {
    color: white;
}

.push {
	margin-right: 20px;
}

.more {
	margin-right: 30px;
}

.highlight {
    background-color: #f8fe4f;
}

.message {
    width: 300px;
    padding: 10px;
    border: 2px solid #ddd;
    background-color: #eee;
    color: #222;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.notice {
    background: #FFF6BF;
    color: #817134;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #529214;
    border-color: #C6D880;
}

.error {
    background: #FBE3E4;
    color: #D12F19;
    border-color: #FBC2C4;
}

div#page-wrap {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

ul#nav {
	height: 150px;
	list-style: none;
	padding-left: 590px;
    background: url(images/header.jpg) no-repeat;
	}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
		}
		ul#nav li a{
			display: block;
			width: 100px;
            height: 25px;
			float: left;
            padding-top: 20px;
			color: #292a2e;
			font-weight: bold;
			text-decoration: none;
			text-align: left;
            margin-right: 10px;
            margin-top: 25px;
		}
        ul#nav li form {
			display: block;
			width: 170px;
            height: 30px;
			float: left;
            padding-top: 25px;
			color: #292a2e;
			text-decoration: none;
			text-align: left;
            margin-right: 10px;
            margin-top: 25px;
        }
        ul#nav li.home a{
			background: url(images/home.jpg) no-repeat left top;
		}
		ul#nav li.info a{
			background: url(images/about.jpg) no-repeat left top;
		}
		ul#nav li.new a{
			margin-top: 5px;
			background: url(images/movie.jpg) no-repeat left top;
		}
		ul#nav li.search form{
		    margin-top: 5px;
			background: url(images/search.jpg) no-repeat left top;
		}

#main-content {
	width: 870px;
	padding: 25px 15px 25px 15px;
    background: url(images/main-bg.jpg) repeat-y;
    }
	div#main-content div#left-col {
        float: left;
        width: 570px;
        padding-left: 5px;
    }
    div#main-content div#right-col {
        float: right;
        width: 280px;
    }

.searchbutton {
	background: #356499;
    color: white;
}

.search {
    background: red;
}

.navigation {
	width: 800px;
    font-size: 1.5em;
    margin: 10px 0px 20px 0px;
}

.navigation a {
    padding: 2px 5px;
    background: #d3e8f2;
    border: 1px solid #9ac3d7;
    text-decoration: none;
    line-height: 1.8em;
}

.navigation a:hover {
    background: #9ac3d7;
    text-decoration: none;
}

.current {
    padding: 3px 5px;
    font-weight: bold;
}

.table {
	width: 860px;
	margin-bottom: 0px;
    background: url(images/table-bg.jpg) repeat-x;
}

.news {
	width: 570px;
	margin-bottom: 20px;
}

.heading {
    font-size: 1.8em;
    color: #292a2e;
    margin-bottom: 4px;
    padding-left: 5px;
}

.subheading {
    font-size: 1.2em;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    border-top: 2px solid #459ec7;
}

.main-body {
    font-size: 1.3em;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.options {
	padding: 5px;
	font-size: 1.2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
}

.spam {
    background: url(images/report.jpg) no-repeat left #f2f2f2;
    padding-left: 20px;
}

.update {
    background: url(images/update.jpg) no-repeat left #f2f2f2;
    padding-left: 20px;
}

.movie {
    width: 400px;
    height: 500px;
    padding: 5px;
    float: left;
    background: #f1f3f3;
    border: 1px solid #cdcfcf;
    margin: 0px 10px;
}

.movie-header {
    margin-bottom: 10px;
    padding: 5px 5px;
    color: #292a2e;
	font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #cdcfcf;
}

.form-element {
    padding: 5px;
    font-size: 1.3em;
}

.form-element label {
    display: block;
    float: left;
	text-align: left;
	margin-right: 15px;
	width: 120px;
    font-weight: bold;
    line-height: 1.5em;
    color: #292a2d;
}

.human {
    padding-left: 145px;
}

.report {
    width: 400px;
    height: 300px;
    padding: 5px;
    background: #f1f3f3;
    border: 1px solid #cdcfcf;
    margin: 20px 10px;
}

.list {
    padding-left: 20px;
    font-size: 1.2em;
}

.side {
    width: 250px;
    background: url(images/side-bg.jpg) repeat-y top left;
    border: 1px solid #ccc;
    padding: 10px;
}

.side-heading {
    font-size: 1.8em;
    font-weight: bold;
    color: #292a2e;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.side-content {
    font-size: 1.5em;
    color: #292a2e;
    padding-left: 10px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.add-button a{
    display: block;
    width: 174px;
    height: 32px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    background: url(images/add-movie.jpg) no-repeat;
}

.add-button a:hover {
    background: url(images/add-movie.jpg) no-repeat bottom;
}

.search-textbox {
    width: 200px;
    margin: 0 auto;
}

.formbutton {
	border: none;
    background-color: #f2f2f2;
    margin-left: 5px;
    margin-bottom: -9px;
}

.formbutton:focus {
	border: none;
}

.radio {
    width: 150px;
    padding: 10px;
}

.checkboxes {
    width: 150px;
    margin: 10px auto;
}

.checkbox-desc {
    font-size: 0.8em;
    color: #292a2e;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 0.8em;
}

.browse {
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 0px 3px;
    text-decoration: none;
}

.last {
    font-size: 0.7em;
    margin-top: 15px;
}

.about {
    width: 400px;
    float: left;
}

.links {
    width: 400px;
    float: left;
    padding-left: 25px;
    margin-left: 25px;
    background: url(images/links.jpg) no-repeat top left;
}

div#footer {
	color: #d5eafd;
	height: 160px;
	background: url(images/footer.jpg) no-repeat;
    padding: 15px 20px;
    }
    div#footer ul#links {
	    list-style: none;
        float: left;
        margin-right: 50px;
        }
    	div#footer ul#links li {
		    font-size: 1.3em;
		}
		div#footer ul#links li a {
			color: white;
			font-weight: bold;
			text-decoration: none;
            display: block;
			height: 15px;
			}
			div#footer ul#links li a:hover, div#footer ul#links li a:active {
				color: #d5eafd;
				}