﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
}
#wrapper {
	width: 985px;
	margin:auto;
	background:black;
	border:1px;
	border-style:dashed;
	border-color:#FFFF99;
}
h1 {
    font-family:"Trebuchet MS";
    color:#FFFFCC;
    font-size:2em;
    font-weight:bold;
    padding:10px;
    text-align:center;	
}
h2 {
	font-family:"Trebuchet MS";
    color:#FFFFCC;
    font-size:1.4em;
    font-weight:bold;
    padding:12px;
}
a {
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-decoration:none;
}
ul a:hover {
	color:#99CCFF;
}
ul a:visited {
	color:#FFFF99;
}
li {
	line-height:2.3em;
	list-style:none;
}
.sitebox1 {
	width:450px;
	float:left;
	margin-left:20px;
	border: 1px;
	border-style:dashed;
	border-color:#C0C0C0;
	margin-top:10px;
}
.sitebox2 {
	width:450px;
	float:right;
	margin-left:10px;
	margin-right:15px;
	border: 1px;
	border-style:dashed;
	border-color:#C0C0C0;
	margin-top:10px;
}
#updatebox {
	width:940px;
	font-family:"Trebuchet MS";
	font-size:1.4em;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}
#updatebox p {
	color:#FFFF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.4em;
	text-decoration:none;
}
#footer {
	clear:both;
	width:900px;
	margin-top:10px;
	padding:12px;
}
.vcard {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFF99;
	padding:12px;
	line-height:1.5em;
}
