body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#666666;
}
h1 {
	font-weight:500;
	font-size:22px;
}
h2 {
	font-weight:bold;
	font-size:15px;
	color: #339900;
	font-size: 12px;
}

a {
	text-decoration: none;
	color:#993300;
}

a:visitied {
	text-decoration: none;
	color:#993300;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width:810px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	height: auto;
	overflow: visible;
	background-image: url(images/wrapper_bkg.jpg);
}

#left_panel {
	width:245px;
	height:auto;
	background-color: white;
	float:left;
}

#right_panel {
	width:550px;
	height:auto;
	background-color: white;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav_menu {
	text-align:center;
	margin-top: 30px;
}

#nav_menu img{
	margin-bottom: 7px;
}

#bottom_panel {
	width:794px;
	height:45px;
	margin: 0px auto 20px auto;
	padding: 8px 8px 8px 8px;
	background-image: url(images/wrapper_bkg.jpg);
	font-family: Tahoma, Arial;
	font-color: white;
}

#tag_line {
	font-family: Tahoma, Arial;
	margin-left: 42px;
	font-weight: bold;
	font-style:italic;
	margin-top: 10px;
	color: #339900;

}

#image_holder {
	width: 100px;
	height: 100px;
	margin-top: 45px;
	margin-left: 40px;
	margin-bottom: 50px;
	padding: 10px 20px 20px 20px;
	text-align: center;
	border: #cccccc solid 1px;
	font-family: Tahoma, Arial;
	margin-left: 50px;
	font-weight: bold;
	color: #339900;
}

#copyright {
	width:524px;
	height:35px;
	float:right;
	background-color:#cc0000;
	padding: 5px 5px 5px 5px;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
}

#bottom_panel a{
	color: #FFFFFF;
	text-decoration: none;
}

#bottom_panel a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_panel a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.img_padded_border {
	padding: 7px;
	border: #cccccc solid 1px;
}


.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;
}
