/* GENERAL */
body{
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#A5944F;
	background-image: 		url('../graphics/backgrounds/body.jpg');
	background-position:	top center;
	background-repeat:		repeat-x;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	text-align:				justify;
	color:					#888888;
}

div{
	position:				relative;
	overflow:				hidden;
	display:				inline;
	float:					left;
}

h1{
	margin:					20px;
	margin-left:			0px;
	font-size:				16px;
	font-weight:			normal;
	color:					#605e5e;
}

p{
	width:					340px;
	margin:					20px;
	margin-top:				0px;
	font-size:				12px;
	display:				block;
	float:					left;
}

p.leftcolumn{
	margin-left:			0px;
}

p.rightcolumn{
	margin-right:			0px;
}

a{
	text-decoration:		none;
	color:					#E11619;
}
a:hover{
	text-decoration:		underline;
}

img{
	border:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}


/* FRAME */
div#frame{
	width:					942px;
	height:					738px;
	margin-left:			auto;
	margin-right:			auto;
	padding-top:			62px;
	padding-left:			115px;
	background-image: 		url('../graphics/backgrounds/frame.jpg');
	background-position:	top center;
	background-repeat:		no-repeat;
	display:				block;
	float:					none;
}


/* HEADER */
div#header{
	width:					790px;
	height:					195px;
	background-image:		url('../graphics/backgrounds/header.jpg');
}

div#header img{
	margin-left: 			164px;
	margin-top: 	 	 	70px;
}


/* MENU */
div#menu{
	width:					55px;
	height:					700px;
	background-image:		url('../graphics/backgrounds/menu.jpg');
}

div#menu ul{
	margin:					0px;
	margin-top:				46px;
	margin-left:			5px;
	padding:				0px;
	list-style:				none;
}

div#menu ul li{
	float:					left;
}

div#menu ul li a{
	width:					50px;
	height:					145px;
	display:				block;
}

div#menu ul li a.home{
	background-image:		url('../graphics/buttons/b_home_default.jpg');
}

div#menu ul li a.home:hover{
	background-image:		url('../graphics/buttons/b_home_hover.jpg');
}

div#menu ul li.active a.home{
	background-image:		url('../graphics/buttons/b_home_hover.jpg');
}

div#menu ul li a.team{
	background-image:		url('../graphics/buttons/b_team_default.jpg');
}

div#menu ul li a.team:hover{
	background-image:		url('../graphics/buttons/b_team_hover.jpg');
}

div#menu ul li.active a.team{
	background-image:		url('../graphics/buttons/b_team_hover.jpg');
}

div#menu ul li a.party{
	background-image:		url('../graphics/buttons/b_party_default.jpg');
}

div#menu ul li a.party:hover{
	background-image:		url('../graphics/buttons/b_party_hover.jpg');
}

div#menu ul li.active a.party{
	background-image:		url('../graphics/buttons/b_party_hover.jpg');
}

div#menu ul li a.contact{
	height:					150px;
	background-image:		url('../graphics/buttons/b_contact_default.jpg');
}

div#menu ul li a.contact:hover{
	background-image:		url('../graphics/buttons/b_contact_hover.jpg');
}

div#menu ul li.active a.contact{
	background-image:		url('../graphics/buttons/b_contact_hover.jpg');
}


/* MAIN */
div#main{
	width:					790px;
	height:					460px;
	background-image:		url('../graphics/backgrounds/main/default.jpg');
}

div#main.vegetables{
	background-image:		url('../graphics/backgrounds/main/vegetables.jpg');
}

div#main.contact{
	background-image:		url('../graphics/backgrounds/main/contact.jpg');
}

div#main div{
	width:					720px;
	margin-left:			20px;
	border-bottom-style:	dashed;
	border-color:			#D7C789;
	border-width:			1px;
}

div#main div.noborder{
	border:					none;
}


/* FOOTER */
div#footer{
	width:					765px;
	height:					45px;
	padding-left:			3px;
	padding-right:			22px;
	background-image:		url('../graphics/backgrounds/footer.jpg');
}

div#footer p{
	width:					auto;
	margin-top:				13px;
	font-size:				10px;
	text-align:				center;
	color:					#4c4b48; 
	float:					none;
}
