body { background-image: url(images/paper.gif)}
/*body { background-color: #e3e3e3;}*/

a {
	color:  #8c0000;
	text-decoration: none;
	background-color: transparent;
	}
	
a:visited { 
	color: #800000;
	text-decoration: none;
	background-color: transparent;
	}

a:hover { 
	color: #E00000;
	text-decoration: underline;
	background-color: transparent;
	}
	
a:active {
	color: #FF4040;
	text-decoration: none;
	background-color: transparent;
	}	


/* FONTS */
/* MAIN TITLES */ 
h1           { font-family: Times,serif; font-size: 2.0em; color: #8c0000; font-weight: bold; background-color: transparent; text-align:center }
/* SUBTITLES/IMAGE TITLES IN BODY CONTENT */
h2           { font-family: Times,serif; font-size: 1.6em; color: #8c0000; font-weight: bold; background-color: transparent; text-align:center }
/* MAIN BODY CONTENT */
h3           { font-family: Verdana,sans-serif; font-size: 0.9em; color: #8c0000; font-weight: bold; background-color: transparent; margin-top: 0; margin-bottom: 10px }
/* MENU TEXT */
h4           { font-family: Verdana,sans-serif; font-size: 0.9em; color: #8c0000; font-weight: bold; background-color: transparent; margin-top: 10px; margin-bottom: 0px;  }
/* SMALL TEXT */
h5           { font-family: Verdana,sans-serif; font-size: 0.7em; color: #8c0000; font-weight: normal; background-color: transparent; margin-top: 0; margin-bottom: 5px  }
/* SMALL TEXT for EMPHASIS */
h6           { font-family: Arial, sans-serif; font-size: 0.9em; text-align:justify;color: #8c0000; font-weight: normal; background-color: transparent; margin-right:10px; margin-top:0px; margin-bottom:0px;}

img {border: 0px;}

.highslide-image {border: 1px outset;}

.wrapper {
	position: relative;
	width: 440px;
	float:left;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana, arial, sans-serif;
	text-align: center;
	background: #F7F7Ef;
	color: #8c0000; 
	border: 1px solid #8c0000;
}

.inner {
	width: 220px;
	float:left;
}

.highslide {
	cursor:url("highslide/graphics/zoomin.cur"),pointer;
	display: block;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}

.highslide-loading {
	width: 72px;
	height: 15px;
	background-image: url("highslide/graphics/loader.white.gif");
	background-repeat: no-repeat;
	background-color: white;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.6em; 
	color: #9C0000; 
	font-weight: bold;
	text-align: right;
	border: 1px solid #9C0000;
	}

.highslide-image {
	background-image: url("highslide/graphics/outlines/rounded-black.png");
	border: 10px solid white;
	}

#header {
	width: 98%;
	text-align: center; 
	position:relative; 
	left:0px; 
	top: 0px;
	}

#content {
	position: relative;
	width: 940px;
	top: 20px;
	margin-top: 0; 
	margin-bottom: 40px;
	margin-left: auto;
    margin-right: auto;
	font-family: Verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #8c0000; 
	font-weight: normal; 
	background-color: transparent;
	}
				
#menutd {
	position: relative;
	width: 758px;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #8c0000;
	border-bottom: 1px solid #8c0000;
	color: #8c0000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	padding-top: 3px;
	background-color: transparent;
	}

#menutd li {
	display: inline;
	}
	
#menutd li a:link {
	color: #8c0000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	} 

#menutd li a:visited {
	color: #800000;
	text-decoration: none;
	background-color: transparent;
	}	

#menutd li a:hover {
	color: #E00000;
	text-decoration: none;
	background-color: transparent;
	}
	
#menutd li a:active {
	color: #FF4040;
	text-decoration: none;
	background-color: transparent;
	}	

#Bio {
	position:relative;
	float:left;
	width: 40%;
	padding-left:10px;
	padding-right: 10px;
	font-size: 0.8em;
	text-align:left;
	background: #F7F7Ef;
	border: 1px solid #8c0000;
}

.category {
	position: relative;
	float:right;
	width: 400px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom:10px;
	font-size: 0.8em;
	text-align:left;
	background: #F7F7Ef;
	border: 1px solid #8c0000;

}

.homescategory {
	position: relative;
	float:right;
	width: 100%;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom:10px;
	font-size: 0.9em;
	text-align:left;
	background: #F7F7Ef;
	border: 1px solid #8c0000;

}

#footer {
	position: relative;
	clear:both;
	width: 98%;
	top: 30px;
	padding-top: 10px;
	border-top: 5px double #9C0000;
	text-align: center;
	}

#leftcell{
	position: relative;
	width: 40%;
	height:100px;
	float: left;
	text-align: center;
	}

#centercell{
	position: relative;
	float:right;
	width: 30%;
	text-align: center;
	}

#rightcell{
	position: relative;
	float: right;
	width: 40%;
	height: 100px;
	text-align: center;
	}
	
	.footer { font-family: Verdana,sans-serif; font-size: 0.7em; color: #9C0000; background-color: transparent; font-weight: normal; background-color: transparent; text-align:center; margin: 0px 50px 5px 50px;}
.cpyrght { font-family: arial,verdana,sans-serif; font-size: 0.6em; color: #9C0000; background-color: transparent; font-weight: normal; background-color: transparent; text-align:center; margin: 0px 50px 5px 50px;}
