/* General page styling */

body {
	background-color: #DDDDDD;
	font-family: Georgia, serif;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.small-caps {
	font-variant: small-caps;
}

img.transparent {
	filter:alpha(opacity=50); /* Stupid IE */
	-moz-opacity:0.5; /* Netscape */
	-khtml-opacity: 0.5; /* Old Safari */
	opacity: 0.5; /* The Standard Way */
}

img.padded {
	padding: 4px;
	border: 1px solid black;
}

p.warning {
	padding: 1em;
	border: 1px solid gray;
	background-color: #FFDD99;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

p.tip {
    padding: 1em;
    margin-top: 2em;
    border: 1px solid gray;
    background-color: #F2FFF2;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.contact-row {
	position: relative;
}

div.contact-box {
	width: 300px;
}

div.left {
	position: absolute;
	left: 0px;
}

div.right {
	position: absolute;
	right: 0px;
}


/* Container */

#container {
	margin: auto;
	width: 830px;
}


/* Header */

#header {
	background: url(/artwork/border-top.png) bottom no-repeat;
	text-align: center;
}


/* Main (mid-page) */

#main {
	background: url(/artwork/border-leftright.png) top repeat-y;
	padding: 15px 80px;
}


/* Navigation bar */

ul#navigation {
	text-align: center;
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 2;
	font-size: 125%;
}

ul#navigation li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

ul#navigation li a {
	margin: 0;
	padding: 0 0.7em;
	text-decoration: none;
	color: gray;
}

ul#navigation li a:hover {
	color: #990000;
}

/* Content window */

#content {
	border-top: 1px solid #555555;
}

#content h3 {
	margin: 1.5em 0 1em 0;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: 0.06em;
	font-family: Georgia, serif;
}

#content p, #content ul {
	color: #222222;
	text-align: justify;
	line-height: 1.6;
	margin-bottom: 1.4em;
}

#content a {
    color: #990000;
}

/* Footer */

#footer {
	clear: both;
	background: url(/artwork/border-leftbottomright.png) bottom no-repeat;
	padding: 15px 30px;
}

#footer p {
	font-size: smaller;
	text-align: right;
	color: #666666;
}


/* Various Firefox fixes */
a img {border-style: none}
a:active {outline: none}
a:focus {-moz-outline-style: none}