/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background-image:url(images/fond_01.jpg);
	background-repeat:repeat-x;
	background-color:#2d1012;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
	background-image:url(images/header_03.png);
	background-repeat:no-repeat;
 color: #333;
 width: 1004px;
 float: left;
 height: 31px;
 padding-top:25px;
}
#header ul {
	display:inline;
	padding:25px 10px 0px 25px;
}
#header li {
	display:inline;
	padding-right:32px;
}
#header li p {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#header li a {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#header li a:link {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#header li a:visited {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#header li a:hover {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#navigation {
	background-image:url(images/fond_flash.png);
	background-repeat:no-repeat;
 float: left;
 width: 1004px;
 height:426px;
 color: #333;
}
#leftcolumn {
	background-image:url(images/content_112.png);
	background-repeat:no-repeat; 
 color: #333;
 height: 689px;
 width: 929px;
 float: left;
 padding:5px 0px 0px 75px;
 text-align:justify;
}
#leftcolumn p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFF;
	text-align:justify;
}
#leftcolumn a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
#leftcolumn a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
}
#leftcolumn a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	text-align:center;
}
#leftcolumn a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FC3;
	text-align:center;
}
#rightcolumn {
	background-image:url(images/right_14.jpg);
	background-repeat:no-repeat; 
 float: right;
 color: #333;
 height: 800px;
 width: 0px;
 display: inline;
}
#footer { 
 width: 1000px;
 height:0px;
 clear: both;
 color: #333;
}
.bgcolor {
	background-color:#e7e7e6;
}
.color {
	color:#e3c72a;
}
.padding {
	padding-right:175px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:18px;
	color:#FFF;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:24px;
	color:#000;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:24px;
	color:#e3c72a;
}
