body{
	top-margin: 5;
	font-family: "Georgia";
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

/* Header */

#header {
	width: 759px;
	margin: 20px auto 10px auto;
}

 
/* Page */

#page {
	width: 790px;
	height: auto;
	margin: 0 auto;
}

/* Content */

#content {
	float: center;
	width: 790px;
}

.link img {
	margin: 5px 20px 10px 20px;
}

.title {
	margin: 30px 0 30px 0;
	text-align: left;
}
 
ul {
	margin-left: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	line-height: 26px;
	font-size: 13px;
}

p {
	text-align: left;
	list-style: none;
	font-size: 13px;
}


ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 26px;
	font-size: 13px;
}


a:active{
	text-decoration: none;
	color: #000000;
}
a:link{
	text-decoration: none;
	color: #000000;
}

a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #000000;
}


#header{
	float: center;
	width: 792px;
}

/* Boxes */

.box2 {
	color: #000000;
}

.box2 h2 {
	margin-bottom: 15px;
	background: FFFFFF;
	font-size: 16px;
	color: #000000;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #000000;
}

/* Footer */

#footer {
	height: 400px;
	min-height: 400px;
	padding: 130px 0 0 0;
	background: #FFFFFF;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 790px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #000000;
}

#legal a {
	color: #000000;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}


#fbox1 {
	width: 300px;
	padding-left: 10px;
}
#fbox2 {
	width: 280px;
	padding-left: 190px;
}
