/*****************************************************************************	
Defines behaviour and style of page																			   *****************************************************************************/
body {
	margin: 0px;
	padding:0px;
	background-image: #ffffff;
	color: #000000;
	font-family: arial;
}


body p{	
	color: #000000;
	font-family:arial;
	font-weight: none;
	font-size: 13px;
	text-align: left;
	padding: 0px;
}

body a {
	color:#000000;
	font-family: arial;
	font-weight: none;
	font-size: 13px;
	text-align: left;
	padding: 0px;
}

body a:link {color:#000000; text-decoration: underline;}
body a:visited {color:#000000; text-decoration: underline;}
body a:active {color: #000000; text-decoration: underline;}
body a:hover {color: #000000; text-decoration:underline;}


/*****************************************************************************	
Header Div used to center imagemap at top of page																								   *****************************************************************************/

div.header{
	position:absolute;
	top: 0px;
	width:1024px;
 	border: 0px;
	padding: 0px;
	background:  #ffffff;} 

/*****************************************************************************
Wrapper div used to center page content																								   *****************************************************************************/

div.wrapper{
	position:relative;
	left:60px;
	width:1024px;
 	border: 0px;
	padding: 0px;
	background:  #000000;
}
 
/*****************************************************************************	
Div wrapper for content of page																								   *****************************************************************************/

div.content {
    	position:absolute;
	left:0px;
	top: 110px;
}


/*****************************************************************************	
Main Div for page text (left side)																								   *****************************************************************************/

div.main {
	width:268px;
	float:left;
 	margin-right : 5px;
 	padding: 0px;
	background:  #ffffff;
}


/*****************************************************************************	
Main Div for page text (left side) WHEN IMAGE IS PORTRAIT																							*****************************************************************************/

div.mainp {
	width:655px;
	float:left;
 	margin-right : 5px;
 	padding: 0px;
	background:  #ffffff;
}


/*****************************************************************************	
Footer Div used to center imagemap at bottom of page																								*****************************************************************************/

div.footer{
	position:absolute;
	top: 660px;
	left: 0px;
	width:1024px;
	float:left;
 	border: 0px;
	padding: 0px;
	background:  #ffffff;
} 


/*****************************************************************************	
JavascriptLandscape Div 																							   *****************************************************************************/

div.javascript {
	float:right;
	border: 0px;
	padding: 0px;
	background:  #ffffff;
	overflow: hidden;
}


/*****************************************************************************	
JavascriptPOrtrait Div 																							   *****************************************************************************/

div.javascriptp {
	float:right;
	border: 0px;
	padding: 0px;
	background:  #ffffff;
	overflow: hidden;
}


/*****************************************************************************	
Simpleviewer Div 																							   *****************************************************************************/
div.flashcontent {
	position:absolute;
	top: 107px;
	left:50%;
	width:1024px;
 	margin-left:-512px;
	border: 0px;
	padding: 0px;
	background:  #ffffff;
	overflow: hidden;

}