body {
	font-family: Helvetica, Arial;
	background: #fdfef3;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

body, div, p, img, h1, h2, h3, h4, h5, img,ul {
	margin: 0px;
	padding: 0px;
}

#main {
	background: url(images/header_slice.jpg) repeat-x;
}

#main .container {
	background: url(images/header.gif) no-repeat;
}

#header {
	padding-top: 40px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 500px;
	height: 140px;
	float: left;
}

#logo h1 {
	text-indent: -9999px;
	padding-top: 60px;
}

#tagline {
    float: left; 
	padding-top: 44px;
}

#tagline h1 {
	font-size: 40px;
	color: #e0fff8;
}

#menu ul {
	list-style: none;
	padding-top: 44px;
}

#menu ul li {
	float: left;
	padding-right: 40px;
}

#menu img {
	border: none;
}

#content {
	padding-top: 20px;
	width: 600px;
	float: left;
}

#content h2 {
    font-size: 36px;
    color: #015878;
    padding-right: 10px;
}

#content h3 {
	margin-top: 2px;
    font-size: 24px;
    color: #444444;
    padding-right: 8px;
}

#content h4 {
    font-size: 18px;
    color: #373737;
    font-weight: normal; 
}

#content p {
	margin-top: 5px;
    font-size: 14px;
    color: #595858; 
    padding-right: 5px;
}

#content small {
    font-size: 12px;
    color: #373737; 
}

#content a {
    color: #0f6c8d;
    font-weight: bold;
    text-decoration: none;
}

#sidebar {
	border-width: 1px;
	border-style: solid;
	border-color: #c9b20a ;
	float: left;
	background-color: #fefed1;
	padding: 5px;
}

#sidebar ul {
	list-style: none;
}


#footer {
	padding-top: 50px;
	float: left;
}

