@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000;
	font-family: "Century Gothic";
}

/* Main Layout */

#Wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

#Header {
	width: 900px;
	height: 145px;
	float: left;
	background-image: url(../img/jpgs/header900x145.jpg);
	background-repeat: no-repeat;
}

#Menu {
	width: 895px;
	height: 25px;
	float: left;
	padding-right: 5px;
	background-color: #41abdb;
}

#Content {
	width: 880px;
	height: auto;
	float: left;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Footer {
	width: 895px;
	height: 25px;
	float: left;
	padding-left: 5px;
	background-color: #41abdb;
}

/* Font */

.menu {
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	text-align: right;
}

.footer {
	color: #fff;
	line-height: 25px;
	font-size: 11px;
	text-align: left;
}

.header {
	color: #41abdb;
	font-size: 24px;
	font-weight: bold;
}

.bodyfont {
	color: #222;
	font-size: 12px;
	line-height: 20px;
}	
	
/* Links */

#Menu a:link {
	color: #fff;
	text-decoration: none;
}

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

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

#Menu a:active {
	color: #fff;
	text-decoration: none;
}

#Footer a:link {
	color: #fff;
	text-decoration: none;
}

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

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

#Footer a:active {
	color: #fff;
	text-decoration: none;
}

