@import "layout.css";

html, body{
	margin:0;
	padding:0;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777;
	font-size:11pt;
}

a{
	color:#666;
	text-decoration:underline;
}
body{
	background:url(/images/background.jpg) center top repeat-x;
}
#header, #header_fr{
	background:url(/images/header.jpg) top center no-repeat;
	height:210px;
	width:800px;
	margin:0 auto;
	text-align:left;
}
#header_fr{
	background:url(/images/header_fr.jpg) top center no-repeat;
}
#content{
	width:690px;
	margin:0 auto;
	overflow:hidden;
}
img.main{
	padding:4px;
	border:1px solid #b7c1de;
}
#content .left{
	float:left;
	width:310px;
}

#content .right{
	margin-left:360px;
	width:310px;	
	padding-top:1px;
}

p{ 
	text-indent:10px;
	text-align:justify;
}

input, textarea{
	font-size:9pt;
	line-height:12pt;
}
.gone{
	display:none;
}
input.checkbox{
	width:15px;
}
img.v_middle{
	vertical-align:middle;
	display:inline;
}
img.hand{
	cursor:pointer;
}

h1{
	font-size:12pt;
	color:#666;
	border-bottom:1px solid #999;
	width:100%;
	padding-bottom:3px;
}

h2{
	font-size:11pt;
}
/*/////////////////////  FOOTER //////////////////////////////////////////////////////////////////*/

#footer{
	clear:both;
	height:40px;
	width:750px;
	margin:15px auto;
	font-size:9pt;
	padding-right:40px;
}
#footer p{
	padding-bottom:20px;
	display:block;
}
#footer ul.narrow{
	overflow:hidden;
	margin:0;
	margin-bottom:10px;
}

#footer ul li{
	float:left;
	padding:0px 5px;
	border-right:1px solid #b7c1de;
	list-style:none;
}

#footer ul li.end{
	border:0;
	padding-right:0;
}
#footer ul li.start{
	padding-left:0;
}
#footer a{
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li#made_by{
	float:right;
	clear:right;
	padding-right:30px;
}