/* CSS Document - basic elements*/

body {
	font: 8pt/16pt georgia;
	color: #555753;
	background: #fffff8 url(../contactbg.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	
	}
	
/*Div elements logo and main container for all*/

#main_box {
	top:0px;
	width:800px;
	margin: 0 auto;
	background-color: #FFFFF8;
	margin-right: auto;
	background-image: url(../contactbg.jpg);
	background-repeat: repeat-x;
	position: relative;
	}
#intro2 {
		background-color:#555859;
		width:auto;
		height:35px;
			font-size: 14px;
		}
		
	/*top:10px;	margin-top: 20px;*/	
#intro{
    background-image:url(../florianstudio-prop2.gif);
	background-repeat: repeat-x;
	
	width:590px;
	height:130px;
	float: none;
	margin-left: 30px;
	
	}
	.title {
	float:left;
	margin-left:35px;
	padding-right:35px;
	margin-right:35px;}
	
/* navigation bar classes - all pages*/	
#navigation{
	width:800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 50px;
	
    	}
		
#navigation2{
	width:800px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 0px;
    	}
#navigation22{
	background-image:url(../contactbg.jpg);
	width:800px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
	
	   	}
.text{
	text-indent:36px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
.p-nav {
	margin-right:25px;
	padding-left: 25px;
	float:right;
	
	}
	
	
.p-nav2 { 
	margin-left:30px;
	text-align:left;
	padding-top:10px;
		}
.p-nav3 {
	margin-right:25px;
	padding-left: 475px;
	font-size: 10px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	}
#footer{
	width:800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	float: left;
	margin-top: 35px;
	 }
.p-footer {
	margin-left:570px;
	}
.p-footer-client {
	float:right;
	position:absolute;
	top: 1150px;
	right:20px;
	margin: 0 auto;
	padding-bottom: 25px;	
	}
.p-footer-client2 {
	float:right;
	position:absolute;
	top: 600px;
	right:20px;
	margin: 0 auto;
	padding-bottom: 25px;	
	}
	
	/* Divs - 
	client page contents caontainer*/
#contents {
	
	width:780px;
	list-style-type:disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-top: 0px;
	}
	

.list {
	width:201px;
	position: absolute;
	left: 12px;
	top:60px;
	height: auto;	
	}

.list2 {
	width:260px;
	position: absolute;
	left:234px;
	top: 60px;
	} 
	 
.list3 {
	width:260px;
	top:60px;
	right:10px;
	position:absolute;	

	} 
.list-gen {
 	padding-top:10px;
	padding-bottom:10px;
	list-style-type:circle;
	}	
	.list-gen2 {
 	padding-top:30px;
	
	}	
.clear{ 
	clear:both;
	}
	/*C5D6FC*/
h3 {
	text-indent:5px;
	color:#636669;
	padding-top:20px;
	}
/*index*/
#contents-index {
	height:460px;
	width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-top: 10px;
	background-color: #FFFFF8;    
	
}
#index{
	background: url(file:///Macintosh%20HD/Users/susanflorian/Desktop/port_20.jpg) no-repeat;
	width:700px;
	height:457px;
	top:0px;
	text-align:center;
	float:none;
	margin-left: 50px;	
}
/*Hypertext Links all pages
a   { 
    color: #CEDBDF;
    text-decoration:none;
	font-weight: bold;
	
	}	

a:link {
	font-weight: bold;
	text-decoration:none;
	color: #C4D5D9;


	}

a:visited { 
	font-weight: bold; 
	 text-decoration:none;
	color: #9FB3BB;

	}
a:hover, a:active {
	color:#9DCDDF;
	text-decoration:none;
	font-weight: bold;
	
	}	*/	
	
	a   { 
    color: #b9c7cd;
    text-decoration:none;
	font-weight: bold;
	}

a:link { 
	 
	font-weight: bold; 
	text-decoration:none;
	color: #b9c7cd;
	}

a:visited { 
	font-weight: bold; 
	 text-decoration:none;
	color: #cee3ed;
	}
a:hover, a:active {
	color:#daf0fb;
	text-decoration:none;
	font-weight: bold;
	}	
	



