
body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	background-image:url(color_bg.jpg);
	background-color:#A8A8A8;
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat-y; 
	}

@font-face {
	font-family: 'steiner';
	src: url:('Steinerlight.ttf') format:('truetype');
	font-family: 'scriptina';
	src: url:('SCRIPTIN.ttf') format:('truetype');
	}

#container {
	background: black;
	width:800px;
	margin: 1em auto;
	border: solid black 1px;
	}
	
#header { 
	text-align:center;
	background: white;
	}

h1 {
	color: white;
	font-family:"steiner";
	font-size: 36px;
	}
h2 {
	color: white;
	font-family:"steiner";
	font-size: 24px;
	}
	
#content {
	padding: 10px;
	color: white;
	}

.signature {
	font-family:"scriptina";
	font-size:36px;
	}
	
a:link, a:visited, a:active {
color: white;
text-decoration: none;
}

#footer {
	border-top:solid black 25px;
	padding: 10px;
	background: white;
	clear:both;
	text-align:right;
	font-size:14px;
	font-style:italic;
	}
	

#footer a {
	color: black;
	font-weight: bold;
	font-style: italic;
	}

.email a{
	border-left: solid black 2px;
	padding: 5px;
	color: #003366;
	font-weight: bold;
	font-style: normal;
	}

#nav {
	font-family: "steiner";
	font-size: 20px;
	text-align: right;
	}

#nav ul {
	list-style-type:none;
	padding-top: 5px;
	margin-top: 0px;
	border-top: solid white 15px;
	}
	
#nav ul li {
	background: white;
	display:inline;
	margin:4px;
	padding: 10px 0 10px 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
}
	
#nav ul li a{
	text-decoration:none;
	color:black;
	padding:5px 25px 10px 25px;
	}

a:link, a:visited, a:active {
color: white;
text-decoration: none;
}

#nav a:hover {
	background: black;
	color: white;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	}

