body {
	background-color: #FFFFFF;
	background-image: url(assets/body_background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	margin-top: 125px;
	margin-left: 15px;
	font-size: 13px;
}
#mainLogo {
	position:absolute;
	left: 0px;
	top: 0px;
}
#mainContent {
	width: 550px;
	vertical-align: top;
	padding: 5px 0 45px 0;
}
#sidebar {
	width: 170px;
	padding: 0;
	vertical-align: top;
	position: absolute;
	top: 125px;
	left: 590px;
}
#sidebar p {
	text-align: right;
	margin: 5px;
}
#mainContent p {
	margin: 0;
}
#mainContent a, #sidebar a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
#mainContent a:hover, #sidebar a:hover {
	text-decoration: none;
	color: #00A3FB;
}
#mainContent a:active, #sidebar a:active {
	color: #999999;
}
#nav {
	font-size: 16px;
	margin-top: 0px;
}
#nav a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 2;
	display: block;
	padding-left: 8px;
}
#nav a:hover {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #00A3FB;
	padding-left: 4px;
	color: #00A3FB;
}
#nav a:active {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #00A3FB;
	color: #CCCCCC;
}
#box, #changelog {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
	}
#box {
	padding: 5px;
	background-color: #E5F3FF;
}
#changelog {
	background-color: #E5F3FF;
}
#box a, #changelog a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
#box a:hover, #changelog a:hover {
	text-decoration: none;
}
#box a:active, #changelog a:active {
	text-decoration: none;
	color: #999999;
}
#box img, #changelog img {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#footer { 
	font-size: 10px; 
	width: 550px; 
	margin: 0;
	border-top: 1px solid #CCCCCC; 
	padding-top: 5px; 
	padding-left: 5px;
	color: #666666; 
}
#footer p { 
	margin: 0 0 5px 0; 
}
#footer a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #00A3FB;
}
#footer a:active {
	text-decoration: none;
	color: #999999;
}
h1 {
	margin: 0 0 15px 5px;
	font-size: 200%;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 15px;
	margin-top: 0px;
}
abbr, acronym {
	text-decoration: none;
	border-bottom: 0;
}
.highlight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.date {
	width: 70px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	background-color: #CCCCCC;
	margin: 0;
}
.change {
	width: 480px;
	padding: 5px;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	vertical-align: top;
	margin: 0;
}
.textfield {
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 300px;
}
.pictureLeft {
	margin: 5px 5px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.pictureRight {
	margin: 0 5px 0 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
