﻿/* CSS layout */

#maintop {
	font: normal normal bold medium "Times New Roman", Times, serif;
	text-align: center;
}

.mainitem{
	font: normal normal lighter large/1 Arial;
	padding-bottom: 15px;
	font-family: Arial;
	font-size: large;
	text-align: center;
}

#special_box {
	float: left;
	border: 3px #FF0000 double;
	padding: 5px;
	font-family: Arial;
	font-size: medium;
	background-color: #FF9933;
	font-style: normal;
	font-weight: normal;
	width: 220px;
}


