body {
	height: 100%;
	padding: 0px;
	margin:0px 0px;
	text-align:center;
	background-image: url(pixelp.png);
}
html {
	overflow-y: scroll;
}
#grad {
	background: url(grad.png);
	background-repeat: repeat-x;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80%;
}
#container {
	min-height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align:left;
	padding-bottom: 5px;
}
#header {
	background-image: url(banner/rotate.php);
	display: block;
	height: 110px;
	width: 800px;
	margin-top: 15px;
	border-top: 1px dashed Silver;
	border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
}
#navbar {
	height: 16px;
	width: 800px;
	background-color: black;
	border-bottom: 1px dashed Silver;
	border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
}
#content {
	background-color: White;
	padding-top: 1px; 
	padding-left: 30px; 
	padding-right: 30px; 
	padding-bottom: 15px;
	width: 740px;
	border-bottom: 1px dashed Silver;
	border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
}
#footer {
	background-color: black;
	width: 800px;
	height: 28px;
	padding-top: 1px; 
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed Silver;
	border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
}
#pictureleft {
	float: left;
	padding-right: 15px;
}
#pictureright {
	float: right;
	padding-left: 15px;
}
p {
	font: 80% Georgia;
	line-height: 14px;
}
g {
	font: 80% Georgia;
	line-height: 14px;
}
h1 {
	font: small-caps normal 160% Georgia;
}
h2 {
	font: 100% Georgia;
}
h3 {
	font: 60% Georgia;
}
h4 {
	font: 100% Georgia;
}
h6 {
	font: 60% Georgia;
	margin: 0px 0px 10px 0px;
}
h7 {
	font: 105% Georgia;
	line-height: 16px;
}
table {
	border: 0;
	width: 100%;
}
table.col {
	border-width: 0px 0px 1px 0px;
	border-spacing: 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	width: 100%;
}
table.col th {
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230);
}
table.col td {
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230);
}
table.timeline {
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-spacing: 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	width: 100%;
}
table.timeline th {
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230);
}
table.timeline td {
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230);
}
table.gam {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	vertical-align: top;
}
table.gam th {
	border-width: 0px 0px 0px 0px;
	padding: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230);
	background-color: white;
	vertical-align: top;
}
table.gam td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 20px 5px 0px;
	border-style: dashed dashed dashed dashed;
	border-color: rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230) rgb(230, 230, 230);
	background-color: white;
	vertical-align: top;
}
a, a:link, a:visited {
text-decoration: none;
}
img {
	border-style: none;
}
