
* {
	
	margin:0;
	padding:0;
}

body {
	
	font-family: Copperplate, Arial, Helvetica; 
}

#container {
	
	width: 1200px;
}

#sapore {

		font-size: 18px;
		text-weight: bold;
		color: #154f43;
}

#social-media {

	margin-left: 20px;
	margin-top: 20px;
}

#social-media img {

	margin-right: 10px;
}


#navigation {
	
	width: 230px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

#nav-newsletter {
	
	margin-top: 10px;
	margin-left: 20px;
}

#nav-copyright {
	
	margin-top: 10px;
	margin-left: 20px;
	color: #545454;
	font-size: 9px;
}

#login-text {
	
	width: 700px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

#login-button {
	
	width: 56px;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

#loggedin-text {
	
	width: 700px;
	float: left;
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}

#content {
	
	width: 800px;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
}

#galleryhead {

	background: url(http://www.vrgreenfarms.com/images/gallery_header.jpg) no-repeat;
	width: 92px;
	height: 24px;
	margin-left: 500px;
	margin-bottom: 15px;
}

#gallerycontent {

	width: 650px;
	margin-left: 40px;
	float: left;
	margin-bottom: 20px;
}

#gallerycontent img {

	border: 1px solid green;
	margin-right: 15px;
	margin-bottom: 7px;
}

a {
	
	text-decoration: none;
	color: inherit;
}

a img {
	
	border: 0;
}

#navigation ul {
	
	padding-left: 20px;
}

#nav-newsletter ul {
	
	padding-left: 10px !important;
}

#navigation li {
	
	list-style-type: none;
	line-height: 220%;
}

.white {
	
	color: #034031;
}

.green {
	
	color: #154F43;
}

.red {
	
	color: #85031F;
}

.blue {
	
	color: #52097E;
}

fieldset {  
	
	width:320px;  
	font-size:14px; 
	padding: 10px 10px 10px 10px; 
}  

legend {  
	
	width:100px;  
	text-align:center;   
	margin:3px;  
	padding: 3px;
	font-weight:bold;  
	color: green;
}  

