body {
    background-image: url(images/background_image.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

#body {
	background-color: #171919;
	border: 2px solid #AEAEAE;
}

.top-right {
    background-image: url(images/right_corner_top.gif);
	background-repeat: no-repeat;
}

.top-right-text {
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #FFFFFF;
	text-align: center;
}

.corner-left {
    background-image: url(images/bottom_left_corner.gif);
	background-repeat: no-repeat;
}

.corner-right {
    background-image: url(images/bottom_right_corner.gif);
	background-repeat: no-repeat;
}

.copyright {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #000000;
	text-align: center;
}

.authdealer {
    background-color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #000000;
	text-align: center;
}

#navigation {
    border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	background-color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	text-align: right;
}

#navigation a {
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}

#navigation a:link, #nagivation a:visited {
    color: #000000;
}

#navigation a:hover {
	color: #FFFFFF;
	font-size: 12px;
}

#middle {
    background-color: #FFFFFF;
	border: 1px solid #AEAEAE;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

#middle a {
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #C71E1E;
}

#middle a:link, #middle a:visited {
    color: #000000;
}

#middle a:hover {
	color: #C71E1E;
	font-size: 14px;
}