body  {
	font-family: Arial, Helvetica, sans-serif;
         font-size: 16px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
        line-height: 1.7em;
}
a img {
	margin-bottom: 15px;
        border-color: #000000;
        border-width: 1px;
}
a img:hover {
	border-style: solid;
	border-color: #ffffff;
}

h1 {
	font-size: 24px;
	line-height: 1.1em;
}
h2 {
	font-size: 18px;
	line-height: 1.1em;
}

.caption {
	font-size: 12px;
}

#sidebar1 ul {
	list-style-type: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 200px; 
	padding: 15px 10px;
}
.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px; 
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
