/* CSS Document */

/*links*/	
.style1 {color: #2B5540}
a:link {
	color: #2B5540;
	text-decoration: none;
}
a:visited {
	color: #3C7759;
	text-decoration: none;
}
a:hover {
	color: #2B5540;
	text-decoration: none;
}
a:active {
	color: #2B5540;
	text-decoration: none;
}

html {
	background-color: #99cccc;
			}

div#content {
	width:592px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	}

div#body {
	width: 562px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	background-color:#FFFFFF;
	padding:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position:relative;

}
	
div#image {
	float:left;
	width:180px;
	height:197px;
	padding:0;
	margin-right:10px;
	position: relative;
}

div#bkimage {
	float:right;
	width:100px;
	height:123px;
	padding:0;
	margin-top:3px;
	margin-bottom:40px;
	margin-right:10px;
	margin-left:10px;
	position: relative;
}

h2 {
	font-size: small;
	background-color: #2B5555;
	border-color:#2B5555;
	border-bottom-style: solid;
	border-top-style:solid;
	border-left-style:solid;
	color: #FFFFFF;
		}
	

