body {
	background-image: url(images/tile.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C32626;
	margin-top: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4188B8;
	margin-top: 5px;
	text-align: center;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
}

#header {
	height: 148px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
}
#headernumber {
	background-image: url(images/header-number.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 287px;
	float: right;
	font-size: 44px;
	font-weight: bold;
	text-align: right;
	background-position: right top;
	color: #C11F1F;
	padding-top: 10px;
	padding-right: 20px;
}

#headerbutton {
	float: right;
	height: 52px;
	width: 307px;
	background-image: url(images/header-button.png);
}
#formwrap {
	background-image: url(images/form.png);
	background-repeat: no-repeat;
	padding-top: 70px;
	text-align: right;
	padding-right: 15px;
	height: 270px;
}


.fontnumber {
	font-size: 20px;
	color: #666;
}
#menu {
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	min-height: 500px;
	background-position: center;
}
#content {
	float: left;
	width: 650px;
	padding-bottom: 5px;
	min-height: 500px;
}

#content a {
	font-weight: bold;
	color: #716DFC;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #BE1515;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer.png);
	height: 87px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 77px;
	padding-top: 10px;
}
#cities {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 200px;
	text-align: center;
	font-size: 12px;
	color: #999;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #174E88;
	text-decoration: none;
	font-weight: bold;
}

#rightmenu {
	float: right;
	width: 275px;
	min-height: 200px;
}
#rightmenu a {
	font-weight: bold;
	color: #023399;
	text-decoration: none;
}
#rightmenu a:hover {
	font-weight: bold;
	color: #D00606;
	text-decoration: none;
}
#rightmenu h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #E10627;
	padding-left: 5px;
}
#cookie {
	height: 18px;
	padding-top: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
	padding-right: 410px;
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
}
#cookie a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#cookie a:hover {
	color: #E10627;
	text-decoration: none;
}

#rightmenu ul
{
	margin:0px;
	padding:0;
	display:block;
	list-style:none;
}
#rightmenu li
{
	line-height:22px;
	display:block;
	padding:0;
}
#rightmenu li a:link, li #right_nav li a:visited
{
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFF;
	display:block;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0E6;
}
#rightmenu li a:hover
{
	color:#FFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-color:#C22E36;
	padding-left:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0E6;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.p80 {
	font-size: 80%;
}
