BODY{
background-image: url('../images/mainbg.gif');
background-repeat: repeat;
font-family : "Trebuchet MS", Arial, Verdana;
font-size : 12px;
color: #000000;
text-align: center;
margin: 0 auto;
}
div.wrapper {
background-image: url('/images/blackbg.gif');
background-repeat:repeat;
width:840px;
margin-top:10px;
margin-bottom: 10px;
}
P, TD, LI, UL, Table {
color: #000000;
font-family : "Trebuchet MS", Arial, Verdana;
font-size : 100%;
}

/* normal link colors */
A:LINK {
color : #000000;
text-decoration : none;
}
A:VISITED {
color : #000000;
text-decoration : none;
}
A:HOVER {
color : #000000;
text-decoration : underline;
}
A:ACTIVE {
color : #000000;
text-decoration : underline;
}

H1 {
font-size : 160%;
font-weight : bold;
color : #000000;
}


H2, H3, H4, H5, H6 {
font-size : 140%;
font-weight : bold;
color : #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

P.info {
    font-family: comic sans ms, Arial, Verdana;
	font-weight: bold;
	font-size: 15px;
	text-align: justify;
	margin-top: 2px;
	line-height: 20px;
}
/* CSS Border Reference http://www.visakopu.net/misc/table-border-css/ */
.header {
/* border map: top right bottom left */
    border-width: 2px 2px 2px 2px;
	border-color: #000000;
	border-style: solid;
}

.thumbnail {

float: left;

padding: 10px;

}
