@charset "utf-8";
/* CSS Document */

#container {
margin:0 auto;
width:920px;
bottom:0;
}

div#image {
	float:left;
	width:350px;
}

div#content {
	float:right;
	padding-top:75px;
}

a {
text-decoration:none;
color:#71211A;
}
a:visited {
text-decoration:none;
color:#71211A;
}
a:hover {
text-decoration:underline;
color:#AC0000;
}



