/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #990000}
a:visited {color: #990000}
a:hover {color: #42475A}
a:active {color: #42475A}

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
font-family: Times, serif;
font-size: 13px;
color: #000000;
background: #FFFFFF url(graphics/titlebar.gif) no-repeat top left;
}
#branding {
	position: relative;
	height: 115px;
	background: transparent url(graphics/titles/home.gif) no-repeat 0 0;
	width: 100%;
}
#branding_house {
position: relative;
height: 190px;
background: transparent url(graphics/titles/house.gif) no-repeat 0 0;
width: 100%;
}
#branding_car {
position: relative;
height: 190px;
background: transparent url(graphics/titles/car.gif) no-repeat 0 0;
width: 100%;
}
#branding_cycle {
position: relative;
height: 190px;
background: transparent url(graphics/titles/cycle.gif) no-repeat 0 0;
width: 100%;
}
#branding_contact {
position: relative;
height: 190px;
background: transparent url(graphics/titles/contact.gif) no-repeat 0 0;
width: 100%;
}
#branding_blank {
position: relative;
height: 190px;
background: transparent url(graphics/titles/blank.gif) no-repeat 0 0;
width: 100%;
}
h1 {
position: absolute;
text-indent: -9999px;
}
h2 {
font-size: 16px;
font-weight: 700;
color: #000000;
}
h3 {
font-size: 14px;
font-weight: 700;
color: #990000;
padding-top: 10px;
}
h4 {
font-size: 13px;
font-weight: 700;
color: #990000;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 100%;
background-color:#FFFFFF;
}

/* content with navigation */
#right_content {
margin-left: 200px;
padding: 20px 50px 20px 10px;
}
#nav {
position: absolute;
left: 0;
top: 45px;
width: 180px;
font-size: 14px;
color: #000000;
font-weight: 600;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#nav li {
padding-bottom: 8px;
}
#nav li a:link, #nav li a:visited {
color: #000000;
text-decoration: none;
padding: 4px 0 4px 45px;
}
#nav li a:hover {
text-decoration: underline;
color: #990000;
}

/* footer */
#site_info {
color: #990000;
padding: 4px;
text-align: center;
font-size: 10px;
margin-bottom: 20px;
}
