@charset "utf-8";
body {
	background-image: url(images/tile.jpg);
}
h1 {
	font-size: 20px;
	color: #B80202;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0px;
}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	min-height: 500px;
}


#header {
	height: 203px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 40px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}


#menu a {
	text-decoration: none;
	display: block;
	float: left;
	height: 28px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
#menu a:hover {
	background-image: url(images/menu-highlight.png);
	background-repeat: repeat-x;
}
#menu img {
	float: left;
}
#headernumber {
	float: right;
	width: 305px;
	height: 121px;
	font-size: 42px;
	font-weight: bold;
	color: #BA0808;
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	background-image: url(images/header-number.png);
}
#headerbutton {
	float: right;
	height: 72px;
	width: 325px;
}

.fontnumber {
	font-size: 20px;
	color: #999;
}

#cookie {
	background-image: url(images/cookie.png);
	background-repeat: no-repeat;
	text-align: right;
	height: 17px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding-right: 100px;
}
#cookie a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#cookie a:hover {
	color: #A50101;
	text-decoration: none;
}
#body {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 500px;
}
#body a {
	color: #B80202;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	color: #333;
	text-decoration: none;
}


#sidebar {
	width: 275px;
	float: left;
	min-height: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#sidebar ul li {
	list-style:none;
}
#sidebar ul li a {
	display:block;
	line-height: 25px;
	padding: 0 15px 0 20px;
	margin: 0 5px;
	color: #333;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
	background-image: url(images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	color: #BC0E0E;
	background-color: #E8E8E8;
}

#content {
	float: right;
	width: 670px;
	min-height: 500px;
}
#sociallink {
	margin-left: 300px;
	height: 80px;
	text-align: center;
	border: 2px solid #EFEFEF;
	margin-right: 10px;
	padding-top: 5px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 113px;
	text-align: center;
	padding-top: 15px;
	color: #FFF;
}
#cities {
	width: 900px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/cities.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height: 200px;
	text-align: center;
	color: #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar h5 {
	color: #FFF;
	background-color: #262525;
	padding: 5px;
	font-size: 16px;
}
#cities a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#cities a:hover {
	color: #FFF;
	text-decoration: none;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

