@charset "utf-8";
#edit_rigth {
	width: 250px;
	height: 180px;
	margin-left: 10px;
}
#left_edit {
	width: 145px;
	height: 175px;
	margin-bottom: 25px;
	margin-left: 5px;
}
#bottom_nav {
	width: 800px;
	height: 17px;
}
#main {
	width: 800px;
	height: 600px;
}
body {
	background-color: #E4EEFF;
	font-family: Arial, Helvetica, sans-serif;
}
.edit {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#dealername {
	height: 125px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
#logo {
	width: 90px;
	height: 65px;
	margin-top: 10px;
	margin-left: 32px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.dealername2 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-indent: 3px;
	vertical-align: middle;
}
p {
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: text-top;
	width: 300px;
	height: 300px;
	border-top-color: #E4EEFF;
	border-right-color: #E4EEFF;
	border-bottom-color: #E4EEFF;
	border-left-color: #E4EEFF;
	padding: 6px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: line-through;
}
a:active {
	text-decoration: blink;
}

