﻿html, body {
height: 100%;
margin: 0;
padding: 0;
cursor:default;
clear:both;
}
 
/*Used for centering the website*/
* {
margin:0 auto;
padding:0;
margin-top:0;

}
 
div#wrapper {
width: 800px;
height: 500px;
/* IE4ever Hack: Hide from IE4 **/
/** end hack */
}

img{
	border:0px;
}

a{
	color:#ff0060;
	text-decoration:none;
}

a:hover{
	color:#ff0060;
	border-bottom:1px dotted #ff0060;
}


.navigation{
	margin:auto; 
	text-align:right; 
	font-family:Arial; 
	font-size:small; 
	color:#333333;
	margin-top:40px;
	margin-bottom:10px;
	line-height:30px;
	white-space:nowrap;
}

.logo{
	float:left;
}
.navigation_links a{
	color:#999999;
	margin: 0px 0px 0px 17px;
	text-decoration:none;
	text-align:justify;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
	}

.navigation_links_active a{
	color:#ff0060;
	text-decoration:none;
	margin: 0px 0px 0px 17px;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
}

.navigation_links a:hover{
	color:#ff0060;
	border-bottom:1px dotted #ff0060;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
}
.slideshow_photos{
	text-align:center; 
	padding:5px;
	background:#f8f8f8;
	border:1px solid #cccccc;
}

.body_text{
	position:relative;
	text-align:left; 
	font-family:Arial; 
	font-size:small; 
	color:#333333;
	line-height:22px;
}

.dashed_line{
	height:1px;
	border:1px dotted #cccccc;
}

.header1 {
	font-size:medium;
	color:#ff0060;
	}
.header2 {
	font-size:small;
	color:#ff0060;
	}

.quote { 
	font-family:"Times"; 
	font-size:medium;
	font-style:italic;
	color: #995C4C; 
	display:block;
	padding:20px 60px 20px 60px;
}

.footer{
	margin:auto; 
	padding:10px 0px 20px 0px; 
	text-align:right; 
	font-family:Arial; 
	font-size:x-small; 
	color: #666666;
}
