body{
	font-family: arial;

}

#wrapper {
	width: 800px;
	border: 1px solid #000033;
	margin: 5px;

}

#pagetitle {
	background: url(header.png) repeat-y;
	width: 800px;
	height: 150px;
	border-top: 1px solid #888888;
	border-bottom: 8px solid #888888;
	display: block;
	margin: 0px;

}

#pagetitle h1 {
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 0px;
	letter-spacing: 10px;
	font-size: 30px;
	font-variant: small-caps;
}

#pagetitle h1 a:link {
	text-decoration: none;
	color: #333333;
}

#pagetitle h1 a:visited {
	text-decoration: none;
	color: #333333;
}

#pagetitle h1 a:hover {
	text-decoration: none;
	color: #333333;
}

#pagetitle h1 a:active {
	text-decoration: none;
	color: #333333;
}

#pagetitle h4 {
	margin-top: 5px;
	margin-left: 50px;
	letter-spacing: 5px;
	font-size: 10px;
	width: 700px;
	color: 000033;
}

#pagesubtitle {
	margin: 5px;
}

#pagesubtitle h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 0px;
}

#pagesubtitle h4 {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
}

#content {
	padding-top: 10px;
}

.projtype {
	background-color: #eeeeee;
	border: 1px dotted #333333;
	display: block;
	margin: 10px;
	width: 780px;
}

.projtype h3 {
	border: 1px dotted #333333;
	background-color: ffffff;
	margin-left: -5px;
	margin-top: -5px;
	width: 350px;
	padding: 8px;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 10px;
}

.projtype h4 {
	font-size: 15px;
	display: inline;
	margin: 10px;
}

.projtype h5 {
	font-size: 15px;
	text-decoration: underline;
	margin: 10px;
}

.projtype h6 {
	font-size: 15px;
	margin: 10px;
}

.projtype ul {
	margin-right: 10px;
	margin-top: 5px;
}

.projtype table {
	margin: 10px;
}

.projtype p pre {
	margin: 10px;
}

.projtype .revision h4 {
	font-weight: normal;
	margin-left: 10px;
	font-style: italic;
}

.projtype .revision ul h5 {
	font-style: italic;
	text-decoration: none;
	margin-left: 0px;
}


.projtype .revision ul li {
	text-decoration: none;

}

.projtype .entry h4 {
	font-weight: bold;
	margin-left: 10px;
	text-decoration: underline;
}


.projtype .entry ul li {
	text-decoration: none;
	list-style-type: none;

}
.projtype p {
	margin: 10px;
}

#copyright {
	width: 800px;
	height: 20px;
	border-top: 1px solid #333333;
	background-color: #eeeeee;
}

#copyright h6 {
	font-style: italic;
	margin: 0px;
}
