body {
	background: #555555;
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
}

#Wrapper {
	width: 100%;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin: 0 auto -60px;
}

h1 {
	font-family: neometric;
	font-size: 40px;
	text-decoration: none; 
	margin: 0px;
	
	color: #DDDDDD;
	
	vertical-align: baseline;
	
	width:auto;
}

#Header, #Navigation, #Content, #footer{
	margin: 0 auto;
}

#footer, #Header, #Content{
	max-width: 940px;
	border-radius: 4px;	
	padding-left: 10px;
	padding-right: 10px;
}

#HeaderContainer
{
	padding-top: 8px;
	width: 100%;
}

#Header {
	position: relative;
	padding: 10px;
	background: #222222;
	vertical-align: baseline;
}

#Header img {
	position: absolute;
}

#Header h1, #Header p{
	position: relative;
	left: 60px;
}

#Header h1 {
	line-height: 38px;
	top: 0px;
}
#Header p {
	font-family: verdana;
	color: #BBBBBB;
	font-size: 12px;
	margin: 0px;
}

#Header p a {
	color: #BBBBBB;
}

#LaunchClient {
	position: absolute;
	height: 42px;
	margin: 15px;
	width: 210px;
	top: 0px;
	right: 0px;
	
	background: rgb(23, 73, 23);
		
	border-radius: 4px;
}

#LaunchClient:hover {
	background: rgb(47, 85, 47);
}

#LaunchClient a {
	display: block;
	width: 100%;
	height: 100%;
	
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #CCCCCC;
	line-height: 42px;
	text-align: center;
	
	text-decoration: none;
}

#LaunchClient a:hover {
	color: #DDDDDD;
}

#Navigation {
	max-width: 970px;
	padding-left: 0px;
	padding-right: 0px;
}

#Navigation table {
	width: 100%;
	border-spacing: 5px;
}

#Navigation table tr td {
	width: 25%;
	padding: 0px;
}

#Navigation table tr td div{
	width: 100%;
	padding: 0px;
	height: 30px;
}

#Navigation table tr td div a{
	display: block;
	width: 100%;
	text-align: center;
	color: #CCCCCC;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	line-height: 30px;
	
	background: #333333;
	border-radius: 4px;
	margin-right: 10px;
	
	text-transform: uppercase;
	border: 0px solid;
}

#Navigation table tr td div a:hover{
	background: #444444;
}

#Content {
	
	padding: 5px;
	min-width: 950px;
	
}

#Content{
	position: relative;
	height: auto;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #BBBBBB;	
}

#Content p {
	width: 80%;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

.highlight {
	text-decoration: underline;
}

#Content a {
	color: #BBBBBB;	
}

#Content h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#Content img {
	position: relative;
	margin: 5px;
}

img.roundedimage {
	border-radius: 4px;
}

#FooterPush {
	height: 60px;
}
#footer {
	position: relative;
	background: #111111;
	height: 52px; 
}

#footer p{
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin: 0px;
	line-height: 52px;
	text-align: center;
	color: #AAAAAA;
}

#footer p a {
	color: #999999;
}
