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

body {
	margin: 0;
	padding: 0;
	background-color: white;
	}
	
#mainblock {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: right;
	}

#ornament {
	position: absolute;
	top: -5%;
	left: -2%;
	width: 18%;
	}	
#title {
	position: absolute;
	bottom: 0;
	left: 1%;
	width: 97%;
	}

#tagline {
	position: absolute;
	left: 11%;
	top: 25%;
	width: 15em;
	color: white;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	}
	
#tagline strong {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.2em;
	}
	
#content {
	position: absolute;
	right: 17%;
	top: 15%;
	width: 18em;
	color: white;
	padding: 0.75em;
	}	
	
#content:hover {
	background-image: url(black-10op.png);
	background-repeat: repeat;
	}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	}
	
#content p.dense {
	font-size: 0.75em;
	line-height: 1.4em;
	}	
	
#content a, #content a:visited {
	color: #ccc;
	text-decoration: none;
	}
	
#content a:hover, #content a:active {
	color: white;
	text-decoration: underline;
	}		
	
#navbar	 {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 1em;
	color: white;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	}
	
#navbar a, #navbar a:visited {
	color: white;
	text-decoration: none;
	padding: 0.125em 0.5em;
	height: 1em;
	margin: 0;
	background-image: url(black-10op.png);
	background-repeat: repeat;
	}
	
#navbar a:hover, #navbar a:active {
	color: black;
	text-decoration: none;
	background-color: white;
	}