body,td,th,input,textarea,select,option {
	font-family: verdana;
	font-size: 12px;
	color: #69697c;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #c0d5d5;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 990px;
}


.clear {
	clear: both;	
}

h1,h2,h3,h4,h5,h6 {
	color: #996698;
	margin: 0px;
	padding: 0px;
}

div#header {
	background-color: #cbcbd5;
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	border: 1px solid #808098;
}

div#header em {
		
}

div#header_left {
	float: left;	
	width: 500px;
}

div#header_right {
	float: right;
	width: 468px;	
}


div#content {
		
}

div.box {
	float: left;
	width: 238px;
	margin-right: 10px;
	margin-bottom: 10px; 	
	border: 1px solid #808098;
}

div.box:hover div.box_content {
	background-color: #cc3398;
}

div.box:hover div.box_footer {
	background-color: #e0b6d5;	
}

div.box:hover div.box_header {
	background-color: #e0b6d5;	
}


div.last {
	margin-right: 0px;	
}
div.box_content {
	background-color: #b34d98;
	padding: 5px;
	color: #ffffff;
	
}
div.box_header {
	color: #996698;
	background-color: #d5c0d5;
	padding: 5px;
	text-align: center;
}

div.box_footer {
	color: #996698;
	background-color: #d5c0d5;
	padding: 5px;
	text-align: center;
}
div.box_footer a, div.box_footer a:link, div.box_footer a:visited, div.box_footer a:active, div.box_footer a:hover {
	color: #996698;
	font-weight: bold;
	font-style: normal;
}

div.box_content a, div.box_content a:link, div.box_content a:visited, div.box_content a:active, div.box_content a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.box_content a:hover {
	text-decoration: underline;
}

div.box_content div.link {
	margin-top: 1px;
	margin-bottom: 1px;
}