body, html {
	margin: 0;
	padding: 0;
	font-family:"Gill Sans", "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size: 63.5%;
}

body {
	background-color: #C4CCB7;
	background-image: url(http://www.richardet-design.com/cms/themes/RDCMS/images/footer.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(http://www.richardet-design.com/cms/themes/RDCMS/images/bg_top_01.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #c4ccb7;
}

#pageHeader {
	height: 40px;
	width: 100%;
}

#pageHeader h1, #pageHeader h2 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	margin-left: -370px;
	left: 50%;
	width: 740px;
	display: none;

}

#pageHeader h1 {
	font-size: 20px;
	height: 20px;
	top: 20px;
	color: #586753;
}

#pageHeader h2 {
	font-size: 14px;
	height: 14px;
	top: 26px;
	text-align: right;
	color: #eae9d4;
}

#mainContent {
	height: 560px;
	padding: 20px;
	width: 700px;
	margin: 0 auto;
	overflow: auto;
}

#mainContent p {
	font-size: 2em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	line-height: 1.5;
}

#banner {
	width: 100%;
	height: 66px;
	background-color: #596854;
	background-image: url(http://www.richardet-design.com/cms/themes/RDCMS/images/LogoBannerImage.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	background-image: url(http://www.richardet-design.com/cms/themes/RDCMS/images/footer.gif);
	background-position: top center;
}

#footer #footerContent {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	font-size: 2em;
	color: #a69f9c;
}

#footer a {
	color: #dfdfdf;
}

#navbarContainer {
	left: 0;
	width: auto;
	height: 40px;
	background-color: #960d19;
	position: relative;
	margin-right: 400px;
	margin-left: 0;
	top: 14px;
	font-size: 14px;
}

#navbarContainer ul {
	width: auto;
	position: relative;
	margin: 0 auto;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin-left: 40px;
}

#navbarContainer ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 4px 1px;
	width: 120px;
	height: 30px;
	border: 1px solid #98A189;
}

#navbarContainer ul li a {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 0.2em;
	background-color: #424242;
	height: 23px;
	padding-top: 7px;
}


#navbarContainer ul li a:hover {
	background-color: #eae9d4;
	color: #98a189;
}


#navbarContainer ul li a.nav-selected {
	background-color: white;
	color: #586753;
}

#mainContent ol, #mainContent ul {
	font-size: 2em;
	list-style-position: inside;
}

#mainContent ol li, #mainContent ul li {
	margin: 0.5em 1em;
}

#mainContent h2 {
	font-size: 2.4em;
}

#mainContent h1 {
	font-size: 2.8em;
}

#mainContent h3 {
	font-size: 2em;
}

#mainContent h4 {
	font-size: 2em;
}

#mainContent a {
	color: #960d19;
	text-decoration: none;
}

#mainContent a:hover {
	color: black;
	text-decoration: underline;
}

#sidebarContainer {
	display: none;
}

div.darkbox {
	padding: 10px;
	background-color: #111;
	opacity: 0.8;
	border: 1px solid #333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.darkbox * {
	margin: 0;
	padding: 0;
}

div.darkbox p {
	margin: 0.5em 0;
}

div.lightbox {
	padding: 10px;
	background-color: #fff;
	opacity: 0.7;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.lightbox * {
	margin: 0;
	padding: 0;
}

div.lightbox p {
	margin: 0.5em 0;
}

form {
	font-size: 2em;
}
