body {
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}

/*Anchors*/
a:link {
	color:#224488;
}

a:visited {
	color:#475994;
} 

a img{
	border:none;
}

/*Headers*/
h1 {
	font-size:125%;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom-style:dotted;
	border-color:#8A9CAD;
	border-width:medium;
}

h2 {
	font-size:115%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:105%;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom-style:dotted;
	border-color:#8A9CAD;
	border-width:medium;
}

/*Position*/
#main {
	position:absolute;
	top:0px;
	width:1005px;
	padding:5px;
	left:50%;
	margin-left:-502px;
	background-color:#E3CBFB;
}

.container {
	position:relative;
	top:0px;
    	width:100%;
	background-color:#E3CBFB;
}

#content {
	background-color:#D6D3F5;  
	float:left;
	width:790px;
	overflow:hidden;
	position:relative;
	left:0px;
	margin-top:5px;
	padding:5px;
	}

#right {
	background-color:#B4B9DE;  
	float:left;
	overflow:hidden;
	width:190px;
	margin-left:5px;
	margin-top:5px;
	padding:2px;
	}

#footer {
	width:100%;
	margin-top:5px;
	background-color:#8A9CAD;
	text-align:right;
	padding:2px;
	font-size:75%;
	float:left;
}

.picture {
	padding:10px;
}