* {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222222;
	text-decoration: none;
	line-height: 140%;
}

body {
	background:#EDA73D;
	margin:0px;
	padding:0px;
}





/* layout */

#wrapper {
	background-image: url(../gfx/sr.gif);
	background-position: left bottom;
}

#container {
	position:relative;
	width: 850px;
	left:50%;
	margin-left:-525px;
	padding:20px;

}




#header {
	background-image: url(../gfx/upr.gif);
	margin-top: 30px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	height:30px;
}


#logo {
float:left;
}

#menu {
padding-left:20px;
float:left;
}

#menu a{ display:block; }


#content {
width: 450px;
float:right;

}




#footer {
	background-image: url(../gfx/downr.gif);
	padding-top: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align:center;
}


















#submenu a {
	font-size: 11px;
	padding-left: 20px;
	color: #000;
}
