body
	{
		margin: 0;
		padding: 0;
		font-size : 12px;
		line-height: 150%;
		font-family : book antiqua, georgia, serif;
		text-align: center;
		color: #746363;
		background-color:none;
	}
	
	#container
	{
		margin: none;
		width: 960px;
		text-align: left;
		background-image:url('gallerybackground.jpg');
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center; 
		border:0px solid black;
	}
	
	
	#navcontainer
	{
		width: 960px
		height: 25px;
		background-color: white;
		text-align: right;

	}
	#mainright 
	{
		float: right; 
		width: 300px;
		margin-right: 20px;
		background-color: none;
		
		
	}
	#contents	
	{
		margin-right: 20px;
		margin-left: 400px;
		background-color: none;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: none;
	}
	
	div.float 
	{
  	float: left;
	padding-right: 40px;
  	}
  
	div.float p 
	{
   	text-align: center;
   	}

	h1 { 
color : #FF8080;
font-weight:normal;
font-style: normal;
font-size : 16px;
font-family : book antiqua, Georgia, serif}

h2 {  
color : #FF8080;
font-weight: NORMAL;
font-size : 14px;
font-family : book antiqua, Georgia, serif
}

h3 { background: #ffffff;
color : #E9967A;
font-weight: normal;
font-size : 14px;
font-family : book antiqua, georgia, serif}

	a {
	font-size: 16px;
	color: #2F4F4F;
	text-decoration: none;
}
a:visited {
	color: #2F4F4F;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF8080;
	text-decoration: none;
	}
