/* === General === */

* {
	margin:0;
	padding:0;
}

body {
	font: 12px/19px Sans-serif;
	text-align: center;
	background: #513c4b;
}

p {
	margin: 8px 0 10px 15px;
}

a {
	color: #c42d74;
	text-decoration:none;
}
	
a:visited {
	color: #936;
	text-decoration: none;
}
a:hover {
	color: #f39;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

/* === Page === */

#page {
	width: 824px;
	margin: 30px auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
    display: block;
}

/* Hides from IE-mac */

* html .clearfix {
    height: 1%;
}

/* === Header === */

#header {
	width: 824px;
}

.clearblock {
	clear: both;
}


/* === Footer === */

#footer {
	width: 824px;
	height: 58px;
	background-color: #635257;
	background-image:url(../images/footer.jpg);
}

#copyright {
	width: 800px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 10px;
	background-color: #211414;
	font-size: 11px;
	color: #7a7272;
	text-align: center;
}

/* #copyright {
	float: left;
	width: 800px;
	height: 30px;
	padding-top: 10px;
	background-color: #211414;
	font-size: 11px;
	color: #7a7272;
	text-align: center;
}

.copyspacer {
	float: left;
	width: 12px;
	background-color: #635257;
}

 */

#copyright2 {
	width: 824px;
	padding: 15px 0;
	font-size: 11px;
	color: #7a7272;
	text-align: center;
}


/* === Main === */

#content {
	width: 824px;
	background-color: #635257;
	text-align: left;
}

.spacer {
	float: left;
	width: 12px;
	background-color: #635257;
}

#main {
	float: left;
	width: 740px;
	padding: 20px 30px;
/* for IE 	padding-right: 1px; */
	background-color: #dbd2d7;
	color: #211414;
	text-align: left;
}

.menutable {
	float: left;
	width: 340px;
	margin-right: 15px;
}

table {
	margin: 0 0 15px 15px;
}

td {
	vertical-align: top;
	padding: 0 7px 5px 0;
}

.menurates {
	font-size: 14px;
	font-weight: bold;
	color: #521b47;
}

