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

* { margin: 0; padding:0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #542e1b;
}

a { color: #542e1b; }
a:hover { color: #000; }
a, a:hover, a:active {outline:none;}

a img { border: 0px none; }

h1, h2, h3, h4 { font-weight:normal; color: #542e1b; text-transform:uppercase; }

h1 { font-size: 27px; margin: 0 0 20px 0; }
h2 { font-size: 22px; margin: 15px 0 60px; }

#Container {
	width: 915px;
	margin: 60px auto;
	text-align:center;
}