body {
	background: url(../_img/background.jpg) top center no-repeat #000000;

	font-family: Arial, Verdana;
	font-size: 12px;
	color: #666666;
	
	margin-top: 50px;
}

a {color:#666666}
p {margin: 6px 0;margin-top: 0;}

ul, ol {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
}

h1 {
	margin: 0;
	padding: 0;
	
	margin-top: 138px;
	
	height: 83px;
	display: block;
}

h1 a {
	margin: 0;
	padding: 0;
	
	height: 83px;
	display: block;
	
	text-indent: -10000px;
	background: url(../_img/logo.jpg) top center no-repeat;
}

h2 {
	margin: 0;
	padding: 0;
	
	color: #b70f0f;
	font-size: 18px;
	text-transform: uppercase;
}

/**
 *	WRAPPER
 */
#wrapper-top {
	width: 960px;
	margin: 0 auto;
	
	padding-top: 14px;
	
	background-color: #FFFFFF;
	background-image: url(../_img/wrapper-top.png);
	background-repeat: no-repeat;
	background-position: top;
}

#wrapper-bottom {
	padding-bottom: 14px;

	background-image: url(../_img/wrapper-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrapper-clear {
	font-size: 1px;
	color: #FFFFFF;
	height: 1px;
	line-height: 1px;
	
	clear: both;
	background-image: url(../_img/container.png);
}

/**
 *	Menu
 */
#menu {
	height: 47px;
	line-height: 47px;
	
	text-align: center;
	
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#menuFooter {
	text-align: center;
	
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#menuFooter a, #menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#container {
background-image: url(../_img/container.png);
}

/**
 *	Right Container
 */
#container .right {
	width: 284px;
	float: right;
	background-color: #a69ca1;
	
	padding-bottom: 20px;
	margin-top: 32px;
	
	color: #333333;
}

#container .right .bloc {
	padding: 10px;
}
#container .right .bloc h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	
	font-size: 14px;
	font-weight: bold;
	color: #b70f0f;
	text-transform: uppercase;
}

/**
 *	Middle Container
 */
#container .middle {
	width: 654px;
	padding: 0 10px;
}

#container .middle .bloc {
	margin-top: 10px;
	padding: 10px 9px;
}
#container .middle .bloc h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	
	font-size: 14px;
	font-weight: bold;
	color: #b70f0f;
}

/**
 *	Footer
 */
#footer {
	height: 30px;
	line-height: 15px;
	padding: 10px 0;
	
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/**
 *	Full From
 */	
.fullForm {
	clear: both;
	padding: 5px 0;
	padding-left: 160px;
}
.fullForm label {
	float: left;
	width: 150px;
	margin-left: -160px
}
.fullForm textarea {
	width: 290px;
	height: 60px;	
}
.fullForm .error {
	color: #AA0000;
	display: block;
}
.fullForm .success {
	color: #00AA00;
	display: block;
}