@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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: #FFFFFF;
	background-color: #40220b;
	background-repeat: no-repeat;
	background-position: center top;
}
* {
	margin:0;
	padding:0;
}
#maincontent {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px 0px;
}
#maincontent ul {
	margin-left: 300px;
	
	list-style-image: url(../images/BulletPoint.jpg);
	margin-top: -30px;
}
#maincontent li {
	margin-bottom: 7px;
}


#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	
	background: #FFFFFF;
	height: 190px;
	background-position: top;
}
#photos {
	margin-right: auto;
	margin-left: auto;
}


.box {
	width: 120px;
	height: 10px;
	float: right;
	background-color: #00aeef;
	clear: both;
}

/* Text */
p {
	margin-bottom: 10px;
}

h1, h2, h3, h4,  {
	COLOR: #00aeef;
	margin-bottom: 5px;
}
.highlighted {
	color: #AEDFFF;
	font-size: 15px;
	padding: 20px;
	font-weight: bold;
	margin-left: 280px;
	margin-right: 60px;
}


h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
	color: #18AAD9;
}
/* Horizontal Menu */
#divHorz {
	background-color: #664329;
	height: 35px;
}
#ulHorz {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ulHorz li{
	display: inline;
}
#ulHorz li a {
	float: left;
	height: 15px;
	padding: 10px;
	margin-top: 0px;
	text-decoration: none;
	margin-left: 15px;
}
#ulHorz li a:link, 
#ulHorz li a:visited {
	color: #FFF;
}

#ulHorz li a:hover {
	background-color: #664329;
	color: #00aaef;
}
#ulHorz .current a:active {
	padding-bottom: 0px;
	color: #00aaef;
}
#ulHorz .current a:link {
	padding-bottom: 0px;
	color: #00aaef;
}
.definition {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.info {
font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00aaef;
         font-weight: bold;
}



/* Gallery Thumbnails */

#maincontent #gallery {
	width: 710px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


.thumbLeft {
	margin-bottom: 3px;
	margin-left: 1px;
	background-color: #FFFFFF;
	border: 1px solid #FFF;
}

#featureThumbs img {
	border: solid 1px #FFFFFF;
}

#featureThumbs img:hover {
	border: 1px solid #00aeef;
	margin-bottom: 3px;
	margin-left: 1px;
	background-color: #FFFFFF;
	}



.buffett {
font-family:  verdana, arial, sans-serif; 
color: #FFFFFF;
font-size:12px;
font-weight:normal;
}

.buffett a {
text-decoration:underline;
color: #FFFFFF;
font-weight:normal;
}

.buffett a:link {
text-decoration:underline;
color: #FFFFFF;
font-weight:normal;
}

.buffett a:visited {
text-decoration:underline;
color: #FFFFFF;
font-weight:normal;
}

.buffett a:hover {
text-decoration:underline;
color: #00aeef;
font-weight:normal;
}







/* ClEAR FLOATS   */
.fltR { /* 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;
}
.fltL { /* 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;
}
