/***********************************************************************************************************************************
 SOLDATI AGRITURISMO - STYLESHEET
 Coded by Sacha Bourdeaud'Hui
 MAMOKA - http://www.mamoka.com
 **********************************************************************************************************************************/

/* GENERAL HTML TAGS **************************************************************************************************************/

body
		{
		margin: 0;
		padding: 0;
		font: 11px Verdana, Tahoma, Helvetica, Arial, sans-serif;
		background: #F3D179 url(img/bg_body.jpg);
		}
p
		{
		margin: 8px 0;
		}

/* LAYOUT IDs *********************************************************************************************************************/

#header
		{
		margin: 0 auto;
		width: 770px;
		}
#wrapper
		{
		margin: 0 auto;
		padding: 0 10px;
		width: 750px;
		background: url(img/bg_page.jpg);
		}
/*\*/
* html #wrapper
		{
		width: 770px;
		w\idth: 750px;
		}/**/
#menu
		{
		border-top: 3px solid #FAF5DE;
		padding-bottom: 4px;
		font-size: 12px;
		color: #FAF5DE;
		text-align: center;
		line-height: 31px;
		background: url(img/bg_menu.jpg) top left repeat-x;
		}
#menu a
		{
		font-weight: bold;
		color: #CB7A07;
		text-decoration: none;
		}
#menu a:hover
		{
		color: #8F5D2A;
		text-decoration: underline;
		}
#content
		{
		padding: 9px;
		}
#footer
		{
		margin: 0 auto;
		width: 770px;
		height: 64px;
		background: #FFCE06 url(img/bg_footer.jpg) repeat-x;
		}

/* CLASSES ************************************************************************************************************************/

.footer_languages
		{
		font-size: 10px;
		color: #FFFFFF;
		line-height: 24px;
		text-align: center;
		}
.footer_languages a
		{
		font-weight: bold;
		color: #CB7A07;
		text-decoration: none;
		}
.footer_languages a:hover
		{
		text-decoration: underline;
		}
.footer_credits1
		{
		font-size: 9px;
		color: #CB7A07;
		line-height: 15px;
		text-align: center;
		}
.footer_credits1 a
		{
		color: #CB7A07;
		text-decoration: none;
		}
.footer_credits1 a:hover
		{
		text-decoration: underline;
		}
.footer_credits2
		{
		font-size: 9px;
		color: #F1B258;
		line-height: 15px;
		text-align: center;
		}
.footer_credits2 a
		{
		color: #F1B258;
		text-decoration: none;
		}
.footer_credits2 a:hover
		{
		text-decoration: underline;
		}