/* Styles for the elements */
body {
	font: 87.5% Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: gray;
}

/* Styles for the page */
#page {
	width: 825px;
	margin: 0 auto;
	background-color: white;
}

/* Styles for the list */
#list {
	list-style-image: url("../images/redbullet.png");
}

li {
	padding: 3px;
}

/* Styles for the header */
#header {
	border-bottom: 3px black;
	margin-bottom: 1em;
	height: 110px;
}

#header img {
	height: 110px;
	width: 154px;
	margin: 0;
	float: left;
	border: none;
}

#header h1 {
	text-align: center;
	margin-top: 1em;
	padding-top: 5px;
}
#header h2 {
	text-align: center;
	font-size: 125%;
}

/* Styles for the navigation */
#navigation {
	font-size: 140%;
	font-weight: bold;
	background-color: red;
	border: 2px solid black;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation a {
	color: black;
	text-decoration: none;
	padding-left: .7em;
	padding-right: .7em;
}

#navigation a.current {
	color: white;
}

/* Styles for main */
#main {
	font-size: 100%;
	padding-left: 180px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-right: 35px;
}
#main img {
	float: right;
	padding-left: 10px;
}
#main h1 {
	font-size: 180%;
	font-weight: bold;
}
#main p1{
	font-size: 130%;
}
#main p2 {
	font-size: 130%;
}

/* Styles for the sidebar */
#sidebar {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
#sidebar img {
	float: top;
	width: 125px;
	border: none;
}

/*Styles for the footer */
#footer {
	border-top: 1px solid black;
	margin: 0;
}

/* Styles for the classes */
.copyright {
	text-align: right;
	margin-right: 1em;
	padding-bottom: 5px;
}




