/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
 
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
 
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
 
/* Removes list-style from lists */
table { 
	border-collapse: collapse; 
	border-spacing : 0; 
	}
 
/* Removes border from fieldset and img */
fieldset,img { 
	border: 0; 
	}
 
/* Left-aligns text in caption and th */
caption,th { 
	text-align: left; 
	}
 
/* Removes quotation marks from q */
q:before, q:after { 
	content:''; 
	}
 
h1,h2,h3,h4,p,li {
	font-family: Palatino, Georgia, "Times New Roman", serif;
	font-weight: normal;
	}

h1 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #DD1E3C;
	text-align: center;
	}

h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 2.35em;
	font-weight: bold;
	color: #DD1E3C;
	text-align: center;
	}

h3 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 500;
	color: #000000;
	text-align: center;
	}

h4	{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	color: #555555;
	}

p {
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #000000;
	}

a {
	color: black;
	text-decoration: none;	
	}

a:hover {
	color: #8D785D;
	}
 
html {
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
	background: white url(../images/body-pattern.jpg) repeat;
	color: black;
}


/* BEGIN HEADER */

#header {
	height: 207px;
	width: 100%;
	padding-top: 40px;
	background: #332307;
	top: 0;
	}
	
#header_wrapper {
	width: 1000px;
	margin: 0 auto;
	}

#header_content {	
	width: 657px;
	height: 157px;
	margin: 0 auto;
	background: transparent url(../images/header-content.png) no-repeat;
	}

#header_circle {
	width: 585px;
	height:257px;
	float: left;
	margin: -40px 0 0 75px;
	background: transparent url(../images/header-circle.png) no-repeat;
	}

#nav {
	width: 100%;
	height: 44px;
	background: #80663C;
	}

/* END HEADER */

/* BEGIN CONTENT */

#content {
	width: 727px;
	margin: 0 auto;
	padding-bottom: 30px;
	}

#ribbon-banner {
	width: 727px;
	height: 138px;
	background: transparent url(../images/ribbon-banner.png) no-repeat;
	margin: 30px 0 0 0;
	}

#col_l {
	width: 399px;
	float: left;
	padding-bottom: 20px;
	}

#group_products {
	width: 399px;
	height: 243px;
	margin: 25px 0 0 0;
	background: transparent url(../images/products-group.png) no-repeat;
	}

#col_l_copy {
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
	}

#rosens-buns {
	width: 399px;
	height: 243px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	background: transparent url(../images/rosens-buns.png) no-repeat;
	}

#btm_ornament {
	width: 379px;
	height: 74px;
	margin: 20px auto;
	background: transparent url(../images/btm-ornament.png);
	}

#col_r {
	width: 256px;
	float: left;
	margin: 0 0 0 40px;
	}

#col_r_copy {
	margin: 75px 0 0 0;
	}

#recip-logos {
	text-align: center;
	margin-top: 20px;
	}

.recip {
	padding-bottom: 10px;
	}
		
/* END CONTENT */

/* BEGIN FOOTER */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0;
	margin: 0 auto -40px auto;
	padding: 20px 0 0 0;
    background: #332307;
	}

#footer p{
	font-size: 10px;
	text-align: right;
	color: #ECE1C0;
	padding-bottom: 15px;
	}

#footer-wrapper {
	width: 727px;
	margin: 0 auto;
	padding-right: 80px;
	}

#copyright {
	width: 500px;
	margin: -55px 60px 0 0;
	float: right;
	}
	
#copyright p{
	font-size: 10px;
	text-align: right;
	color: #ECE1C0;
	padding-bottom: 15px;
	}

#alpha {
	width: 54px;
	height: 61px;
	float: right;
	margin: -15px 0 0 0;
	}

#dropout {
	float: left;
	margin: 7px 0 0 50px;
	}

#dropout-copy {
	float: left;
	}

#dropout-logo {
	width: 85px;
	height: 60px;
	float: left;
	margin: -6px 0 0 5px;
	}
	
/* END FOOTER */
