/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000; /*background-color: #F2F2F2;*/ background-color: #FFFFFF;
}

img { border: 0; }

a:link, a:visited { color: #952C2F; text-decoration: underline; }
a:hover { color: gray; text-decoration: underline; }

h1 {
	font-size: 1.8em; line-height: 1.4em; font-weight: normal; color: #952C2F;
	padding: 0; margin-top: 0; margin-bottom: 15px;
}
h2 {
	font-size: 1.6em; line-height: 1.4em; font-weight: normal; color: #952C2F;
	padding: 0; margin-top: 0; margin-bottom: 15px;
}
p, ul {
	font-size: 1.2em; line-height: 1.4em; font-weight: normal; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 15px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* ****************** WRAPPER ****************** */

#wrapper {
	width: 650px;
	margin: 0 auto 0 auto;
}

#header {
	/*height: 76px;*/ height: 55px; padding-top: 21px;
	border-bottom: 1px solid #E2E0CD;
	display: block;
	margin-bottom: 20px;
}

#nigel_rose_logo {
	float: left;
}
#baqus_logo {
	float: right;
}

#pgContent {
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E0CD;
}

#footer {
	font-size: 0.9em; color: #B2B2B2;
	padding-top: 10px;
}