body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ce8e68;
	background-image: url('/images/bkg_main.png');
	background-repeat: repeat-x;
	background-position: top left;
	color: #000000;
	font-size: .8em;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #246987;
}
a:hover, a:active {
	color: #EE3225;
}

h1 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 7px;
}

h2 {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

hr {
	width: 85%;
	border: 1px dashed #2C8724;
}

input, textarea {
	color: #000000;
	background: #EAEAEA;
	background: #ffffff;
	border: 1px solid #000000;
}
input:focus, input:active, textarea:focus, textarea:active, #submit:hover {
	background-color: #cfe3fe;
	border: 1px solid #343331;
}
#pageWrapper {
	margin: 10px auto;
	width: 850px;
	background-color: #ffffff;
	border: 1px solid #ee3124;
	background-image: url('/images/bkg_content.png');
	background-repeat: repeat;
	background-position: top left;
}

#header {
	height: 200px;
	border-bottom: 4px solid #ee3124;
}

/******** MENU *********/
#menu {
	width: 80px;
	position: absolute;
	margin-top: -185px;
	margin-left: 176px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li a {
  	height: 27px;
	text-decoration: none;

	margin: 10px 0;
}
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	font-weight: bold;
	display: block;
	background-image: url('/images/bkg_menu.png');
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 2em;
	border-left: 4px solid #ee3124;
	border-right: 4px solid #ee3124;
	padding-left: 5px;
}
#menu li a:hover, #menu li a:active {
	border-left: 4px solid #b29c63;
	border-right: 4px solid #b29c63;
}
#menu #current {
	border-right: 4px solid #b29c63;
}
/******** END MENU *********/


#columnCenter {
	clear: both;
	padding: 10px;
}

#content_full, #content, #content_rk {
	background-color: #E9E9E9;
	/*
	background-image: url('/images/bkg_content2.png');
	background-repeat: repeat-x;
	background-position: top left;
	*/
	border: 1px solid #cccccc;
	padding: 5px 10px;
}
#content {
	padding-top: 12px;
}
#columnCenter > #content {
	padding-top: 5px;
}

#content {	
	float: left;
	width: 500px;
	height: 248px;
}
#feature {
	float: right;
	margin-bottom: 5px;
}
#feature h1 {
	position: absolute;
	z-index: 1000;
	margin-left: 10px;
	margin-top: 15px;
}

#content_rk {
	float: left;
	width: 570px;
	margin-bottom: 5px;
}
#rykrisp_logo {
}
#order {
	float: right;
	border: none;
}
#rk_right {
	float: right;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	background: #E9E9E9;
	width: 210px;
}
#rk_right img {
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
#rk_bottom {
	clear: both;
	padding: 10px;
	/*
	border: 1px solid #cccccc;
	background: #E9E9E9;
	*/
	text-align: center;
}
#rk_bottom img {
	margin-right: 5px;
	border: 1px solid #cccccc;
}
	
#footer {
	clear: both;
	font-size: .8em;
	padding: 5px 0;
	line-height: 2em;
	text-align: center;
	color: #999999;
}
