@charset "utf-8";
.header {
	padding-left: 10px;
	padding-right:10px;
	margin-left: 20%;
	height: 60px;
	width: 800px;
	background-color: #C30;
	font-family: calibri, century gotihic, Lucida Sans serif, Microsoft Sans Serif, futura, sans serif;
	font-size: 40px;
	color: #FFF;

}
.topmenu {
	padding-top:1px;
	padding-left: 10px;
	padding-right:10px;
	background-color:#FFF;
	height: 20px;
	width: 800px;
	border-bottom: #c30;
	border-bottom-style:solid;
	border-bottom-width: thin;
	margin-left: 20%;
	font-family: calibri, century gotihic, Lucida Sans serif, Microsoft Sans Serif, futura, sans serif;
	color: #c30;
	font-size: 14px;
	
}


.empty {
	background-color:#FFF;
	float: left;
	
}
.link {
	
	padding-left:4px;
	padding-right:4px;
	background-color:#FFF;
	font-family: calibri, century gotihic, Lucida Sans serif, Microsoft Sans Serif, futura, sans serif;
	color: #c30;
	font-size: 14px;
	float: left;
}
.text {
	padding-left:10px;
	padding-top:30px;
	padding-bottom: 30px;
	padding-right:10px;
	margin-left: 20%;
	width:800px;
	background-color:#FFF;
	color: #333;
	border-bottom-color:#C30;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	font-family: tahoma, verdana, serif;
	font-size: 12px;
}
.in {
	
	padding-left:4px;
	padding-right:4px;
	background-color:#C30;
	color: #FFF;
	float: left;
	font-size: 14px;
	font-family: calibri, century gotihic, Lucida Sans serif, Microsoft Sans Serif, futura, sans serif;
}
	
.a {
	color:#333;
}
