/* CSS Document */

body {
	background:#58482d url(images/BG.jpg) center repeat-y;
}

a:link { color:#efcb51; text-decoration:none; }
a:visited { color:#efcb51; text-decoration:none; }
a:hover { color:#d45324; text-decoration:underline; }

h1, h2, h3, p {
	margin:0;
	padding: 10px 0 5px 0;
	}
 
.style1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 0.8em;
	font-style: italic;
	color:#ffffcc;
}
.style2 {
	font-family:"Courier New", Courier, monospace;
	font-size:1.8em;
	font-weight: bold;
	color:#ffffcc;
}
.style3 {
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
	font-style: italic;
	color:#cccc99;
}
.style4 {
	font-family:"Courier New", Courier, monospace;
	font-size: 1.4em;
	font-weight: bold;
	color:#cccc99;
}
.style5 {
	font-family:"Courier New", Courier, monospace;
	font-size:1.0em;
	color:#ffffcc;
}
.style6 {
	font-family:"Courier New", Courier, monospace;
	font-size:1.0em;
	font-style: italic;
	color:#cccc99;
}

#body {
	position:relative;
	top:0px;
	width:1000px; 
	margin-left:auto;
	margin-right:auto;
	padding:0;	
	background:#454500;
	border:0px solid #000;		
	}
#container {
	position:relative;
	padding:0;
	margin:0;
}
						
#column-left {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	margin:0;
	padding:0;
	background:#454500;
	}					
	#header {
		position:relative;
		left:0px;
		top:0px;
		height:120px;		
		border-bottom:0px solid #946649;	
		}
		#name {
			position:absolute;
			left:0px;
			top:30px;
			width:700px;
			height:90px;
			text-align:center;
			border:0px solid #000;	
			}		
		#nav {
			position:absolute;
			top:90px;
			width:700px;
			height:30px;
			text-align:center;
			line-height: 30px;	
			border-top:2px solid #58482d;
			border-bottom:2px solid #58482d;
			}
			#nav a {
				padding:0px 10px 0px 10px;
				font-family:"Courier New", Courier, monospace;
				font-size:1.1em;
				color:#efcb51;	
				font-weight: bold;	
				text-decoration:none;
				}
			#nav a:hover {
				color: #d45324;
				text-decoration:underline;
				}
	#contentHOME {
		position:relative;
		width:700px;
		margin:0px;
		border:0px solid #000000;	
		}	
	#content {
		position:relative;
		width:600px;
		margin:20px 50px 20px 50px;
		background:#454500;
		border:0px solid #000000;	
		}	
#column-rightHOME {
	position:absolute;
	top:0px;
	left:700px;
	width:300px;
	height:990px;
	padding:0;
	margin:0;
	background:#454500 url(images/filmstripLG.jpg) repeat-y;	
	border:0px solid #000000;	
	}	
#column-right {
	position:absolute;
	top:0px;
	left:700px;
	width:300px;
	padding:0;
	margin:0;
	background:#454500;	
	border:0px solid #000000;	
	}	
#footer {
	position:relative;
	height:auto;
	width:1000px;
	padding:3px 0;
	line-height: 16px;
	text-align:center;
	background:#454500 url(images/BGbar.jpg) repeat-x;
	border-top:2px solid #58482d;
}


