body { 
	background-color: #003344; 
	font-family: "Century Gothic", sans-serif; 
	font-size: 14px; 
	color: #B35900; 
}

a {
	color: #B3B300;
	text-decoration: none;
}

a:hover {
	color:#B3B300;
	text-decoration: underline;
}

a.hlink {
	color: #B3B300;
	text-decoration: none;
}

a.hlink:hover {
	color:#B3B300;
	text-decoration: underline;
}



#page_title_large {
	color: #B35900;
	font: 48px "Century Gothic", sans-serif;
	text-align: center;
	font-weight: bold;
}

#page_title {
	color: #B35900;
	font: 36px "Century Gothic", sans-serif;
        text-align: center;
}

#page_title_small {
	color: #B35900;
	font: 26px "Century Gothic", sans-serif;
        text-align: center;
}

#section_title {
	color: #B35900;
	font: 22px "Century Gothic", sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

#section_title_small {
        color: #B35900;
        font: 20px "Century Gothic", sans-serif;
        font-weight: bold;
}

#section_body {
	color: #B35900;
	font: 14px "Century Gothic", sans-serif;
}

#section_body_large {
	color: #B35900;
	font: 18px "Century Gothic", sans-serif;
}

#news_title {
    color: #B35900;
    font: 24px "Century Gothic", sans-serif;
    font-weight: bold;
}

#news_body {
	color: #B35900;
	font: 18px "Century Gothic", sans-serif;
}

#grillname {
	color: #B35900;
	font: 16px "Century Gothic", sans-serif;
}

#footer {
	color: #B35900;
	font: 10px "Century Gothic", sans-serif;
	text-align: center;
}

#footer a {
	color:  #B3B300;
	text-decoration: none;
}

#footer a:hover {
	color: #B3B300;
	text-decoration: underline;
}

#header_table { 
	width: 900px;
 	height:120px; 
	background: #000066;
	text-align: center;
	margin: 0 auto; 
	margin-top: 1%;
	-moz-border-radius: 13px; 
	-webkit-border-radius: 13px; 
	border-radius: 13px; 
}

#container_table { 
	width: 900px;
 	height:400px; 
	background: #000066;
	margin: 0 auto;
	margin-top: 2%; 
	-moz-border-radius: 13px; 
	-webkit-border-radius: 13px; 
	border-radius: 13px; 
}

#footer_table { 
	width: 900px;
 	height:95px; 
	background: #000066; 
	text-align: center;
	margin: 0 auto; 
	margin-top: 2%;
	margin-bottom: 1%;
	-moz-border-radius: 13px; 
	-webkit-border-radius: 13px; 
	border-radius: 13px; 
}


