@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/*background-color: #edeede;*/
	background-color:#52524e;
	color: #000000;
	/*background-image: url(yellow30.gif);
	background-repeat: repeat-x repeat-y;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
}
a:link {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}

a:hover {
	color:#52524e;
	}
	

#wrapper {
	background-color: #cccb9b;
	color: black;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 10px;
	text-align:left;
}

#header {
	text-align:center;
	height:160px;
	}

#mainfeature { 
	background-color: #eeeedf; 
	color: black; 
	padding: 5px;
	border: solid #e79bc4 3px;
}

h2 {
	color: #52524e;
	line-height: 15px;
}

#feature2 { 
	background-color: #f1fac0; 
	color: black; 
	padding: 5px;
	border: solid #52524e 3px;
}

.linkTo {
	font-size:10px;
	text-align:right;
	font-weight:normal;
	}
	
.linkTo a:link {
	font-size:10px;
	text-align:right;
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
	}
	
.etcLink {
	font-size:12px;
	font-weight:normal;
	}
	
.etcLink a:link {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-decoration:underline;
	}