html, body { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #fff; } 
img { border: 0; } 

div.center {   
    margin-top:10px; 
	margin-left: auto; 
	margin-right: auto;  
	width:797px; 
	}
	.left {
    float: left;
    width: 60%;
	margin-bottom: 20px;
}
.right {
    float: right;
    width: 37.5%;
	margin-top:70px;	
}

.group{
width: 797px;
margin: 0 auto;
}
.group:after {
    content:"";
    display: table;
    clear: both;
}
a:link {
	color:gray;
	text-decoration:none;	
}
a:hover {
	color:black;
	text-decoration:underline;
	
}
a:visited {
    color: gray;
}
img {
    max-width: 100%;
    height: auto;
}
.header{
margin: 10px auto;
max-width: 300px;
}
p {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 13px;
}	
h3 {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}
p span.y {
	font-size: 20px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	
}
p span.z {
	font-size: 17px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	
	
}
.footer {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	margin: 0 auto;
	font-size:14px;
	}
#top li, #bot li  {
list-style-type: none;
display: inline;
margin: 0 25px 0 5px;
}
#top li a.active, #top a:hover, #bot li a.active, #bot a:hover{
text-decoration: underline;
color: #D9CD60;
}	
#bot{
	margin-top: -28px;
	
}
#top {
	display: inline-block;
}
.mob{

	margin-left: 25px !important;
	}