* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(../images/stripe.png) repeat;
}

p{
	font: 1.2em/1.8em Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}

li {
	font: 1.2em/1.8em Verdana, Geneva, sans-serif;
}

h1 {
	font: 2.0em Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}

h2 {
	font: 1.8em Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}

h3 {
	font: 1.6em Verdana, Geneva, sans-serif;
	margin-bottom: 10px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
	
#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#main-content {
	background: url(../images/left-sidebar.gif) repeat-y white;
	padding-left: 220px;
	padding-top: 10px;
	margin-top: 10px;
}
	
#header {
	height: 70px;
	background: #ffffff url(../images/headerbackground.jpg) repeat-x left top;
}

#logo {
	margin: 0;
	padding: 10px;
}

#left-sidebar {
	width: 150px;
	float: left;
	/* padding-left: 15px; */
	/* padding-top: 20px; */
}

#footer {
	background: #BEBB9C;
	text-align: center;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

.downloadbutton {
	background-image: url(../images/button_1.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	margin: 0px;
}

.downloadbutton a:link, .downloadbutton a:visited {
	background-image: url(../images/button_0.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding-top: 5px;
	display: block;
}

.downloadbutton a:hover, .downloadbutton a:active {
	background-image: url(../images/button_1.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	font-family: "Arial";
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding-top: 5px;
	display: block;
}
