/* CSS Document */

body, p, table, tr, td, h1, h2, h3, h4, h5, h6, ul, ol, li, div {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: auto;
	width: 600px;
}

#header {
	width: 600px;
	height: 122px;
	background-image: url(images/peeps_logo.jpg);
	background-repeat: no-repeat;
	vertical-align: baseline;
}

#menu {
	float: right;
	height: 30px;
	margin-top: 92px;
}

#menu ul {
	list-style: none;
	margin-right: 20px;
}

#menu ul li {
	float: left;
	background: url(images/link_bg.jpg);
	background-repeat: no-repeat;
	width: 101px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}

#menu ul li a:link, #menu ul li a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
}

#menu ul li a:hover {
	color: #42A7E4;
}

#menu ul #right_link {
	width: 102px;
}

#content {
	width: 600px;
	background-image: url(images/content_bg.gif);
	margin-bottom: 20px;
}

#content h5 {
	width: 600px;
	height: 16px;
	background-image: url(images/content_header.gif);
}

#content h6 {
	width: 600px;
	height: 13px;
	background-image: url(images/content_bottom.gif);
}

#content h1 {
	color: #0079C2;
	font-size: 20px;
	padding-left: 20px;
	font-weight: normal;
	padding-bottom: 15px;
}

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

#content #left p {
	padding-bottom: 15px;
	font-size: 12px;
}

#content #right {
	width: 180px;
	float: left;
	text-align: center;
}

#content #right img {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

#content #right p {
	font-style: italic;
	font-size: 10px;
}