html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, button, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: Times, Helvetica, Trebuchet MS, Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*
html {
	background: url(../img/bee-cropped.jpg) no-repeat;
    background-size: 100%;
	
}

*/
html, body {height:100%; margin:0; padding:0;}

body {
	
	
	color: #474232;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	
	font-weight: normal;
	vertical-align:top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2 {font-size: 26px; font-weight: bold; margin: 15px 0; border-bottom: 1px dotted #474232;}

p {margin: 10px 0; line-height: 22px;}


#paper-background {position:fixed;}
#content-container {
	width: 980px;
	position: relative;
}

#content {
	width: 980px;
	height: 640px;
	position: absolute;
	z-index: 1;
	top: 222px;
}

.band {background: #474232; position: absolute; top: 100px; width: 100%; height: 60px; z-index: 2;}
#logo {position: absolute; left: 10px; top: 60px;z-index: 3;}
#slogan {position: absolute; left: 237px; top: 113px; z-index: 3;}


.beigebox {
padding: 20px;
background: url(../img/bg-beige.png);
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#right-head {background: #474232; color: #fff; padding: 10px; text-align: center; font-weight: bold;}
.darkbox {
padding: 20px;
background: url(../img/bg-shadow.png);
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

color:#fff;
text-align: left;
}
.content-left {width: 600px; padding: 0 20px 0 0;}

