﻿/* CSS layout */

/* ERIC MEYER'S CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END CSS RESET */

.auto-style3 {
	border-style: solid;
	margin: 25px;
}

body {
	background-color: #FFFFFF;
	background-image: url('../images/ppWallpaper.jpg');
	background-position: center top;
}
#centeredBG {
	background-image: url('../images/ppCorkboard1.jpg');
	background-repeat: no-repeat;
	background-position: center 40px;
	min-width: 1000px;
	height: 950px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#headspace {
	width: 100%;
	height: 75px;
	right: auto;
	left: auto;
}
#header {
	width: 100%;
	height: 225px;
	margin-top: auto;
	margin-bottom: auto;
}
#headerBlock1 {
	width: 350px;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	background-image: url('../images/AE8.jpg');
	background-repeat: no-repeat;
}

#content {
	width: 100%;
	height: 525px;
	float: left;
}
h1 {
	font-family: Arial;
	font-size: large;
	font-weight: normal;
	margin-top: 130px;
	margin-left: 30px;
}
#footer {
	width: 100%;
	height: 25px;
}
#footBlock1 {
	width: 500px;
	height: 25px;
	margin-left: 50px;
}
a {
	color: #000000;
}
#headerBlock3 {
	width: 160px;
	height: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 50px;
	background-image: url('../images/Menu1.jpg');
	background-repeat: no-repeat;
}
#headerBlock2 {
	padding: 0px;
	border: medium solid #666666;
	width: 300px;
	height: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #FFFFdd;
}
#contentBlock1 {
	border: medium solid #666666;
	width: 650px;
	height: 450px;
	margin-top: 30px;
	margin-left: 275px;
	background-color: #FFFFdd;
}
.auto-style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.auto-style4 {
	margin: 12px 5px 5px 20px;
}
.auto-style5 {
	margin: 12px 5px 5px 5px;
}
.auto-style6 {
	margin: 5px 5px 5px 20px;
}
.auto-style7 {
	margin: 5px;
}
h2 {
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	margin-top: 60px;
	margin-left: 20px;
}
