/* My Color Palette - just to remember

  Light Brown - #E3D5CD
  Very Dark Brown - #582917
  Gray - #6A6A6A
  
 */

/* @group <style> tags */

body {
	margin:0;
	padding:0;
	background: #C40109;
	}

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #C40109;
	}

a:hover {
	color: #fff;
	background-color: #C40109;
	text-decoration: none;
	}
	
table {
	width:100%;
    height:100%;
	}

td {
    vertical-align:middle;
    text-align:center;
	}
	
#container {
	width: 550px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: thin solid;
	border-top-color: #998673;
	border-left-color: #998673;
	border-right-color: #000;
	padding: 12px;
}
	
#header {
	padding: 0px;
	}
	
#banner {
	width: 550px;
	height: 170px;
	border-style: none;
	border-width: 0px;
}	

#banner a:link {
	color: #fff;
	background-color: #fff;
	}

#banner a:visited {
	color: #fff;
	background-color: #fff;
	}

#banner a:hover {
	color: #fff;
	background-color: #fff;
	text-decoration: none;
	}

/* Main navigation */

#nav {
	width: 550px;
	padding: 0;
}
	
#nav ul {
	padding: 0;
	list-style: none;
	background: #C40109;
	border-top: 0px solid orange;
	border-bottom: 0px solid orange;
	margin-top: -50px;
	position: relative;
	float: right;
	right: 132px;
}
	
#nav li {
	padding: 0;
	font-family: Georgia, serif;
	font-size: 60%;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
}
	
#nav li a {
	padding: 5px 9px;
	text-decoration: none;
	color: #fff;
	background: #C40109;
	display: block;
}
	
#nav li a:hover {
	color: #fff;
	background: red;
	}
	
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: red;
	}
	
#content {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: small;
	line-height: 1.6em;
	color: #000000;
	margin: 0px 0px 0;
	text-align: left;
	padding: 12px 0px 20px;
}

#content img.thumb {
	border: 0px solid #B5B5A6;
	border-top: 0px solid #B5B5A6;
	background: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-top: 0.3em;
	padding: 0px;
}

#movie {
	text-align: center;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h3 {
	margin: 15px 0 0px;
	padding: 0;
	text-transform: uppercase;
	color: #000;
	font: bold 105%/1.5em Arial, "MS Trebuchet", sans-serif;
	text-align: center;
}

h4 {
	margin: 0px 0 15px;
	padding: 0;
	text-transform: none;
	color: #B5B5A6;
	font: 98%/1.5em Georgia,serif;
	text-align: center;
}

.linkright {
	text-align: right;
}

/* My footer */

#footernotes {
	background: url(images/footer1d2.jpg) repeat-x;
	}

#footer {
	margin: 0 0px;
	padding: 13px;
	color: #000;
	font: 70% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	}
	
#footer a:link {
	color: #fff;
	background-color: transparent;
	}

#footer a:visited {
	color: #fff;
	background-color: transparent;
	}

#footer a:hover {
	color: #fff;
	background-color: black;
	text-decoration: underline;
}	

/* Design credits */

#credits {
	margin: 6px 0px 0;
	padding: 0px;
	color: #B5B5A6;
	font: 70% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	}

#credits a:link {
	color: #B5B5A6;
	background-color: #fff;
	}

#credits a:visited {
	color: #808075;
	background-color: #fff;
	}

#credits a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
	}
	
/* @end */
