html {
	background: #D9CD52 url('/img/theme/fond.png') top left repeat-x;
	}
body {
	margin: 0 auto;
	width: 548px;
	position:relative;
		}
a:hover, a.selected {
	color: #D9CD52;
	text-decoration: none;
	}
strong { font-weight: normal; }
/*************************************************
***********           HEADER       ***************
*************************************************/
#header {
	position: relative;
	}
	#header h1, #header ul#access-nav {
		position: absolute;
		left: -9999px;
		}
		#header #logo {
			position: absolute;
			left: -280px;
			top: 200px;
			}
/*************************************************
***********           MAIN_NAV     ***************
**************************************************/
#main-nav {
	position:absolute;
	right:-100px;
	top:-10px;
		}
		#main-nav ul li {
			height: 20px;
			margin: 0px 0px 9px 0px;
			font-size:116.67%;
			}
			#main-nav ul li a {
				line-height: 23px;
				display: block;
				color: #fff;
				}
			#main-nav ul li a:hover{
				color:  #D9CD52;
				}
			#main-nav ul li a.selected {
				color:  #D9CD52;
				}
/*************************************************
***********           CONTAINER    ***************
**************************************************/
#container {
	min-height: 300px
	}
/*************************************************
***********           CONTENT      ***************
**************************************************/
#content {
	background: #fff; 
	padding: 10px 50px 30px 50px; 
	width: 448px;
	position:relative;
	}
	
h2 {
	color:#59505b;
	font-size:300%;
	margin:20px 0px 30px -30px;
	font-weight:normal;
	  }

h3 {
	color:#D9CD52;
	font-size:150%;
	margin-bottom:4px;
		font-weight:normal;
   }
.intro {
	margin-left:60px;
	margin-right:20px;
	line-height:14px;
	}
	p.intro {
		font-size:108.34%;
		}
	h3.intro {
		font-size:166.67%;
		}
.paraf1 {
	margin-left:150px;
	}
	p.paraf1 {
		margin-left:150px;
		margin-bottom:20px;
		line-height:14px;
		}
.paraf2 {
	margin-left:150px;
	}
	p.paraf2 {
		margin-left:150px;
		margin-bottom:10px;
		line-height:14px;
		}
		
.pages.view #pics {
	position:absolute;
	width:261px;
	height:196px;
	border:1px solid #817758;
	bottom: 40px;
	left:-145px;
	}
#flashMessage {
	color: #D9CD52;
	font-size: 100%;
	text-align: center;
	font-family: sans-serif;
	margin-bottom: 15px;
	}
/*************************************************
***********           FOOTER       ***************
**************************************************/
#footer {
	bottom:0px;
	margin-bottom:10px;
	margin-left:160px;
	margin-top:20px;
}
#footer h3 {
	color: #fff;
	font-size:97%;
	}
	#footer h3 a{
		color: #fff;
		font-size:97%;
		}
		#footer h3 a:hover{
		color: #59505b;
		}