body {
	background:#3a3a3a;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	margin: 20px;
}
a {
	color: yellow;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: line-through;
}
p {
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
#container {
	background: #2c5c98 url(mid.gif) repeat-y top left;
	margin: 0 auto;
	width: 602px;
}
#containerHeader {
	background: url(top.gif) no-repeat top left;
	margin:	0 0 8px 0;
	font-size: 16px;
	font-weight: bold;
	height: 41px;
	position: relative;
}
#menu {
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	bottom: -6px;
	right: 5px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	line-height: 9px;
	display: inline;
}
#containerFooter {
	background: url(bottom.gif) no-repeat bottom left;
	padding: 0 6px 7px 6px;
	font-size: 9px;
	text-align: right;
	color: #cfd9e5;
}
#title {
	margin: 3px 6px 6px 12px;
	text-align: left;
}
#content {
	margin: 3px 18px 15px 18px;
	padding: 0 5px;
	border-left: 1px solid white;
	overflow: hidden;
}
#content ul {
	list-style-type: circle;
}
#blogSubject {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed white;
	margin: 0 0 2px 0;
	text-decoration: none;
}
#blogContent {
	padding: 0 0 3px 0;
	border-bottom: 1px dashed white;
}
#blogDate {
	text-align: right;
	font-size: 10px;
	margin: 0 0 12px 0;
}
#portEntry {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed white;
	margin: 0 0 12px 0;
}
#portEntry ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}
#portEntry ul strong {
	display: block;
	width: 80px;
	float: left;
}
#portHeader,
#portHeader a,
#portHeader a:active,
#portHeader a:visited,
#portHeader a:hover {
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed white;
	margin: 0 0 2px 0;
	text-decoration: none;
}
.portPic {
	width: 190px;
	height: 125px;
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	border: 0;
}
.portPic a {
	display: block;
	width: 190px;
	height: 125px;
}
.portPic a span {
	display: none;
}
#testDesc {
	font-size: 11px;
	font-style: italic;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed white;
	margin: 0 0 12px 0;
}
#testEntry {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed white;
	margin: 0 0 12px 0;
}
#testHeader {
	font-size: 16px;
	font-weight: bold;
}
#testEntry ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}
#testEntry ul strong {
	display: block;
	width: 70px;
	float: left;
}
#contactForm ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contactForm ul strong {
	width: 75px;
	float: left;
}
#contactForm li {
	padding: 0 0 3px 0;
}