@charset "utf-8";
/* CSS Document */
body
{
	background-color:#49568b;
}
#header
{
	background-image:url(images/blaine-auto-body-logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:160px;
}
#cars
{
	background-image:url(images/cars.gif);
	background-repeat:no-repeat;
	width:742px;
	height:178px;
	z-index:10;
}
#address
{
	z-index:20;
	border-color:#49568b;
	border-style:solid;
	border-width:3px;
}
#navigation
{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:100%;
	text-align:left;
}
#navigation a
{
	color:#000000;
	text-decoration:none;
}
#navigation a:hover
{
	color:#0000FF;
	text-decoration:underline;
}
#content
{
	padding:10px;
	text-align:left;
}
#content h1
{
	font-family:"Monotype Corsiva", "Comic Sans MS";
	font-weight:bold;
	color:#0000FF;
	font-size:200%;
}
#content h2
{
	font-family:"Monotype Corsiva", "Comic Sans MS";
	font-weight:bold;
	color:#000000;
	font-size:150%;
}
#content p
{
	text-indent:15px;
}
#side
{
	padding:10px;
}