.nav {
}

.nav a:link {
	color: #FFFFFF;
	background: #033;
	width: 175px;
}
.nav a:visited {
	color: #FFFFFF;
}
.nav a:hover {
	color: #FFCC33;
	background-color: #000000;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
		
}

.link2 {
	color: #000000;
	text-align: center;
	clear: both;
}
.link2 a:link {
	color: #000000;
	text-decoration: underline;
}
.link2 a:visited {
	color: #000000;
}
.link2 a:hover {
	color: #FFCC00;
	background-color: #000000;
	text-decoration: none;
}
.link2 a:active {
	color: #FFCC66;
	background-color: #000000;
}
#wrapper {
	margin: 0px auto;
	width: 795px;
	padding: 0px;
}
#content {
	background: #FFF;
	width: 795px;
	color: #FFFFFF;
	float: left;
}
table {
	margin: 0px auto;
}
.img {
	padding: 5px;
	float:left;
}
img.floatLeft {
	float: left;
	margin: 0px 15px 0px 150px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}



.pictext {
	width: 650px;
	margin: 0 auto
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div.center{
   width: 100%;
   text-align: center;
}
.picleft {
	text-align: center;
	width: 600px;
	margin: 0px auto;
}

