@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #F2F2F2;
	background-image: url(../images/background.gif);
}
#container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
	background-color: #FFFFFF;
} 
#header {
	background-color: #818181;
	height: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 32px;
	padding-top: 50px;
} 
#menu a {
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	padding-top: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
}
#menu {
	height: 25px;
}

#menu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#left {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin-top: 35px;
	text-align: center;
	margin-bottom: 15px;
}
#contact {
	float: right;
}


#left #pic {
	padding: 20px;
}

#left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}


#right {
	float: right; /* since this element is floated, a width must be given */
	width: 340px;
	padding-top: 0px;
	padding-right: 40px;
	margin-top: 40px;
	margin-left: 10px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-bottom: 35px;
}
#image {
	height: 273px;
	width: 280px;
}

 
#right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

#footer {
	padding: 0 10px 0 20px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
#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;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 30px;
}
#right h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	margin-top: 30px;
}
#right a {
	color: #CC9933;
	font-weight: bold;
}
#right a:hover {
	color: #E3C993;
}
a {
	color: #FFFFFF;
}
#right #thumbs {
	height: 85px;
	width: 85px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#right #subhead {
	width: 320px;
	height: 30px;
	float: left;
	margin-bottom: 20px;
	margin-top: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 8px;
}
#thumbs a {
	font-size: 0.8em;
	color: #CC9933;
	text-decoration: underline;
}

