body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 11px;

	color: #333;
	background: #FFF url(./site-img/hvsbg.png) repeat-x;
	text-align: center;
}
* {
	padding: 0;
	margin: 0;
}
/* PAGE STRUCTURE 
---------------------------------------------*/

#container {
	text-align: left;
	margin: 40px auto 5px auto;
	padding: 0;
	width: 80%;
	/*background: url(./site-img/topimage.png) no-repeat;*/
	background-color: #efefef;
	-moz-border-radius: 10px;
	border: 1px solid #2a2a2a;
}
#header {
	padding-left: 25px;
	
}
#contentframe {
	margin: 2em 0 0 0;
	padding: 2em 0;
	width: 100%;
	text-align: left;
	float: left;
	border: 0px solid #FFF;
}
#footer {
	vertical-align:bottom;
	background-color: #FF00;
	height:20px;
}
/* 2 column layout c1-c1-c2 */
.c1-c2 #c2 {
	float: left;
	width: 120px;
	height:450px;
	padding-left: 1em;
	margin: 0;
	border: none;
}

.c1-c2 #c1 {
	float: left;
	width: 75%;
	padding-left: 1em;
	margin: 0;
	border: none;

}
table {
	border: 0 solid #000000;
	border-collapse:collapse;
	width:100%;
}
/* Make sure the table cells show the right font */
td {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 11px;

}

/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {text-decoration: none; padding: 1px; }
a:link { color: #C02802; }
a:visited { color: #C02802; }
a:hover { color: #fff; text-decoration: none; }


/*-------------------------------------------------
TYPOGRAPHY
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}

/* approx 21px*/
h1 {
        font-size: 2.1em;
        margin-top: 2em; 
}

/* approx 16px*/
h2 {
        font-size: 1.6em;
        margin-bottom: 1em; 
}

/* approx 14px*/
h3 {
        font-size: 1.4em;
}

/* approx 12px*/
h4 {
        font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}


#thumbimg1 {
	border : 0px;
	
}
#thumbimg2 {
	border : 0px;
	width:100px;
}