/* CSS Document */


img {border: 0px;}				/* removes image boarders in ie and firefox */


* {
	margin:0;
	padding:0;
	}

body { 
	background: url(image/smalllines_03.gif);
	}
	
#frame { 
	
	width: 840px;
	height: 700px;
	position: absolute;
	left: 201px;
	}




#shadow {
	background: url(image/shadow.gif);
	height: 400px;
	
		position: relative;
	
		}
	

	
#head {

		height: 320px;
		width: 840px;
		background: url(image/head.gif);
		position: relative;
	
		
		}
	
#content { 
		width: 760px;
		height: 390px;
		
		position: relative; 
		left: 40px;
		top:0px;
		}

	
/* ----------- footer --------------------- */

#foot { 
	background: url(image/foot.gif);
	height: 110px;
	background-repeat: no-repeat;
	position: relative;
	
	}
	
#leftfootbox { 
		height: 20px;
		width: 350px;
		position: absolute; 
		left: 40px;
		top:30px;
	}

#rightfootbox { 
		height: 20px;
		width: 600px;
		position: absolute; 
		right: 20px;
		top:80px;
		text-align: right;
		z-index: 5;
	}
	
	/* ----------- END footer --------------------- */
	
	
	
	/* ----------- GALLERY  --------------------- */
	
#flashcontent { 
		width: 760px;
		height: 390px;
		
		position: relative; 
		left: 40px;
		top:0px;
		
		
}
	
	
	

#navbar {
		height: 70px;
		width: 500px;
		position: absolute; 
		right: 60px;
		top:240px;
		
		
		}
		





#navi 	{
      	width: 100%;
		height: 35px;
      	margin:  0;
      	padding: 0px; 
		text-align:center;
		
	
    	}

#navi ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	
		}

#navi li {
		margin: 0;
		padding: 0;
		float: left;
    	}
#navi {
      	padding: 0;
    }

#navi li {
    	width: 80px;	
		height: 25px;
   		margin-right: 0.5em;
		margin-left: 1em;
    	}
    	
#navi a {
		display: block;
		width: 100%;
		height: 25px;
		color: #3399CC; text-decoration: none; font-family: arial; font-size:14px;
    	}
    
#navi a:hover {
      	
		background-position: center; 
		color: grey;  text-decoration: none; font-family: arial; font-size:14px; }
		
    	}
	
#navi li.active { 
		text-decoration: underline; 
		color: grey;   
		font-family: arial; font-size:14px;  

		}	
	
/* ------- text ---------- */
	

p.style1 {font-family: arial; font-size:10px; color: grey;}

p.info {font-family: arial; font-size:10px; color: grey;}

p.style3 {}

p.style4	{ margin-right: 0px; font-family: Helvatica; font-size:14px; }

a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none;} 
a:hover 	{  text-decoration: none; } 




a.two:link 	{color: white; text-decoration: none;}

a.two:visited {color: #3399CC; text-decoration: none;} 
a.two:hover 	{color: #999;  text-decoration: underline; } 

a.info:link 	{color: #3399CC; font-size:12px;  text-decoration: none; }
a.info:visited {color: #3399CC;  font-size:12px; text-decoration: none; } 
a.info:hover 	{color: #999;   font-size:12px; text-decoration: underline; } 

a.link:link 	{color: #999; font-size:14px;  text-decoration: none; font-family: arial;}
a.link:visited {color: #3399CC;  font-size:14px; text-decoration: none; font-family: arial; } 
a.link:hover 	{color: 3399CC;   font-size:14x; text-decoration: underline; font-family: arial; } 

a.web:link 	{color: #3399CC; font-size:10px;  text-decoration: none; }
a.web:visited {color: #3399CC;  font-size:10px; text-decoration: none; } 
a.web:hover 	{color: #999;   font-size:10px; text-decoration: underline; } 

a.three:link { color: blue; text-decoration: underline; line-height: 25px}
a.three:visited {color:lightblue; text-decoration: underline; line-height: 25px} 
a.three:hover { color: white;  text-decoration: underline; line-height: 25px} 



