body {
    font-family : Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
	background-image: url('/img/bg.jpg');
	background-color: #666666;
	background-repeat: repeat-x;
}

h3 {
	margin-left: 10px;
    font-weight: normal;
	color:#000000;
	font-size:10pt;
}


div.main {
	margin-left: 20px;
    margin-top: 20px;
	background: #ffffff;
	width: 750px;
	/*border: solid rgb(0,0,0);*/
}

div.header {
	background: #000000;
	width: 750px;
	height: 192px;
}

img {
	vertical-align:text-top;
	margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
	border-style: none;
	border-left-width: 0px;
	border-right-width: 0px;
	outline-style: none;	
}

img.right {
	position:absolute;
	left:570px;
}

span {
	font-size:10pt;
	color:#000000;
}
/* main nav links */
a {
	font-size:10pt;
}
a.static {
	color:#FFFFFF;
}
a.black {
	color:#000000;
}
a.nav{
	margin-left: 20px;
}

/* bottom text */
p {
    font-size:8pt;
}
.pt8 {
    font-size:8pt;
}
div p{
	margin-left: 10px;
    margin-right: 10px;
}

h1 {
    margin-left: 10px;
    font-size:12pt;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 4px;
}

div.album{
	width: 480px;
	background-color: #E8E8E8;
	margin-left: 5px;
    margin-right: 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	background-image: url('/img/tablebg.jpg');
	background-repeat: repeat-y;
}

/* clearfix stuff */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
