body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(gifs/bg.jpg);
	text-align: center;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	}
#top-nav {
	font-size: 10px; 
	color: #444;
	text-align: right; 
	margin: auto; 
	padding-top: 3px;
	width: 720px;
	height: 19px;
	}
#logo{
	margin: -15px 0px 15px 40px;
	}
#header{
	border-color: #999;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	}
#main{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}
#navigation{
	float: left;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	background-color: #fafafa;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	width: 150px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	text-align: right;
	}
#content{
	color: #666666;
	font-size: 80%; 
	text-decoration: none; 
	background-color: #ffffff; 
	text-align: left; 
	margin-left: 170px;
	padding: 5px 30px 0px 30px; 
	width: 465px; 
	min-height: 350px
	}
#footer{
	color: #999999;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	text-align: center;
	clear: left;
	padding: 40px 0px 10px 0px;
	}
#special{
	background-color: #efefef; 
	margin-top: 20px; 
	padding: 10px 20px 20px 10px;
	border: double 3px #cccccc; 
	width: 220px
	}
#image{
	border: 1px black solid;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/***********************************
	TABLES
***********************************/
table.misc{
	width: 100%;
	font-size: 100%;
	color: black;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
	padding: 5px;
	}
table.misc th{
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	-moz-border-radius: 8px 8px 0px 0px;
	}
table.misc td{
	border-width: 1px 1px 1px 1px;
	padding: 8px 8px 8px 8px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: #EFEFEF;
	-moz-border-radius: 0px 0px 8px 8px;
	}
/***********************************
	LINKS
***********************************/
a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
a:hover{
	color: black;
	}
a.small-navigation{
	color: #333;
	padding: 6px 5px 7px 5px;
	}
a.small-navigation-myalbum{
	color: #cc9900;
	padding: 6px 5px 7px 5px;
	cursor: hand;
	}
a.small-navigation-myalbum:hover{
	color: #999;
	text-decoration: underline;
	}
a.small-navigation:hover{ 
	color: #888;
	text-decoration: underline;
	}
a.navigation{
	color: #666666;
	border-width: 0px 0px 0px 5px;
	border-color: #660000;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
	}
a.navigation:hover{
	border-color: #8f4d46;
	background-color: #efefef;
	}
/***********************************
	MISCELLANEOUS
***********************************/
hr{
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #ccc;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	}
h1{
	color: #660000;
	font-size: 200%;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
	padding: 2px 20px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #660000;
	background-color: #FFFFFF;
	}
h2{
	font-size: 120%;
	margin: 10px 0px 2px 0px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	}
h3{
	font-size: 70%;
	font-weight: bold;
	margin: 3px 0px 10px 10px;
	}
p{
	border-color: #999999;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
	}
