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

body {
	background: #151515;
	color: #333;
	margin: 50px;
	margin-bottom: 70px; 
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

p { color: #151515; 
	font-style: italic;
	background: #FFF; 
	padding: 5px;
	margin: 5px; 
	display: inline;
}

p a { color: #151515; }
p a:hover {
	color: #962D3E;
	text-decoration: none;
	border-bottom: #962D3E dotted 0;
	font-weight: lighter;
}
	
h1 {
    font-family: Helvetica, Arial, Verdana, Sans-serif;
	margin: 10px auto;
	margin-right: 40px;
	font-size: 5em;
	font-style: italic;
	text-transform: uppercase;
	white-space: normal;
	line-height: 1em;
	letter-spacing: -10px;
	padding: 1px;
}

h2 {
	/* font-size: 2em; */
}

h2 a:hover {
	color: #151515;
	text-decoration: solid;
	background: #FFF url() bottom right no-repeat;
}

a {	
	color: #FFF;
	text-decoration: none;
}	

a:hover {
	color: #962D3E;
	text-decoration: none;
	border-bottom: #151515 dotted 1px;
	font-weight: bold;
/*	background: #FFF;
	padding: 5px;
	background-position: right;
	background: #FFF url(../images/img_bg_low.gif) bottom right no-repeat; */
}

strong { font-family: Georgia, "Times New Roman", Times, serif; }
em { color: #FFF; margin-right: .2em; }
a:hover em { color: #962D3E; }

img {
background: #FFFFFF;
color: none;
border: 0;
}

#image {
float: left;
margin: 10px;
border-bottom: none;
}

.nowrap { white-space: nowrap }
a .nowrap { color: #333333; }

.private { color: #348899; }

#footer {
	clear: both;
	padding-top: 30px;
	padding-left: 5px;
}
-->

