body 
{
background-color: #b0b9ce;
background-image: url('images/bg_static2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom center;
}

h1, h2, h3, h4 
{	
	font-family: sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
	color: #5a7cca;
}

td
{
	text-align: left;
	vertical-align: top;
}

#main
{
	background-color:	#c3c4ce;
	width: 640px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-top: 0px;
}

p
{
	font-family: sans-serif;
}

p:first-letter 
{
	color: #ff0000;
	font-size: x-large;
}

li
{
	font-family: sans-serif;
	font-weight: 600;
	font-size: 12pt;
	color: #573300;	
}

div.section
{
	top: 5px;
	background-color: #efdbc5;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: 5a7cca;
	padding-left: 5px;
	padding-right: 5px;
}

.floatingBox
{
	position: relative;
	top: 200px;
	left: 20px;
	border: 3px;
}

.righthand
{
	float: right;
}

.slides {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.slides  img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  50; 
    left: 50;
} 