@import url('https://fonts.googleapis.com/css?family=Work+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Yellowtail');
html {

}
body {	    text-align: justify;
	    line-height:1.5em;	margin:0;
	padding:0;	background:fixed url('../images/aygo.jpg') 0px 0px no-repeat #c3cad4;
	    font-family: Open Sans;
}


}




p {

}

a{
    color: #e3a200;	text-decoration:none;
}
a:hover{	color: #e3a200;	text-decoration:none;
}



h1{
	font-size:20px;
	color: #e3a200;
}


h2{	font-size:21px;	color: #e3a200;
}

h3{	font-size:18px;
	color: #e3a200;

}


h4{	font-size:15px;
	color: #e3a200c;
	padding-left:20px;
}

.clear{	clear:both;}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.container2 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
	background-color: rgba(255,255,255,0.95);
    margin-top:0px;
    padding:15px;
     border:3px solid #e3a200;
}


header, #header{	margin:0;
	padding:0;	height:90px;
	background-color: rgba(0,0,0,0.65);
	box-shadow: inset 0 3px 3px rgba(0,0,0,.9);}

#header a{    display: block;
    float:left;}

.logo{	height:90px;
	width:300px;}

.primary_text {	display: block;
    font-family: Yellowtail;
    font-size: 40px;
    color: #e3a200;
    line-height: 35px;
    padding:10px 0;
    text-shadow:0.3px 0.3px 0px #fff, -0.3px -0.3px 0px #fff;
}

.secondary_text {	display: block;
    font-family: Open Sans;
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
    text-transform: uppercase;
}

.menured{    float:right;
}

.menured ul{
    margin:0;
    padding:0;

}

.menured ul li{
    float: left;
    font-family: Open Sans;
font-weight: 700;
font-size: 14px;
list-style:none outside none;

}

.menured ul li a{
	display: block;
	color: rgba(255,255,255,1);
	padding: 38px 15px 20px 15px;
	text-transform: uppercase;
	line-height: 31px;


}

 .menured ul li a:hover{
background: #c7081b;
background-color: #c7081b;
transition-duration: .15s;
}

.subt{}

.content{    float: left;
    width:740px;
}

.toright{
    float: right;
    width:300px;
}

.subt {	border-bottom:1px solid #e3a200;}

.footer{background: #e3a200;
color:#fff;}
tr, td {
	padding:5px;
}