body {
	margin: 0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

.blue{
background-image:url(../images/bg_blue.gif);
background-repeat:repeat-x;
}


#container
{
width: 983px;	
margin-left: auto;
margin-right: auto;
color: #333;
line-height: 130%;
position:relative;
margin-top:0px;
/* background-image:url(../images/guide.jpg); */
}





#top
{
height:110px;
padding: .5em;
border-bottom: 2px solid white;
}



#logo
{
height:100px;
width:160px;
float:left;
position:relative;
top:21px;
left:20px;
z-index:500;
}


#logo_home
{
height:100px;
width:160px;
float:left;
position:relative;
top:-8px;
left:20px;
z-index:500;
background:none;
}

#top_menu
{
	position:absolute;
	top:15px;
	right:13px;
	width:800px;
	text-align:right;
}




#contact
{
	position:relative;
	top:58px;
	left:360px;
	width:600px;
	text-align:right;
}


#picture
{
height:293px;
position:relative;
top:-7px;
left:0px;
width:600px;

}


#second_menu
{
	position:absolute;
	top:250px;
	left:30px;
	text-align:left;
	background:#ffffff;
	width:520px;
	height:60px;
	display:block;
	z-index:1000;
	padding-top:4px;

	
}






#leftnav
{
position: relative;
float: left;
top:25px;
left:20px;
width: 223px;
margin-bottom:200px;
padding-left:10px;
}


#rightnav
{
float: right;
width: 215px;
margin: 0;
padding-right:15px;
padding-left:10px;
position:relative;
top:25px;
right:20px;
}



#content
{
position:relative;
top:27px;
float:left;
width:390px;
margin-left:20px;
margin-bottom:50px;
padding-left:30px;
padding-right:30px;
border-left:dotted 1px grey;
border-right:dotted 1px grey;
min-height:700px;
}


#footer
{
clear: both;
height:300px;
/*border-top: 1px dotted gray;*/
margin-left:10px;
margin-right:30px;
margin-bottom:0px;
width:983px;
}




#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }





