#center_wrapper #left #content h1
{
	font-weight: bold;
	font-size: 14px;
	color: #FCF9EA;
	margin: 0 0 15px 0;
}

#center_wrapper #left #content h2
{
	font-weight: bold;
	font-size: 12px;
	color: #FCF9EA;
	
	margin: 0 0 10px 0;
}

#center_wrapper #left #content h3
{
	font-weight: bold;
	font-size: 10px;
	color: #FCF9EA;
	
	margin: 0 0 5px 0;
}

#center_wrapper #left #content p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px 2px;
	color: #FCF9EA;
}

#center_wrapper #left #content ul
{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
	color: #FCF9EA;
}

	#center_wrapper #left #content ul li
	{
		list-style: square;
		margin-left: 15px;
	}
	
#center_wrapper #left #content a
{
	color: #FCF9EA;
	text-decoration: underline;
}		

#center_wrapper #left #content a:hover
{
	text-decoration: underline;
}

#center_wrapper #left #content table
{
	border-collapse:collapse;
	line-height: 16px;
	margin-bottom: 15px;
}

#center_wrapper #left #content table td.photothumb
{
	width: 110px;
	height: 85px;
}

#center_wrapper #left #content table td.photothumb img
{
	cursor: pointer;
}

#center_wrapper fieldset
{
	border:0;
}

#center_wrapper #left #content label
{
	width: 130px;
	display:block;
	float: left;
	color: #fbf7e5;
}
	
	#center_wrapper #left #content input
	{
		width: 170px;
		margin-bottom: 2px;
		
	}
	
	#center_wrapper #left #content input.small
	{
		width: 35px;
	}
	
	#center_wrapper #left #content input.large
	{
		width: 131px;
	}
	
	#center_wrapper #left #content textarea
	{
		width: 170px;
		margin-bottom: 2px;
	}
	
	#center_wrapper #left #content input.submit
	{
		border: 1px solid #002e4f;
		background-color: #fbf7e5;
		color: #002e4f;
		width: 100px;
	}
	
