body {
	background-color: #000000;
	background-image: url(../img/construct/bg_general.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

/* ----- NEUTRAL --------------------------------------------------------------------------- */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

a img,:link img,:visited img {
	border: none;
}

hr {
    height:1px;
    margin: 20px 20px 10px 20px;
    background-color:#450005;
    color:#450005;
    border:0;
    padding:0;
    display:block;
}

/* ----- CONTENT ---------------------------------------------------------------------------- */

#content p {
	margin: 10px 20px 10px 20px;
}

#content h1 {
	margin: 10px 20px 10px 20px;
	font-size: 18px;
	color: #450005;
}

#content h2 {
	margin: 10px 20px 10px 20px;
	font-size: 13px;
	color: #450005;
}

#content a {
	color: #450005;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	border: 2px solid #450005;
}

#content a:hover img {
	border: 2px solid #d4d4d5;
}

/* ----- CONSTRUCT -------------------------------------------------------------------------- */

#general {
	width: 760px;
	margin: 10px auto 10px auto;
	background-image: url(../img/construct/bg_content.gif);
	color: #3d3d3f;
	text-align: center;
}

#content {
	width: 552px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(../img/construct/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 3px solid #450005;
}

/* ----- BOTTOM ---------------------------------------------------------------------------- */

#copylien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #3D3D3F; 
	text-decoration: none; 
	text-align:center;
}

div#copylien a:link, div#copylien a:visited { 
	color: #3D3D3F; 
	text-decoration: none;
}

div#copylien a:hover {
	color: #d4d4d5; 
	text-decoration: none; 
}
