
body {
	cursor: crosshair; 
	background: #000000 url(img/bg.gif) repeat-x top left;
	margin: 30px auto 30px auto;
}

 a, a:link, a:visited {
	 color:#b75d61;
	text-decoration: none;
	text-transform: none;
	cursor: crosshair;
}

a:hover {
	color: #808080;
	text-decoration: none;
 }



b {font-family: georgia; color: #727272;}

i {font-family: georgia; font-style: italic;}

p {margin: 0 0 10px 0;}

blockquote {
	color:#656565;
	background-color: #f5f5f5;
	font-family: tahoma,  georgia;
	font-size:9px; 
	line-height:10px;
	font-weight: normal;
	margin: 20px 70px 20px 70px;
	padding: 22px 13px 13px 13px;
	text-align: justify;
	background: #f5f5f5 url(img/bg-blockquote.jpg) top left no-repeat;
}

td {
	color: #656565;
	font-family:  tahoma, verdana;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
}


#menu {
	background-color: #000000;
}

#menu ul {
	list-style: none;
	text-align: right;
	padding: 30px 5px 5px 0;
	margin: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #656565;
	font-family: georgia, century gothic;
	font-size: 15px;
	font-style: italic;
	padding: 25px 10px 2px 5px;
	}

#menu a:hover {
	background-color: #1b1b1b;
	text-decoration: none;
	color: #656565;
	cursor: help;
	padding: 25px 10px 2px 5px;
}

#content {
	padding: 10px 20px 15px 20px;
	color: #656565;
	font-family:  tahoma, verdana;
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
	background-color: #ffffff;
}

#footer {
	color:#656565;
	font-family:  georgia;
	font-size:9px; 
	font-weight: normal;
	padding: 30px 6px 6px 0;
	text-align: right;
	background-color: #ffffff;
}

#footer a {
	text-transform: uppercase;
}




h1 {
	font-family: georgia, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #b75d61;
	margin: 0 0 3px 0;
	padding: 3px 0 0 22px;
	height: 22px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 1px dotted #1b1b1b;
	background: #ffffff url(img/bg-title.jpg) top left no-repeat;
}

h2 {
	 color:#808080;
	background-color: #000000;
	font-family: georgia, century gothic;
	font-size: 15px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0 3px 0;
	padding: 0 10px 10px 0;
	text-align: right;
	letter-spacing: 1px;
}

.byline {
	font-family: tahoma, verdana;
	font-size: 10px;
	background-color: #f7f7f7;
	padding: 2px 10px 2px 0;
	margin: 0 0 10px 0;
	text-align: right;
	color: #656565;
	text-transform: uppercase; 
}