body 	{
		background: url(../images/bg.jpg) top repeat-x;
		background-color: #FFF;
		padding: 0;
		margin: 0;
		border: 0;
		font-family: Arial;
		font-size: 12px;
		}

a:link {color: #09223b; text-decoration: underline}     /* unvisited link */
a:visited {color: #09223b; text-decoration: underline}  /* visited link */
a:hover {color: #09223b; text-decoration: underline}   /* mouse over link */
a:active {color: #09223b; text-decoration: underline}   /* selected link */		

p 		{
		margin: 0;
		margin-bottom: 20px;
		padding: 0;
		line-height: 18px;
		}
		
h1		{
		font-size: 14px;
		color: #ef4c42;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		}
		
h2		{
		font-size: 11px;
		font-weight: bold;
		color: #ef4c42;
		padding-top: 5px;
		margin: 0px;
		}
			
.container {
		height: 700px;
		width: 725px;
		margin: 0 auto;
		background-image: url(../images/content_bg.png);
		}
		
.banner 	{
		height: 129px;
		float: left;
		margin-top: 15px;
		margin-left: 20px;
		}	
		
.logo 	{
		height: 129px;
		width: 165px;
		float: left;
		background-image: url(../images/logo.jpg);
		}
		
.bannerpics 	{
		height: 129px;
		width: 528px;
		float: left;
		}
		
.bannerpicture	{
		float: left;
		margin-left: 7px;
		}
		
.container_menu {
		float: left;
		width: 165px;
		padding-top: 3px;
		margin-left: 10px;
		}
		
.text 	{
		float: left;
		width: 470px;
		padding-top: 3px;
		margin-left: 30px;
		margin-top: 20px;
		}
		
.content {
		float: left;
		margin-left: 10px;
		}
		
/* Ronde borders */

.xtop, .xbottom {display:block; background: transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: transparant; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
.xb1 {margin:0 5px; background:#e6e6e6;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background: transparant; border:0 solid #e6e6e6; border-width:0 1px;}

#menu ul 	{
		float: top;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		
#menu ul.submenu	{
	padding-left: 20px;
}

#menu a 	{
		float: top;
		margin-left: 12px;
		padding-left: 20px;
		text-decoration: none;
		font-size: 11px;
		line-height: 25px;
		color: #b0b0b0;
		background: url(../images/button_bg.jpg) top left no-repeat;
		}

#menu a:hover {
		color: #ef4c42;
		background: url(../images/button_bg_h.jpg) top left no-repeat;
		background-position: 1px 2px;
		}
		
div.contact {
		float: left;
		margin-right: 20px;
}
		
.footer a:link {color: #09223b; text-decoration: none}     /* unvisited link */
.footer a:visited {color: #09223b; text-decoration: none}  /* visited link */
.footer a:hover {color: #fab424; text-decoration: underline}   /* mouse over link */
.footer a:active {color: #fab424; text-decoration: none}   /* selected link */
		

