
* {
	margin: 0;
	padding: 0;
}

body { 
	text-align: center; 
	min-width: 794;
	background-color:#000000;
}

#wrapper { 
	width: 794px; 
	margin: 0 auto; 
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(images/_headBackground.jpg);
	background-repeat:no-repeat;
}

.spin {
	width: 794px; 
	text-align:left;	
	margin-left:47px;
}

.header {
	text-align:left;
	width:700px;
	height:124px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}




#yDiv {
	background-image:url(images/div.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:9px;
	min-height:9px;
}

.navWhiteBack {
	background-color:#FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:6px;
	padding-right:6px;

}

.nav {
	color:#000000;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:700px;
	max-width:700px;
	padding-bottom:16px;
	padding-top:4px;
}

.nav a:link {
	color:#E9316F;
	text-decoration:none;
	/*font-weight:bold;
	background-color:#FFFFFF;*/
}

.nav a:visited {
  color:#E9316F;
  text-decoration:none;
  /*font-weight:bold;
  background-color:#FFFFFF;*/
}

.nav a:hover {
	text-decoration:underline;
}

.nav a:active {
	color: #000000;
	text-decoration:none;
}


#headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#E9316F;
}



.box {
	width: 700px;
	/*background: url(images/frame/img_body.jpg) repeat-y;*/
	margin-top:24px;
	margin-bottom:24px;
	border: solid #CCCCCC 1px;
	background-color:#FFFFFF;
}

.box h2 {
  /*background: url(images/frame/img_top.jpg) no-repeat left top;*/
  padding-top: 10px;
}

.box .last {
  /*background: url(images/frame/img_bot.jpg) no-repeat left bottom;*/
  padding-bottom: 10px;
}

.box h2, .box p {
  padding-left: 10px;
  padding-right: 10px;
}



.bulletBox {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:16px;
	height:16px;
	min-height:16px;
	min-width:16px;
}

.subHeadlineBox {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:4px;
	width:600px;
}

.lunchURLBox {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:right;
	vertical-align:bottom;
}

.lunchURLBox a:link {
	color:#000000;
	background:#F5FF04;
	text-decoration:none;
}

.lunchURLBox a:visited {
  color: #000000;
  background:#F5FF04;
  text-decoration:none;
}

.lunchURLBox a:hover {
	color: #000000;
	background:#F5FF04;
	text-decoration:underline;
}

.lunchURLBox a:active {
	color: #000000;
	background:#F5FF04;
	text-decoration:none;
}


.info {
	width:700px;
	max-width:700px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000000;
	background-color:#FFFFFF;
	margin-top:16px;
	margin-bottom:16px;
}

.info a:link {
	color:#E9316F;
	font-weight:bold;
	text-decoration:none;
}

.info a:visited {
  color: #E9316F;
  font-weight:bold;
  text-decoration:none;
}

.info a:hover {
	color: #E9316F;
	font-weight:bold;
	text-decoration:underline;
}

.info a:active {
	color: #E9316F;
	font-weight:bold;
	text-decoration:none;
}



.bnav {
	color:#000000;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:700px;
	max-width:700px;
	padding-bottom:16px;
	margin-top:6px;
}

.bnav a:link {
	color:#E9316F;
	text-decoration:none;
}

.bnav a:visited {
  color: #E9316F;
  text-decoration:none;
}

.bnav a:hover {
	text-decoration:underline;
}

.bnav a:active {
	color: #E9316F;
	text-decoration:none;
}