@charset "UTF-8";
/* CSS Document */

body {
	font: 100% "Courier New", Courier, monospace;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(images/background-guns2.png);
}

#container {
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 600px;
	background: #FBFBEF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #45403A;
	border: solid #333 2px;
}
#navigation-home {
	position:relative;
	top: 570px;
	margin:  0 auto; 
	width: 321px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#navigation {
	position:relative;
	top: 50px;
	margin:  0 auto; 
	width: 380px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	z-index:2000;
}
.oneColFixCtrHdr p{
	color: #333;
	font-size: 14px;
	
}
.oneColFixCtrHdr h1{
	font-size:24px;
	color: #900;
	font-weight:bold;
}
.caption{
	color: #333;
	font-size: 12px;
	font-style:italic;
}

.oneColFixCtrHdr a:link, a:visited{
	font-size:14px;
	color: #900;
}
.oneColFixCtrHdr a:active, a:hover{
	text-decoration:underline;
}


.oneColFixCtrHdr #mainContent {
	background:#FBFBEF;
	color:#333;
	margin: 100px 370px 20px 40px;
	font-size:14px;
}
.oneColFixCtrHdr #productions {
	background:#FBFBEF;
	color:#333;
	margin: 100px auto 20px auto;
	font-size:14px;
	width: 490px;
}
#right-image {
	float: right;
	margin-top: 100px;
	margin-right: 25px;
	background:#FBFBEF;
	color:#333;
	font-size:14px;
}

.oneColFixCtrHdr #footer {
	background: #0e0d0c;	
	width: 802px;
	margin:  0 auto; 
}
.oneColFixCtrHdr #footer p, #footer p a:link, #footer a:hover, #footer a:active, #footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size:10px;
	color: #FBFBEF;
}
#flash {
	z-index: -2000;
}
#flash-position {
	margin-top: 50px;
}

