* {
	margin: 0;
}
html, body {
	background: #536482;
	color: #000;
	height: 100%;
	font-family: Verdana;
	font-size: 14px;
}
#wrapper {
	margin: 0 auto -15px;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	color: #333;
}
/**Header**/
#header {
	background: url('../images/header.gif');
	height: 93px;
	margin: 10px 0px 10px 0px;
	padding: 0px 50px 0px 20px;
	text-align: right;
	
}
#logo {
	background: url('../images/logo.png') center top no-repeat;
	width: 314px;
	height: 93px;
	float: left;
	
}
#header h3 {
	margin: 40px 0 0 0;
	color: #555555;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

/**Navmenu**/
#navmenu {
	background: url('../images/header.gif');
	height: 50px;
	padding: 0 20px 0 20px;
}
#navmenu_nav li {
	display: block;
	text-align: center;
	line-height:20px;
	margin-right: 10px;
	float: left;
	background: url('../images/header.gif');
	height: 47px;
	width: 78px;
	border-left: solid #D3E1EC 1px;
	border-right: solid #D3E1EC 1px;
}
#navmenu_nav li:hover {
	background: url('../images/header2.gif');
	height: 47px;
}
#navmenu_nav li a {
	text-align: center;
	text-decoration: none;
	color: #000000;
	outline: none;
}
/**Content**/
#content {
	background: #D3E1EC;
	min-height: 400px;
	padding: 20px 20px 20px 20px;
	border: solid #555555 2px;
	border-top: 0;
	font-size: 14px;
	line-height: 130%;
}
#content h1 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 30px;
}
#content p {
	margin-bottom: 14px;
}
ol {
	list-style: decimal;
	list-style-position: inside;
	text-indent: 20px;

}
#content img {
	float: right;
	clear: right;
}
i {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
b {
	font-weight: bold;
	font-variant: small-caps;
}
/**Font**/
#fontsize {
	margin-top: 10px;
	float: right;
	clear: right;
	color: #000000;
}
#fontsize a {
	color: #000000;
	text-decoration: none;
}
#fontsize a:hover {
	color: #555555;
}
/**Footer**/
#footer {
	font-size: 11px;
	color: #000000;
	height: 15px;
	width: 300px;
	float: right;
	clear: right;
	text-align:right;
}
.push {
	height: 15px;
}
