html {
	height: 100%;
}

#Container {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.png) repeat-x fixed;
}

#TopBox {
	margin: 0;
	padding: 0;
}

#Header {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	height: 120px;
}

#Header img {
	padding-top: 30px;
	padding-left: 400px;
}

/* @group Navigation */

#Navigation {
    width: 600px;
    border-width:1px 0;
    padding: 0 0 5px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	left: -20px;
	bottom: 5px;
	overflow: hidden;
	margin-bottom: 0;
}

#Navigation ul {
    list-style-type: none;
    display: inline;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

#Navigation li {
    font-weight: bold;
    display: inline;
    padding: 0;
    margin: 0;
}

#Navigation a:link,
#Navigation a:visited {
    color: #f30;
    float: left;
    width: auto;
    text-decoration: none;
    font: bold 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-transform: lowercase;
	text-indent: -2px;
	margin-right: 1px;
	padding: 0 10px;
}

#Navigation a:hover {
	color: #e4e0d5;
	text-decoration: underline;
}

/* @end */

#BottomBox {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-bottom-box.png) repeat-y;
	padding-top: 10px;
}

#Banner {
	height: 220px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/highway.jpg) no-repeat 0 -130px;
}

#News {
	width: 620px;
	margin-left: auto;
	padding-top: 1px;
	margin-right: auto;
	font-family: verdana, helvetica, tahoma, arial, sans-serif;
	background-color: #e4e0d5;
}

.NewsItem {
	padding-bottom: 20px;
}

#News h1 {
	padding: 10px 10px 5px;
	font-size: 22px;
}

#News p {
	text-align: justify;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
	font-size: 15px;
}

#News a:link,
#News a:visited {
    color: #f30;
    text-decoration: none;
}

#News a:hover {
	text-decoration: underline;
}

#Footer {
	width: 660px;
	background-image: url(../images/bg-bottom-box.png);
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
}

#Footer p {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Footer a:link,
#Footer a:visited {
    color: #f30;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

#BottomMenu {
    width: 650px;
    border-width:1px 0;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	left: -15px;
	bottom: 5px;
	overflow: hidden;
	margin-bottom: 0;
	padding-top: 0;
}

#BottomMenu ul {
	list-style: none;
	text-align: center;
	background-color: #e4e0d5;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 30px;
}

#BottomMenu li {
    font-weight: bold;
    padding: 0;
    margin: 0;
	display: inline;
}

#BottomMenu a:link,
#BottomMenu a:visited {
    color: #f30;
    text-decoration: none;
    font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-transform: lowercase;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#BottomMenu a:hover {
	text-decoration: underline;
}