body {
	margin: 0px;
	background: #ffffff;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
}
#wrapper {
	width: 900px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#page {
	width: 900px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/iStock_000006539830XSmall.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	width: 900px;
	height: 166px;
}
#navbar {
	width: 900px;
	height: 35px;
	background-image: url(../images/navbar.gif);
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navbar li {
	display: inline;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 18px;
	text-decoration: none;
	line-height: 35px;
	padding-right: 5px;
	padding-left: 30px;
}
#navbar a:hover {
	color: #383a84;
}
#number {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 18px;
	text-decoration: none;
	line-height: 35px;
	padding-right: 10px;
	height: 35px;
	width: 110px;
}
#content {
	width: 860px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 10px;	
}
#text {
	width: 850px;
	float: left;
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 0px;
}
#sidebar {
	float: left;
	width: 222px;
	margin-top: 60px;
}
.link_box {
	float: left;
	width: 222px;
	padding-bottom: 7px;
	height: 121px;
}
#footer {
	width: 900px;
	height: 36px;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: left;
	font-weight: lighter;
	line-height: 36px;
	background-image: url(../images/footer.gif);
	background-color: #FFFFFF;
	text-indent: 10px;
	margin-bottom: 10px;
}
#footer a {
    color: #4c4c4c;
    text-decoration:none;
}

#footer a:hover {
    color: #383a84;
    text-decoration:none;
}

