body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
* {
	margin: 0;
	padding: 0;
}

/* Force right scrollbar */ 
html {
overflow: scroll;
} 

/* Wrapper */ 
#wrapper {
	position: relative;
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background: #ebfdde;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
} 
#header {
	border-bottom: 1px solid #ffffff;
	position: relative;
	height: 105px;
} 

/* Main container */ 
#container{
	width: 880px;
	margin-left:0;
	background: #ebfdde;
}

/* Left column */ 
#navigation{
	float:left;
	display: inline;
	width: 184px;
	padding-top: 25px;
	margin-left: 20px;
}
#navigation ul {
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	font-size:.8em;
}
#navigation a:link, #navigation a:visited {
	color: #cc6600;
    background-color: transparent;
    display: block;
    padding: 0 0 8px;
    text-decoration:none;
}
#navigation a:hover {
	color: #666666;
}
#navigation img{
	border: none;
}

/* Middle column */ 
#content{
	float: left;
	width: 480px;
	padding-top: 22px;
}
.contentPic {
	float: left;
	border: 1px solid #cccccc;
	margin: 4px 10px 4px 0;
}

p.wrap{
	clear: both;
}

#content h1 {
	font-size: 1.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #336600;
	margin-top: 0;
	font-weight: normal;
	letter-spacing: .02em;
}
#content h5 {
	font-size: .9em;
	color: #336600;
	margin-top: 2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
}
#content h6 {
	font-size: .9em;
	color: #336600;
	font-weight: bold;
}
#content p {
	font-size: .75em;
	line-height: 1.8em;
	margin-top: 1em;
}
.green {
	font-size: .75em;
	line-height: 1.8em;
	color: #336600;
}
.caption  {
	font-size: .65em;
	line-height: 1.3em;
	font-style: italic;
}
#content a:link, #content a:visited {
	color: #cc0099;
    text-decoration:none;
}
#content ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;

}
#content li {
	display: inline;
	padding-right: 5px;
}
.img {
	border: 1px solid #cccccc;
	margin-bottom: 1px;
}
.rule {
	margin-top: 12px;
}

.img_rr {float: right; width:131px; margin: 0 0 15px 15px;}
.france_img {}
.small_link {font-size: .65em;line-height: 1.3em;}

/* Content Links page */ 
#contentLinks {
	float: left;
	width: 640px;
	padding-top: 22px;
}
#contentLinks p {
	font-size: .75em;
	line-height: 1.8em;
}
#contentLinks a:link, #contentLinks a:visited {
	font-size: .95em;
	color: #cc0099;
    text-decoration:none;
}
#contentLinks h1 {
	font-size: 1.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #336600;
	padding-bottom: 15px;
	font-weight: normal;
	letter-spacing: .02em;
}
#linksLeft {
	width: 270px;
	float: left;
	padding: 0 0 0 5px;
	border-right: 1px solid #669933;
}
#linksRight {
	width: 300px;
	float: left;
	left: 300px;
	padding-left: 15px;
}

/* Right column */ 
#right{
	float:left;
	width: 165px;	
	position:relative;
	margin-right:-1px;
	margin-left: 17px;
	padding: 62px 15px 0 0;
}

#right img {
	margin-top: 520px;
	border: 1px solid silver;
}

#links {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-style: normal;
	color: #44771b;
	text-align: left;
	border: 1px solid #99cc99;
	padding: .7em .4em .4em .8em;
}

#links a:link, #links a:visited {
	color: #cc0066;
    text-decoration:none;
	font-weight: bold;
}
#links a:hover {
	color: #003399;
}
#links p {
	padding-bottom: 8px;
}

/* Footer styles */ 	
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-style: normal;
	color: #669933;
	clear: both;
	margin-left: 184px;
	padding: 10px 0 20px 20px;
}
