/*Define TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AFBB9B;
	text-align: center;
}

a { text-decoration: underline;
	color: #000000;
}
a:hover, a:active, a:visited {
	text-decoration: none;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1px;
}

#wrap {
	width: 635px;
	margin: 0px auto;
}

/*Define Wraps */

#contentwrap {
	background-image: url(img/WebLogoLG.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	height: 400px;
}

#subontentwrap {
	background-image: url(img/WebLogo2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: center top;
}
#BCcontent {
	width: 450px;
	text-align: center;
	margin-left: 25px;
	padding: 145px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

#BCSubContent {
	text-align: left;
	padding: 105px 0px 15px;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 25px;
}
#BCSubContent p {	padding: 0px;
	margin: 8px 0px;
}
#BCfoot {
	font-size: 10px;
	font-weight: bold;
	background-color: #E7EBE0;
	margin: 0px auto 20px;
	width: 635px;
	padding: 10px 0px;
}


/*Gallery pages */
#GalleryNav {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
#BCGalleryContent {
	text-align: left;
	padding: 105px 0px 15px;
	font-weight: bold;
	font-size: 12px;
	margin: 0px auto;
}


/*top menu */
#navcontainer{
	margin: 0;
	padding: 0;
	white-space: nowrap;

}

#navcontainer UL{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
}

#navcontainer LI{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	white-space: nowrap;
}

#navcontainer A{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #AFBB9B;
}

#navcontainer A:hover, #navcontainer A:active {
	background-color: #A3B08C;
}

#navcontainer A.active:link, #navcontainer A.active:visited{
position: relative;
z-index: 102;
background: #AFBB9B;
font-weight: bold;
}

/*botom menu */
 #navcontainer2 {
	margin: 0px auto 50px;
	padding: 0 0 0 0px;
	font-size: 15px;
	font-weight: bold;
	width: 480px;
}

#navcontainer2 UL {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer2 LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer2 A{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #AFBB9B;
}

#navcontainer2 A:hover, #navcontainer2 A:active {
	background-color: #A3B08C;
}

#navcontainer2 A.active:link, #navcontainer2 A.active:visited{
position: relative;
z-index: 102;
background: #AFBB9B;
font-weight: bold;
}
