body, p, a, ul, li {
	font-family: verdana, tahoma, helvetica;
	}
	
body {
	line-height: 1.3;
	background: #210000 url(../images/background.jpg) repeat-x;
	}
	
p {
	color: #444;
	font-size: 11px;
	line-height: 1.3;
	font-weight: normal;
	}
html>body p {
	font-size: 11px;
	line-height: 1.2;
	}

/* content links */	
a 	{ 
	color: #8b2326; 
	font-size: 11px;
	text-decoration: underline;
	}

a:hover { 
	color: #cc0000; 
	font-size: 11px;
	text-decoration: none;
	}

/* Navigation links on left side  */	
a.navlink 	{ 
	color: #8b2326; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

a.navlink:hover { 
	color: #cc0000; 
	font-size: 11px;
	text-decoration: underline;
	}

/* 3 links on left  */	
a.trans { 
	color: #fff;
	font-size: 10px;
	line-height: 1.2; 
	text-decoration: none;	
	}

a.trans:hover { 
	color: #444;
	font-size: 10px;
	line-height: 1.2;
	text-decoration: underline;	 
	}

/* unordered lists */		
#one-em ul {
		font-size: 11px;
		line-height: 1.3;
		margin-left: 1.3em;
		margin-right: 1.3em;
		padding-left: 0;
		color: #555;
		list-style-type: disc;
		}
		
#one-em2 ul {
		font-size: 11px;
		line-height: 1.3;
		margin-right: 0px;
		padding-right: 0px;
		margin-left: 1.3em;
		padding-left: 0px;
		color: #555;
		list-style-type: disc;
		}
		
/* start special CSS for photo rollovers */		
.photo-title  {
		color: #555;
		font-family: arial,verdana,helvetica;
		font-size: 11px;
		font-weight:bold;
		text-align: right;
		position:absolute;
		top:198px;
		left: 47.3%;
		width:150px;
		height:13px;
		z-index:99;
		padding:1px 1px 1px 0px;
		visibility:hidden;
		}
		
.title-container  {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		z-index:98;
		padding:1px 1px 1px 0px;
		}
/* end special CSS for photo rollovers */	