/* CSS Document Original Coding by Evera Lovelace - http://www.evera.com/ - 2009 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font: 13px;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
	margin-bottom: 0px;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 90%;
	line-height: 23px;
}

h3 {
	font-size: 70%;
}

h4 {
	font-size: 120%;
}

h5 {
	margin-top: 7px;
	font-size: 60%;
}


h6 {
	font-size: 285%;
	margin-bottom: 4px;
}



a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

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

img {
	border: none;
}

/* Page */

#page {
    width: 900px;
	margin: 0 auto;
	height: 400;
}
 
/* Left Image */

#image {
    width: 360px;
	margin: 0 auto;
}	

/* Menu */

#menu {
	width: 900px;
	height: 96px;
	margin: 0 auto;
	align: center;
	
}

/* Header image */

#header {
	width: 900px;
	height: 504px;
	margin: 0 auto;
	align: center;
}

/* Bar */

#bar {
	width: 900px;
	margin: 0 auto;
	height: 15px;
}

/* Footer */

#footer {
    text-align: right;
	font-size: 77%;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	line-height: 25px;
}



