@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/gradient.jpg) repeat-x;
}

#container {
	width: 760px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #b5e7f3;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#navigation {
	width: 120px;
	float: left;
}

li.navigation {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -10px;
	list-style: circle;
}

#main {
	min-height: 350px;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 120px;
}


#footer {
	padding-bottom: 10px;
}

p {

}

p.bold {
	font-weight: bold;
}

p.quote {
	font-style: italic;
	font-weight: bold;
	margin-top: -10px;
}

a.navigation {
	color: #2f68db;
	text-decoration: none;
	font-weight: bold;
}

a.navigation:hover {
	color: red;
	text-decoration: none;
}