@charset "utf-8";
/* CSS Document */

/*================================================
 * Layout
 *===============================================*/

@media handheld, screen {

* {
    border: 0;
    margin: 0;
    padding: 0;
}
 
body {
    background:#f7edc9 url(../images/bg.gif);
    overflow: -moz-scrollbars-vertical;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#page {
    width:797px;
	margin:39px auto 0 auto;
    background:url(../images/page_bg.jpg) top left no-repeat;
	border-top: 8px solid #e5d29b;
	border-bottom: 8px solid #e5d29b;
	height: 511px;
	text-align: center;
}

#banner {
	margin: 46px 0 40px 0px;
}

h1 {
	font-size: 18px;
	color: #b9213d;
	margin: 0 0 18px 0;
}

a, a:visited, a:active {
	text-transform:uppercase;
	color: #89898b;
	font-size: 12px;
	text-decoration: none;	
}

a:hover, a:focus {
	color: #b9213d;
}
