* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a, a:active {
	outline: none;	
}

body {
	background: #d5d5d5 url(/img/interface/bga.jpg) repeat-x;
	font-family: arial;
}

ul li {
	list-style-type:none;
}

#base {
	width: 504px;
}

#base {
	margin-top: 10px;
}

#base .header {
	text-align: left;
	margin-bottom: 11px;
}

#base .header h3 {
	font-size: 11px;
	text-transform: uppercase;
}

#base .logotype h1 a {
	color: #000000;	
}

.clear {
	clear: both;	
}

#base .navigation {
	background: url(/img/interface/top.png) no-repeat;
	height: 32px;
	border-bottom: solid 1px #555;
	padding-top: 12px;
	text-align: left;
	padding-left: 15px;
	text-decoration
}

#base .navigation .previous a {
	background: url(/img/interface/bgnav.gif) repeat-x;
	padding: 4px 4px;
	font-size: 14px;
	color: #044a8c;
	text-decoration:none;
	border: solid 1px #0d7ae0;
}

#base .navigation .previous a:hover {
	text-decoration: underline;
}

#base .content, #base .details {
	background: url(/img/interface/middle.gif) repeat-y;
	padding: 0px 2px;
}

	#base .content ul li{
		border-bottom: solid 1px #AAA;
		text-align:left;
		background: #d1e9ff;
		padding-left: 15px;
	}
	
	#base .content ul li.items {
		clear: both;
	}
	
	#base .content ul li.items a.button {
		display:block;
		position: absolute;
		height: 30px;
		padding: 0px;
		width: 150px;
		margin-left: 330px;
		margin-top: 20px;
		background: url(/img/interface/booknow.png) no-repeat;
	}
	
	
	#base .content ul li.items a.button:hover {
		background: url(/img/interface/booknow.png) no-repeat 0px -30px;
	}
	
		#base .content ul li > a {
			color: black;
			padding: 15px 0px;
			display: block;
			text-decoration:none;
		}
		
		#base .content ul li a:hover {
			font-weight: bold;
		}
		
		#base .content ul li:hover {
			background: #b4dbff;
			
		}
		
		#base .details ul li > span {
			width: 150px;
			display: block;
			float: left;
			height: 20px;
		}
		
		#base .details ul li {
			clear: both;
		}
		
		#base .content ul li .org {
			font-weight: bold;
		}
		
		#base .content ul li .vcard {
			padding: 10px 0px;
		}
		
		#base .content ul li .vcard a {
			text-decoration: none;
		}
		
		#base .content ul li .vcard a:hover {
				font-weight: bold;
		}
		
#base .footer {
	height: 20px;
	background: url(/img/interface/bottom.png) no-repeat;
}

#base .copyright {
	font-weight: bold;
	font-size: 11px;
}
  
#base .tags {
	margin: 10px 0px;
	border-top: solid 1px #555;
	padding: 10px 0px;
}

#base .tags a {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

#base .tags a:hover { 
	font-weight: bold;
}
