/* CSS Document */

html,body { 	
	font-size: 11px;
	color:#333333;
	background-color: #ffffff; 
	font-family: Verdana, Georgia, serif;
}

a {
	color: #e53619;
}

#container {
	padding-top: 18px;
	width: 574px;
	margin: 18px auto 0px auto;
}

h1 {
	text-decoration: underline;
	margin-bottom: 150px;
	margin-top: 150px;
	font-size: 28px;
	text-align: center;
	letter-spacing: 3px;
}

#header {
	margin-bottom: 0px;
}

#logo {
	width: 204px;
	height: 428px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 370px;
	float: left;
	height: 98px;
	margin-bottom: 24px;
}

p {
	line-height: 120%;
}

p.left {
	float: left;
}

p.right {
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#footer a {
	font-size: 18px;
}

.clear {
	clear: both;
}
