/* Forced scrollbar code NOT allowed in css2, only in css3
html {overflow-y: scroll;}
*/

/* Force scrollbar */
html { height: 100%; margin-bottom: 1px; }

body {
	/*background: url(images/raac_bg.gif) repeat-y center #0079c1;*/
	color: #666;
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	}

#container {
	width: 710px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {background: #fff url(images/raac_header.gif) no-repeat center;
		height: 450px;
		padding-top: 20px;
		margin-bottom: 30px;
		}

#nav {
	background: url(images/raac_nav.gif) no-repeat top #fff;
	/*background: #0079c1;*/
	/*width: 700px;*/
	height: 45px;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	top: -50px;
	margin: auto;
	text-align: center;
	padding: 10px 0 0px 0;
	/*left: 109px;*/
	}

#nav ul{
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 2px 0 0 0;
	}
#nav li{
	display: inline;
	color: #fff;
	/*line-height: 40px;*/
	padding-left: 25px;
	}
	
#contentbot {
	/*background: url(images/contentbot.gif) no-repeat;*/
	height: 10px;
	margin: 0;
	margin-bottom: 50px;}
#content {
	/*background: #6c0;*/
	background: #fff;
	width: 600px;
	padding: 20px 30px 10px;
	margin: -40px 25px 0 0;
	}

#how p {
	font-size: 9pt;
	line-height: 17px;
	}
#how h1 {color: #000;
	margin-bottom: 0;
	margin-top: -1px;
	/*border-bottom: 1px solid #666;*/
	line-height: 15pt;
	font-size: 12pt;
	}
#how h3 {
	text-align: left;
	color: #000;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 10pt;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #666;*/
	}

ul.howto { list-style: none;}
ul.howto li {
	font-size: 9pt;
	line-height: 17px;
	padding-bottom: 10px;
	}

h1 {color: #000;
	margin-bottom: 0;
	margin-top: -1px;
	/*border-bottom: 1px solid #999;*/
	line-height: 20pt;
	font-size: 14pt;
	}
h2 {color: #000;
	padding-left: 15px;
	margin-bottom: -1%;
	font-size: 12pt;}

h3 {color: #000;
	padding-left: 15px;
	/*margin-bottom: -10px;*/
	font-size: 10pt;
	}
h4 {color: #000;
	padding-left: 15px;
	margin-bottom: -10px;
	font-size: 10pt;
	}

ul.vegweekinfo {list-style: none}
ul.vegweekinfo li {padding-bottom: 2px;}
ul.vegweek li {padding-bottom: 2px;}

ul.resources {list-style: none}
ul.resources li {padding-bottom: 5px;}

#content p {
	padding-left: 15px;
	}
p {
	line-height: 16px;
	}

/*#footer {display: none;
	background: #fff url(images/footer2.gif) no-repeat;
	height: 55px;
	width: 526px;
	clear: both;
	float: right;
	margin-bottom: 25px;
	}*/

#footer {
	background: #fff url(images/raac_footer.gif) no-repeat;
	height: 200px;
	clear: both;
	margin-bottom: -50px;
	}
p.footer {display: none;
	font-size: 8pt;
	color: #000;
	padding-top: 95px;
	letter-spacing: 1px;
	}

quote {font-size: 8pt;
	color: #000;}

.left {float: left;}
.right {float: right;}

em {font-style: italic;}

p.whyintro {font-style: italic;}
ul.whyveg {list-style: none;}
ul.whyveg li {padding-bottom: 5px;}

ol li {
	margin-bottom: 12px;
}

/*----------LINKS----------*/
a:link {
	color: #0079c1;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;}
a:visited {
	color: #0079c1;
	text-decoration: none;
	font-size: inherit;}
a:hover {
	color: #000;
	text-decoration: none;}

a:focus {
	outline: none;
}

#nav a:link {
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-family: inherit;}
#nav a:visited {
	color: #000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;}

div.news_item img {
	margin-left: 15px;
}

img#cram {
	float: right;
}