* {
	margin:0;
	padding:0;
}
body  {
	 font-family: 'Book Antiqua';
	 	font-weight: bolder;
	 font-size:12px;
	background:url(images/woodbg.jpg) fixed;
	background-repeat: repeat;

		

}
h1 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:inherit;
}

h5 {
	font-size:28px;
	color:#aa0000;
	font-weight:bold;
}

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #904b0f;
	border-right: 1px solid #904b0f;
} 
#header {
	width:1000px;
	height:210px;
	
} 
#header h1 {
	padding:272px 0 0 29px;
}
#header p {
	padding:0 0 0 29px;
}
#header a, #mainContent a, #footer a {
	color:#fea80e;
	text-decoration:none;	
}
#header a:hover, #mainContent a:hover, #footer a:hover {
	color:#ffffff;
	text-decoration:none;	
}
#allContent {
	background: url(images/138.jpg) repeat-x;
	padding:29px;
	height: auto;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* 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 */
}
#sidebar1 .sideContainer ul, #sidebar1 .sideContainer p {
	background:#000000;
	padding:15px 15px;

}
#sidebar1 .sideContainer li {
	list-style:none;
	background:#000000;
	padding:4px 0;
}
#sidebar1 .sideContainer li a {

	padding-left:25px;
	color:#FFFFFF;
}
#sidebar1 .sideContainer li a:hover {

	padding-left:35px;
	color:#AA0000;
	text-decoration:none;
}
.sideConTitle {
	background:#AA0000;
	padding:10px;
	}
	.sideConTitle1 {
	background:#AA0000;
	padding:10px;
	
	
}
#mainContent { 
	margin: 0 0 0 258px;
	height: auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#mainContent b {
	color:#000000;	
}
#mainContent p {
	margin:20px 0;
	text-indent: 5px;
}
#footer {
	background: url(images/footerBackground.jpg) repeat-x;
	height:96px;
}
#footer p {
	text-align:center;
	padding-top:10px;
} 
.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: 0px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	padding:20px 0;
	background: #AA0000;
	width:942px;
	height:2px;
}
ul#navlist
{
margin-left: 100px;
padding-left: 0;
white-space: nowrap;
text-align:center;
}

#navlist li
{
display: inline;
list-style-type: none;
height:40px;
}

#navlist a {
	padding:21px 16px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
font-size:15px;
}

#navlist a:hover
{
color:#000000;
text-decoration: none;
font-size:15px;

}
#navlist #active a
{
color:#ffffff;
text-decoration: none;
font-size:16px;

}

.gallerycontroller{
width: 200px
}

.gallerycontroller1{
width: 400px
}


.gallerycontenthomepage{
width: 400px;
height: 100px;
border: 1px solid black;
background-color: #ffffcc;
padding: 1px;
display: block;
}

}
.gallerycontent{
width: 200px;
height: 340px;
border: 1px solid black;
background-color: #ffffcc;
padding: 1px;
display: block;
}

/*end main menu*/
