/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #809b3c;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 10px 0 0 0;
}

table, td {
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

hr {
	background-color: #809b3c; 
	color: #809b3c; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	color: #75b3ec;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #9eba54;
	font: normal 18px Verdana, Arial, sans-serif;
	text-align: left;
}

h3 {
	color: #9e9749;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
}

h4 {
	color: #75b3ec;
	font: bold 16px Verdana, Arial, sans-serif;
	margin-top: 0;
}

h5, h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #9eba54;
	letter-spacing: 3px;
}

/* SETS THE MAIN HYPERLINK PROPERTIES */

a {
	color: #478dc3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #809b3c;
	text-decoration: underline;
	font-weight: bold;
}

/* SETS THE VARIOUS CLASS PROPERTIES */

.wrapper {
	width: 750px;
	background-image: url('images/background.jpg');
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.global {
	background-image: url('images/globalbg.jpg');
	background-repeat: no-repeat;
	color: #000;
	text-align: left;
	vertical-align: bottom;
	padding: 0 0 5px 20px;
	height: 35px;
}
	
.global a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.global a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

.movie {
	text-align: center;
	padding-bottom: 10px;
}

.mainnavigation {
	background-image: url('images/navbar.jpg');
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	height: 30px;
}

.mainnavigation a {
	color: #000;
	text-decoration: none;
	padding: 20px;
}

.mainnavigation a:hover {
	color: #fff;
	text-decoration: underline;
	padding: 20px;
}

.mainimage {
	color: #9f885f;
	font-weight: bold;
	letter-spacing: 1px;
	width: 500px;
}

.sidebar {
	color: #000;
	padding: 10px 10px 10px 20px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
	width: 240px;
}
.content {
	color: #000;
	padding: 10px 20px 10px 10px; 
	vertical-align: top; 
	text-align: justify;
	width: 510px;
}

.contentwide {
	color: #000;
	padding: 10px 30px;
	vertical-align: top;
	text-align: justify;
	width: 750px;
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footer {
	background: url('images/footer.jpg') no-repeat;
	vertical-align: top;
	padding: 5px 0 0 0;
	text-align: center;
	color: #000; 
	font-size: 85%; 
	font-weight: normal; 
	letter-spacing: 2px;
	height: 35px;
}

.footer a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

.copyright {
	background-color: #809b3c;
	color: #000;
	font-size: 85%; 
	letter-spacing: 2px;
	text-align: center;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}