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


p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#222;
	padding:0px 0px 12px 0px;
	margin:0px;
	}
	
a:link {color: #EB2D2F; text-decoration: underline; }
a:active {color: #111; text-decoration: underline; }
a:visited {color: #111; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#EB2D2F;
	font-weight:normal;
	text-align:center;
	margin:6px 15px;
	padding:30px 0px 20px 0px;
	}

body {
	background-color:#111;
	margin:0px;
	}
#wrap {
	width:800px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	}
	
#navigation ul {
	margin:0px;
	padding:0px;
	}

	#navigation li {
		list-style:none;
		display:inline;
		}
		
		#navigation a {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:EB2D2F;
			font-size:14px;
			font-weight:normal;
			line-height:30px;
			text-decoration:none;
			padding:6px 43px;
			}
			
.floatleft {
	float:left;
	margin:3px 10px;
	}
