@charset "utf-8";
/* CSS Document */

/* reset all margins and padding to 0*/
* {margin:0;padding:0}

.header{
	background-image: url('otherimages/header.jpg');
	background-repeat:no-repeat;
	width:700px;
	height:200px;
	position:relative;
	top:25px;
  	width: 100%;
}

.nav{
	top:25px;
	width:85px;
	height:460px;
	position:relative;
	text-align:center;
}

.navImage
{
	margin-bottom:25px;
	position:relative;
	top:25px;
}



.content{
	position:relative;
	left:105px;
	width:595px;
	min-height:405px;
	margin-top :-400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	text-align:left;
}
/* for Internet Explorer */
/*\*/
* html .content {
	margin-top:-400px;	
	height: 390px;
}
/**/

.quote{
	font-style:italic;
	text-align:center;
}

.footer
{
	background-color:#333333;
	text-align:center;
	font-style:normal;
	font-size:10px;
}

/*SimpleViewer styles */

/* hide from ie on mac \*/
html {
	height: 100%;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0px;
	background-color: #333333;
	color:#ffffff;
	font-family:sans-serif;
	font-size:20px;
	
	/* centers the whole page in the browser*/
	margin: 0 auto;
    width: 700px;
}
	
a {	
	color:#cccccc;
}

