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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444466;
	font-size:.8em;
}

a img {
	border:0;
}

a, a:visited {
	text-decoration:none;
}
p { 
	font-size:1.2em;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}
h3, h2, h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a,h1 a:visited {
	color:#444466;
}
#back-button {
	text-transform:uppercase;
	font-size:.8em;
}

#container {
	margin:auto;

}

#content {
	width:800px;
	position:relative;
}
#title {
	width:800px;
}

#menu {
	width:800px;
	margin:0px 0px 4px 0px; 	
}

#menu a {
	padding: 2px 10px 2px 10px;
	margin: 2px 20px 2px 0px;
}

#menu a, #menu a:visited {
	background-color:#885E37;
	color:white;
	border-top: #aaf solid 1px;
	border-left: #aaf solid 1px;
	border-right: #77b solid 2px;
	border-bottom: #55a solid 2px;
	cursor:pointer;
	text-decoration:none;
	white-space:nowrap;
}

#menu a:hover, #menu a:visited:hover {
	position:relative;
	top:1px;
	background-color:#885E37;
	color:white;
	border-bottom: #aaf solid 1px;
	border-right: #aaf solid 1px;
	border-left: #77b solid 2px;
	border-top: #55a solid 2px;
	cursor:pointer;
	text-decoration:none;
}

#tags {
	padding:20px 0px 0px 0px;
	clear:both;
}

#tags ul li {
	margin:0px;
	padding:0px;
	display:inline;
}

#tags ul {
	padding:0;
	margin:0;
}

#tags ul li:after {
	content:'  \2022';
}

#external-links a, #external-links a:visited {
	font-size:.8em;
	color:#aaa;
	margin-right:10px;
}

/* ******** BUTTONS  ********** */

.button, .fatButton , .smallButton{
	border-top: #aaf solid 1px;
	border-left: #aaf solid 1px;
	border-right: #77b solid 2px;
	border-bottom: #55a solid 2px;
	cursor:pointer;
	text-decoration:none;
	white-space:nowrap;
}

.button img, .fatButton img, .smallButton img {
	position:relative;
	top:3px;
	margin:0px;
}
.button:hover, .button:visited:hover, .fatButton:hover, .fatButton:visited:hover,
 .smallButton:hover, .smallButton:visited:hover {
	position:relative;
	top:1px;
	border-bottom: #aaf solid 1px;
	border-right: #aaf solid 1px;
	border-left: #77b solid 2px;
	border-top: #55a solid 2px;
	cursor:pointer;
	text-decoration:none;
}

.button {
	padding:1px;
	margin:0px;
	line-height:2em;
}

.fatButton  {
	padding: 4px;
	font-size:16px;
	margin:10px;
}

.smallButton {
	padding:0px;
	margin:-1px;
}
