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

/* BODY */
body {
	margin: 0px;
	padding: 0px;
	background-color: #7a0026;
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #ffffff;
}

/* LAYOUT */
#table {
	margin-right: auto;
	margin-left: auto;
	width: 445px;
	background-color: #636363;
}

#layout {
	margin-right: auto;
	margin-left: auto;
	width: 407px;
	background-color: #f5f5f5;
}

#toplink, #menu {
	height: 25px;
	background-color: #b8b8b8;
}

#header {
	height: 363px;
	background: url(images/header.png) no-repeat;
}

#text {
	padding: 0.75em;
}

#footer {
	background-color: #b8b8b8;
}

/* TYPOGRAPHY */
.links {
	font-size: 15px;
	text-align: center;
	padding: 0.25em;
	font-weight: bold;
	text-transform: uppercase;
}

.main {
	color: #363636;
	text-align: justify;
}

.bottom {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 0.25em;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	font-size: 14px;
	border-bottom: 3px double #252525;
	color: #252525;
}

blockquote {
	font-size: 11px;
	font-style: italic;
}

/* LINKS */
a {
	color: #7a0026;
	text-decoration: none;
}

a:hover {
	color: #000000;
}