body{
	/*background-image: url(../images/stripes.png);
	background-repeat:repeat;*/
	background-color: #e70b0b;
	font-family:Arial, Helvetica, sans-serif;
	color:333;
}

#wrapper{
	position:relative;
	margin:auto;
	width:850px;
	height:100%;
	background-color:#FFC52C;
    -webkit-border-radius: 20 20px 20px 20;
    -moz-border-radius: 20 20px 20px 20;
    border-radius: 20px 20px 20px 20;
    box-shadow:0 0  10px 10px #d10606;	
}

#head{
	position:relative;
	width:850px;
	height:500px;
    overflow:hidden;
}

.navigation{
	margin-top:-16px;
	position:relative;
	width:850px;
	
background: #343738;/*
background: -moz-linear-gradient(top, #343738 0%, #2a2d2c 49%, #0a0e0a 51%, #0a0809 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343738), color-stop(49%,#2a2d2c), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
background: -webkit-linear-gradient(top, #343738 0%,#2a2d2c 49%,#0a0e0a 51%,#0a0809 100%); 
background: -o-linear-gradient(top, #343738 0%,#2a2d2c 49%,#0a0e0a 51%,#0a0809 100%); 
background: -ms-linear-gradient(top, #343738 0%,#2a2d2c 49%,#0a0e0a 51%,#0a0809 100%); 
background: linear-gradient(top, #343738 0%,#2a2d2c 49%,#0a0e0a 51%,#0a0809 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343738', endColorstr='#0a0809',GradientType=0 );
transition: all 400ms linear;*/
}
.navigation ui{
	margin-left:0px;
}
.navigation li{
	text-align:center;
	float:left;
	border: 1px solid #343738;
	list-style: none;
	height:80px;
}
.navigation li:hover{
	background-color:#636363;
}
.navigation a{
	padding:10px;
	line-height:80px;
	text-decoration:none;
	font-size:15px;
	color:#FFC52C;
	font-family:Arial, Helvetica, sans-serif;
}
#content{
	margin:25px;
    width:600px;
    height:auto;
    float:left;
}
#right{
	float:right;
	height:auto;
	width:200px;
}
#right img{
	width:175px;
}
.clear{
	clear:both;
}

#footer{
	height:50px;
	width:850px;
	background-color:#343738;
	text-align:center;
}

#footer li{
	padding:20px;
	list-style: none;
	padding-top:15px;
	display:inline;
	
}

#footer a{
	text-decoration:none;
	color:#fff;
}
