


body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	height:100%; 

}


h1, h2, h3 {
        margin: 0;
        font-weight: normal;
        color: #046380;
}

h1 {
        font-size: 197%;
}

h2 {
        font-size: 167%;
}

h3 {
        font-size: 100%;
        font-weight: bold;
}

a {
        color: #E06529;
}

a:hover {
        text-decoration: none;
}


/* Header */
#header {
	width: 600px;
	height: 90px;
	margin: 100px auto;
}



/* Logo */

#logo {
	
	width:860px;
	padding-top: 15px;
	background: url(/images/mopar-img02.gif) no-repeat left bottom;

}

#logo h1, #logo h2 {
        margin: 0;
        padding-left: 60px;
        font-weight: Normal;
        color: #046380;
}

#logo h1 {
        font-weight: none;
        fon-family: myriad-pro;
}

#logo h2 {
        font-size: 92%;
}

#logo a {
        text-decoration: none;
}


