html,body {
	background-color: #999999;
	background-image: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, serif;
	font-size: 90%;
	color: #070066;
	text-align: center;
}

a {
	color: #0200ee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 105%;
}
h4 {
	font-size: 100%;
}

/*  header */
#header {
	height:174px;
	padding-left: 10px;
	background-color: #B4D4FF;
	background: url(../_images/header_bg.jpg) no-repeat;
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#header #logo_markengarage {
	padding-left: 30px;
	position: absolute;
	top: 18px;
}

#header #trail {
	color: #070066;
	text-align: left;
	padding-left: 10px;
	position: absolute;
	top: 145px;
	font-size: 80%;
}
#header #trail a {
	color: #070066;
}

/* menu code */
#menu {
	float: left;
	width: 196px;
	margin-left: -100%;
	padding-left: 0px;
	padding-top: 0px;
	z-index: 3;
	background: url(../_images/nav_bg.jpg) repeat-y;
}
#menu a {
	color: #070066;
}

#menu #menu_head {
	background: url(../_images/nav_heading.jpg) no-repeat;
	padding-left: 24px;
	padding-top: 1px;
	height: 43px;
}
#menu .menu_item {
	height:22px;
	background:url(../_images/nav_strip.jpg) no-repeat;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#00448C;
	padding:4px 0px 0px 24px;
}

#menu #menu_footer {
	background: url(../_images/nav_bottom.jpg) no-repeat;
	height: 11px;
	margin-top: 10px;
	padding-left: 24px;
}


/* content */
#body {
	background-color: #ffffff;
	float: left;
	width: 100%;
}

#outerbody {
	width: 998px;
	background-color: #ffffff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
	padding: 0px;
	margin: 0px;
	clear: both;
}


#content {
	margin: 0 229px 0 200px;
}

#content p {
	line-height: 1.4;
}

#title {
	font-size: 120%;
	color: #ff0000;
	padding-bottom: 2px;
	line-height: 130%;
}

/* content lets */
div#skyscraper {
	float: left;
	width: 227px;
	margin-left: -227px;
}
#contentlet_search {
	padding:15px;
	background:url(../_images/form_bg.jpg) no-repeat;
	height:132px;
}
#contentlet_search td {
	padding-top: 10px;
}

#contentlet_search .button{
	background: url(../_images/button_bg.jpg) no-repeat;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #070066;
	border:none;
	width: 81px;
	height:24px;
	cursor:hand;
}

.contentlet {
	padding: 0px;
}

.contentlet_title {
	color: #070066;
}

.contentlet_title a {
	color: #070066;
}

/* footer */
#footer {
	clear: left;
	width: 100%;
	height:78px;
	background:url(../_images/footer_bg.jpg) repeat-x;
	color:#FFFFFF;
	text-align:center;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover{
	color:#FFFF92;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding-top:30px;
}

div#ad_content_right {
	position: relative;
	top: 0px;
	left: 10px;
}