body {  
	font: 10pt/12pt Garamond, Georgia, Times New Roman, Serif; 
 	font-style: normal; 
	color: #535353; 
	font-weight: normal;
	padding: 5px;
	letter-spacing: 0.5px;
	}

p {  
	font: 10pt/12pt Garamond, Georgia, Times New Roman, Serif; 
 	font-style: normal; 
	color: #535353; 
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	}

a:link {
	color: #8B8C83;
	text-decoration: none;
}

a:visited {
	color: #8B8C83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CACBC3;
}

a img {
	border:0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
}

#header {
	margin: 0 0 15px -25px;
	background: white;
	text-align: center;
	padding: 0px;
}

#container {
	margin: 0px 0px 0px 0px;
	background: white;
	padding: 0px;
	
}

#side-a {
	float: left;
	width: 139px;
}

#side-b {
	padding-left: 15px;
	float: left;
	width: 240px;
	height: 365px;
	background: #f4f4f1;
}

#side-b-pic {
	padding-left: 2px;
	float: left;
	width: 240px;
	height: 365px;
	background: #ffffff;
}

#side-c {
	float:right;
	width: 110px;

}

#content { 
	float: left;
	width: 250px;
}

#footer {
	clear: both;
	background: white;
	text-align: center;
	margin: 15px 0px 0px -25px;
	padding:0px;
	bottom:0;
}

.border {  
	border-top: 2.5px solid #CACBC3;
	border-bottom: 2.5px solid #CACBC3;
	border-right: 2.5px solid #CACBC3;
	border-left: 2.5px solid #CACBC3;
	padding: 3px 3px 3px 3px;  
	color: #CACBC3;
	background-color: #CACBC3;
	}
	
.clear {
	clear:both;
	}

ul {
	list-style-type:square;
	list-style-position:outside;
	list-style:square;
	padding:0px;
	margin:0px;
	width: 235px;
	}
	
li {
	color: #8B8C83;
	margin:0px 0px 0px 25px;
	}