@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #4B4B4B;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
} 


/* header */
#header {
	padding: 0;
	margin: 0px;
	height: 140px;
	text-align: center;
	
} 
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
	letter-spacing: 2px;
	text-align: center;
	margin-top: -10px;
}


/* navbar */

#navHome img {
	padding-bottom: 20px;
	padding-right: 20px;
}

#navbar {
	height: 40px;
	color: #474747;
	font-size: 10px;
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar li {
	display: inline;
}

#navbar li a {
	color:#999999;
	text-decoration: none;
	padding: 0px 22px 4px 22px;
}

#navbar li a:visited {
	color:#999999;
}

#navbar li a:hover {
	color:#CCCCCC;
}
#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav li {
	display: inline;
}

#subnav li a {
	color:#999999;
	text-decoration: none;
	padding: 0px 24px 0px 0px;
}

#subnav li a:visited {
	color:#CCCCCC;
}

#subnav li a:hover {
	color:#CCCCCC;
}

#navHome h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-indent: -5px;
	text-align: left;
	margin-left:120px;
	margin-right:120px;
}

#navHome h2 {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #FFFFFF;
	margin-right:130px;
}

#navHome p {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	margin-left:120px;
	margin-right:120px;
	padding: 0px;
	margin-top: 0px;
}


/* content */
#content {
	text-align: center;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 40px;
}

 #LeftContent {
	top:270px;
	width:330px;
	height:350px;
	float:left;
	}
#LeftContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-left:25px;
	text-align: left;
} 


#Gallery {
	top:270px;
	width:330px;
	height:350px;
	float:left;
	}

#Gallery img {
	float: left;
	height: 80px;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#Gallery p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 10px;
	}

/* sidebar */


#sidebar3 {
	float:right;
	width:420px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	left: 50%;
	}

#sidebar3 p {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin-top:30px;
	margin-left:20px;
}


#sidebar3 h4 {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 0px;
}
#sidebar3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar3 a:hover {
	color:#cccccc;
	text-decoration: none;
}


/* footer */
#footer {
	margin:20px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	color: #777777;
	clear: both;
	
}
#footer h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: .75px;
	margin-top:10px;
 } 

  #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #777777;
	text-decoration: none;
 }
 #footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
 }
#navHome h1 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.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;
}
