@charset "utf-8";
/* CSS Document */

<!-- 

/*img, div { behavior: url(iepngfix.htc) }*/
img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	color: #000000;
	background: #742B2C;
	background-image:url(images_red/bg.jpg);
	background-repeat:repeat-x;

}
.main #container { 
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.main #header { 
	margin:0;
	padding:0;
	height:208px;
	width:934px;
	} 
	
	
img.header {
	margin:0px;
	padding:0px;
	text-decoration:none;
	float:left;
	position:relative;
}

a.header {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}

.main #sidenavheader {
	width:256px;
	height:93px;
	position:relative;
	margin-bottom:-5px;
}

img.sidenavheader {
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}

.main #sidenav {
	width:256px;
	position:relative;
	background-image:url(images_red/sidenav_mid_small.png);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

.main #sidenavfooter {
	width:256px;
	height:29px;
	position:relative;
	background-image:url(images_red/sidenav_bottom.png);
	margin:0;
	padding:0;
}

.main #lowersidebar {
	padding-top:30px;
	width:256px;
	position:relative;
	text-align:center;
	margin:auto;
	font-family:Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	
}

.main #lowersidebar img {
clear:both;
display:block;
margin:auto;

}

.main #mainwrapper{ 
	width: 934px; 
	border: none;
	margin:0;
	padding:0;
	background-image:url(images_red/bg_main.png);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
	

.main #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.main .navitem {
	margin-left:75px;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;

}

.main .navitem a:link {
	color:#E2E2E2;
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	text-transform:uppercase;
}
.main .navitem a:visited {
	color:#E2E2E2;
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	text-transform:uppercase;
}
.main .navitem a:active {
	color:#E2E2E2;
	text-decoration:none;
	font-size:13px;
	font-style:normal;
	text-transform:uppercase;
}

.main .navitem a:hover {
	color:white;
	font-size:13px;
	text-decoration:none;
	font-style:normal;
	text-transform:uppercase;
}

.main .navitem h3 {
	margin:0;
	padding:0;
	color:white;
	font-size:13px;
}


.main .subnavitem {
	margin-left:85px;
	padding-bottom:5px;
	text-transform:uppercase;
}

.main .subnavitem a:link {
	color:#E2E2E2;
	text-decoration:none;
	font-size:10px;
}

.main .subnavitem a:visited {
	color:#E2E2E2;
	text-decoration:none;
	font-size:10px;
}

.main .subnavitem a:active {
	color:#E2E2E2;
	text-decoration:none;
	font-size:10px;
}

.main .subnavitem a:hover {
	color:white;
	font-size:10px;
}

.main #sidenav h5 {

	margin:0;
	padding:0;
	color:white;
	font-size:16px;
	font-style:normal;

}

.main #mainContent h2 {

	font-family:Helvetica, sans-serif;
	font-size:22px;
	color:#431315;
	font-weight:normal;
}

	
.main #mainContent { 
	margin: 0 0 0 256px;
	padding:25px;
	font-size:12px;
	color:#431315;
	
} 

.main #mainContent img {

border:10px solid #FFD165;
}

.main .ngg-singlepic {
border:10px solid #FFD165;
padding:0;
margin:0;
}







.main #topfooter { 
	padding:0;
	margin:0; 
	background-image:url(images_red/bg_topfooter.png);
	width:934px;
	height:52px;
	
} 

.main #footer { 
	padding:0;
	margin:0; 
	background-image:url(images_red/bg_footer.png);
	width:934px;
	height:59px;
	
}

.main #footercontent {
	width:900px;
	margin:auto;
	padding-top:17px;
	color:#431315;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	text-align:center;

	}

.main #footer p {
	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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 