body{
	background: #000 url(../images/bg.jpg) repeat-y center top;
	font-family:  Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	color: #2e2727;
	text-decoration:none;
}

img{border:0;}

a {
text-decoration: none;
color: #760f0b;
}

a:hover{
text-decoration: underline;
}


#container{
	width: 976px;	
	height: 100%;
	margin: 0px auto;
	text-align: left;
	background: #000 url(../images/tiles.jpg) repeat-y center;
}

.header{
	width: 976px;
	height: 209px;
	background: url(../images/header.jpg) no-repeat;
	font-size: 13px;
	color: #721918;
	text-align: right;
	line-height: 20px;
	}

.menu{
height: 38px;
}

.content {
	width: 976px;
	
	background: url(../images/main.jpg) no-repeat;
}

.title {
	position:relative;
	width: 873px;
	border-bottom: 1px solid #535353;
	padding-top: 50px;
	margin-left: 50px;
	font-size: 18px;
	font-weight: bold;
}

.textarea {
	position:relative;
	width: 873px;
	padding-top: 10px;
	margin-left: 50px;
}

.french{
	padding-right: 15px;
	margin-top: 170px;
	font-size: 12px;
	text-decoration: none;
}
.french A:link{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.french A:visited{
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.french A:hover{
	color: #f2c850;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.footer{
	background: url(../images/footer_2.jpg) no-repeat;
	width: 976px;
	height: 75px;
	font-size: 10px;
	margin: 0px auto;
}

