/* CSS Document */


/*basic elements*/
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #FFFFFF ; 
	margin: 0px; 
	}
	
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
	
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #555753;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
/*specific divs*/

#flash {
	width:295px;
	height:420px;
	float:left;
	padding: 0px 20px 0px 0px;;
	}
	

#container {
	background:  #FFFFFF; 
	padding: 0px 175px 0px 0px;  
	margin: 0px; 
	}
	
#pageHeader {
	width: 800px;
	height: 85px;
	background: #FFFFFF;
	}
	
#pageTitle {
	width: 760px;
	height: 110px;
	background: #9E5F67;
	}

#box {
	width: 760px;
	height: 422px;
	position: absolute;
	}
	
#content {
	width: 550px;
	height: 422px;
	float: left;
	background: #FFFFFF;
	padding: 10px 20px 10px 20px;
	overflow:auto;
	font:16px;
	}
	
#content_image {
	width:200px;
	height:252px;
	float:left;
	padding:10px
	}
	
#content_image2 {
	width:313px;
	height:208px;
	float:right;
	padding:10px
	}
	
#content_right_text{
	width:300px;
	height:252px;
	float:right;
	position: top;
	}
	

#menu {
	width: 150px;
	height: 442px;
	float: right; 
	background: #9E5F67;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font: italic normal 10pt georgia; 
	letter-spacing: 1px; 
	text-align: center;
	margin-bottom: 0px; 
	color: #FFFFFF;
	line-height: 30px;
	}
	
#menu a:link, #menu a:visited { 
	color:#FFFFFF; 
	}

#bottom {
	width: 761px;
	height: 46px; 
	margin-top: 422px;
	background: #9E5F67;
	}
	
#footer {
	width: 761px;
	height: 56px;
	text-align: center;
	background: #FFFFFF;
	}

