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


body, html {
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#image {
	}

#content {
	margin:auto;
	width: 960px;
	height:621px;
	background-image:url(logo.gif);
	background-position: 464px 10px;
	background-repeat:no-repeat;
	}

h1 {
	font-size:50px;
	margin:30px 0 0 0;
	color:#E06E0D;
	}

h2 {
	font-size:24px;
	margin: 0;
	color:#E06E0D;
	}
	
h3 {
	margin:10px 0 0 0;
	font-size:14px;
	color:#868512;
	}	
	
p {
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0 0 0;
	color:#000;
	font-weight:bold;
	font-size:16px;
	}


