body, p, a, ul, li {
	font-family: arial,verdana,helvetica;
	}
	
body {
	line-height: 1.3;
    background: url(../images/bg_main.gif);
	}
	
p {
	color: #6e655e;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	}
html>body p {
	font-size: 12px;
	line-height: 1.2;
	}
	
/* content links */	
a 	{ 
	color: #880029; 
	font-size: 12px;
	text-decoration: none;
	}
html>body a {
	font-size: 13px;
	}

a:hover { 
	color: #880029; 
	font-size: 12px;
	text-decoration: underline;
	}
html>body a:hover {
	font-size: 13px;
	}

/* Navigation links on left side  */	
a.navlink 	{ 
	color: #e3c688; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.navlink { 
	color:  #d9c8b2; 
	font-size: 12px;
	text-decoration: underline;
	}

/* 3 links on left  */	
a.trans { 
	color: #d9c8b2;
	font-size: 12px;
	line-height: 1.2; 
	text-decoration: none;	
	}

a.trans:hover { 
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: underline;	 
	}

/* unordered lists */		
#one-em ul {
		font-size: 12px;
		line-height: 1.3;
		margin-left: 1.3em;
		margin-right: 1.7em;
		padding-left: 0;
		color: #6e655e;
		list-style-type: disc;
		}
html>body #one-em ul {
		font-size: 12px;
		}
		
#one-em2 ul {
		font-size: 12px;
		line-height: 1.3;
		margin-right: 0px;
		padding-right: 0px;
		margin-left: 1.3em;
		padding-left: 0px;
		color: #6e655e;
		list-style-type: disc;
		}
html>body #one-em2 ul {
		font-size: 12px;
		}
		
#one-em3 ul {
		font-size: 12px;
		color: #6e655e;
		line-height: 1.3;
		margin-left: 2em;
		margin-right: 1.3em;
		padding-left: 0;
		list-style-type: disc;
		}
html>body #one-em3 ul {
		font-size: 12px;
		}

/* start special CSS for photo rollovers */		
.photo-title  {
		color: #000000;
		font-family: arial,verdana,helvetica;
		font-size: 11px;
		font-weight:bold;
		text-align: right;
		position:absolute;
		top:198px;
		left:50%;
		width:117px;
		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 */	
