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

body {
	background: #FFF;
	color: #333;
	font:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

img {
	padding: 5px;
	border-color: #F00;
}
	
p {
	font-size: 1em;
	color: #F00;
	font-weight:bold;
}

a {
	color: #F0F;
	text-decoration:none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

.head {
	width: 900px;
	font-size: 1em;
	margin: 0 auto;
}


.logo a {
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #F00;
	font-size: 5em;
	text-decoration: none;
	float:left;
}

.logo h1 {
	font-size: 1em;
	text-decoration: underline;
	float: right;
	margin-top: 70px;
}

.left {
	float: left;
	width: 300px;
}

.leftt {
	text-align: justify;
	padding: 3px;
	float: left;
	width: 294px;
}

.center {
	float: left;
	width: 300px;
}

.centert {
	text-align: justify;
	padding: 3px;
	float: left;
	width: 294px;
}

.right{
	float:right;
	width: 300px;
}

.rightt{
	text-align: justify;
	margin: 3px;
	float: right;
	width: 294px;
}

.clear {
	clear: both;
}

.ctr {
	text-align:center;
}

.attn {
	text-align: center;
	font-size: 0.6em;
}

.footer {
	width: 900px;
	margin: 0 auto;
}
