table
{
width: 703px;
border: black;
}

input
{
cursor: pointer;
}

.left
{
float: left;
}

.right
{
float: right;
}


textarea.styled, input.styled 
{
background: transparent;
border: 1px solid #75b9ca;
}

tr, textarea.styled, input.styled
{
font-family: Century Gothic, sans-serif;

	        font-size: 15px;
	        font-weight: normal;
	        font-style: normal;
	        color: #666666;
text-decoration: none;

}
	



body
			{
			margin: 0;
			padding: 0;
			height: 100%;
			width: 100%;
			overflow: auto;

			}			
			
			img
			{
			border: none;
			}
			a
{
text-decoration: none;
color: #666666;

}
			p
	        {                   
	        font-family: Century Gothic, sans-serif;

	        font-size: 15px;
	        font-weight: normal;
	        font-style: normal;
	        color: #666666;
	        } 
			
			#wrapper
			{
	width: 1200px;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0px 0px;
			}
			
			
			
			.first
			{			
			margin: 0px 100px 0px 0px;			
			}
 
			.thephoto
			{			
			margin: 0px 0px 0px 0px;			
			}
			
						
			#gallery 
			{
			position:relative;
			height: 600px;
			}
			
			#gallery
			{
			margin: 0px 0px 0px 0px;
			}
			
			#gallery a 
			{
			float:right;
			position:absolute;
			}
							
			#gallery a img 
			{
			border: none; 
			}
							
			#gallery a.show 
			{
			z-index: 500;
			}			
			
			#com
			{
			position: relative;
			width: 950px;
			margin: 10px 10px 0px 0px;
			display: block;			
			}
