font{
font-size: 12pt;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
}

font.small{
font-size: 10pt;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

font.big{
font-size: 16pt;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
}

font.error{
font-size: 20pt;
color: red;
font-family: Georgia, "Times New Roman", Times, serif;
}

font.title{
font-size: 20pt;
color: green;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

font.nav{
font-size: 14pt;
color: Blue;
font-family: Georgia, "Times New Roman", Times, serif;
}

.header {
	margin: auto;
	text-align: center;
	height: 160px;
}

.main {
	margin-left:10px;
	text-align: center;
	width: 825px;
	padding-top: 20px;
	padding-left: 1px;
	padding-bottom: 25px;
}
.main .left {
	float: left;
	width: 400px;
	margin-left: 10px;
	text-align: left;
}
.main .right {
	float: right;
	width: 400px;
	margin-left: 10px;
	text-align: left;
}

body{
	background-color: #f5f2df;
	background-image: 
	url('/online-quote-system/header-background1.gif');
	background-repeat: repeat-x
}
