html {
	width               : 100%;
	height              : 100%;
	margin              : 0px;
	padding             : 0px;
	background          : #1e2629;
}
body {
	width               : 100%;
	height              : 100%;
	margin              : 0px;
	padding             : 0px;
	background          : #1e2629;
}

div.body {
	position            : absolute;
	top                 : 50%;  
	left                : 50%; 
	z-index             : 0;
	width               : 1002px;
	height              : 700px;
	margin-left         : -501px;
	margin-top          : -350px;
}

div.top {
	width               : 100%;
	height              : 99px;
	background          : #262f32;
}
div.logo {
	float               : right;
	width               : 198px;
}
div.menu {
	z-index             : 1;
	height              : 18px;
	padding-top         : 81px;
}
div.main {
	clear               : both;
	width               : 100%;
	height              : 501px;
	background          : url('images/bg.gif');
}
div.navigation {
	z-index             : 1;
	width               : 100%;
	height              : 30px;
}
div.content {
	width               : 100%;
	height              : 470px;
	overflow            : auto;
}
div.bottom {
	width               : 100%;
	height              : 100px;
	padding-top         : 10px;
}
div.copyright {
}
div.social {
	float               : right;
}
div.cms {
	padding-bottom      : 5px;
	background          : #999999;
}
div.meta {
	padding             : 10px;
}

span.navigation {
	display             : block;
	position            : absolute;
	color               : #ffffff;
	border-top          : 1px solid #ffffff;
	padding-top         : 3px;
}
span.logoff {
	display             : block;
	position            : absolute;
	right               : 60px;
	color               : #ffffff;
	padding-top         : 4px;
}

a {
	text-decoration     : none !important;
}
a.white:link,a.white:active,a.white:visited {
	color               : #ffffff !important;
}
a.white:hover,a.white:focus {
	color               : #fd8900 !important;
}
a.grey:link,a.grey:active,a.grey:visited {
	color               : #999999 !important;
}
a.grey:hover,a.grey:focus {
	color               : #fd8900 !important;
}
a.title {
	font-size           : 13px;
	font-weight         : bold;
}

img.text {
	float               : left;
	padding-right       : 10px;
	padding-bottom      : 5px;
}

input, textarea, select {
	border              : 1px solid #ffffff;
}
