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

/* BODY */
body {
	background: #ebeaea;
}

/* LAYOUT */
#layout {
	background: #ffffff;
	width: 508px;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	border: 3px double #d7d7d7;
}

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

.border {
	background: url(images/border.png) no-repeat;
	height: 50px;
}

#menu {
	height: auto;
}

#text, #footer {
	padding: 0.25em;
}


/* TYPOGRAPHY */
#menu .links {
	font-family: georgia;
	font-size: 15px;
	text-align: center;
	padding: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #b9b9b9;
}

.main, .copy {
	font-family: verdana;
}

.main {
	font-size: 12px;
	text-align: justify;
}

.copy {
	font-size: 10px;
	text-align: center;
	font-style: italic;
}

h2 {
	font-family: georgia;
	text-align: right;
	color: #2e3192;
	border-bottom: 1px dotted #92278f;
	margin: 0.25em;
} 

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

/* LINKS */
a {
	color: #92278f;
	text-decoration: none;
}

a:hover {
	color: #2e3192;
}