body
{
	margin: 0px;
	background-color: #FFFFFF;
	width: 1024px;
	border-right: thick double #000000;
}

ul
{
	border-top: medium solid #000000;
	border-bottom: thick double #000000;
	background-color: #FFFFF0;
	width:1024px;
	height: 30px;
	margin: 0px;
	padding: 0px;	
}

li
{
	display: inline;
}

.links
{
	color: Black;
	background-color: #ECECE0;
	font-family: Arial;
	font-size: 12px;
	border: thin solid #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100px;
	float: left;

}

.links:hover
{
	background-color: #A4A4A4;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.counter
{
	color: Black;
	background-color: #ECECE0;
	font-family: Arial;
	font-size: 12px;
	border: thin solid #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 206px;
	float: right;

}

#sidebar
{
	background-color: #FFFFF0;
	border-right: thick double #000000;
	border-bottom: thick double #000000;
	padding: 5px;
	
}
#main
{
	background-color: #FFFFFF;
	margin-left: 10px;
}

.menubox
{
	color: Black;
	background-color: #EFEFEF;
	font-family: Arial;
	font-size: 12px;
	border: thin solid #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 150px;
	float: left;
}

.menubox:hover
{
	background-color: #DFDFDF;
}

/***************************************************/
/*                MENU LOCATIONS                   */
/***************************************************/
#Pictures
{
	position: absolute;
	top: 98px;
	left: 484px;
	border: thin solid #000000;
	width: 152px;
	height: 116px;
	visibility: hidden;
}

#Hobbies
{
	position: absolute;
	top: 98px;
	left: 280px;
	border: thin solid #000000;
	width: 152px;
	height: 116px;
	visibility: hidden;
}

#Flash
{
	position: absolute;
	top: 98px;
	left: 382px;
	border: thin solid #000000;
	width: 152px;
	height:58px;
	visibility: hidden;
}
/**************************************************/

.text_black
{
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	text-indent: 30pt;
}

h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
	color: #800028;
	text-align: center;
}

h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	color: #800028;
}

#header
{
	font-family: Arial;
	font-weight: bold;
	font-size: 20pt;
	color: #800028;
	text-align: center;
	line-height: 60px;
}

#contact
{
	font-size: 10pt;
	color: #000000;
	text-align: center;
}
.email
{
	font-size: 10pt;
	font-weight: bold;
	color: #800028;
	text-decoration: none;
}

#pic_header
{
	text-align: center;
}

.pictype
{
	color: #800028;
	background-color: #FFFFF0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	border: medium ridge #FFFFFF;
}
.pictype:hover
{
	border: Medium ridge #000000;
}
.pic_caption
{
	font-family: arial;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

.sidelink
{
	color: #800028;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidelink:hover
{
	color: #000000;
	text-decoration: underline;
}

/**********************/
/* USED ON LINKS PAGE */
/**********************/
.link_header
{
	color: #FFFFFF;
	background: #800028;
	border: solid thin #000000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	float: left;
	width: 848px;
}

.link_href
{
	color: #800028;
	background: #FFFFF0;
	border: solid thin #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	padding: 5px 5px 5px 5px;		
	float: left;
	width: 198px;
}


.link_desc
{
	color: #000000;
	background: #FFFFF0;
	border: solid thin #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;	
	padding: 5px 5px 5px 5px;	
	float: left;
	width: 638px;	
}
/***********************/
