@import url(menu.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dadde4;
	text-align: center;
}

.pgContainer {
	width: 797px;
	margin: 0 auto;
	text-align: left;
}

/* Header */
#SiteLayout td {
	vertical-align: top;
}

#LeftShadow {
	width: 8px;
	background: #dadde4 url(images/LeftShadow.gif) repeat-y;
}

#RightShadow {
	width: 9px;
	background: #dadde4 url(images/RightShadow.gif) repeat-y;
}

#SiteMiddle {
	width: 780px;
	background-color: #FFF;
}

#SiteHeader {
	width: 780px;
	height: 140px;
	background: #f1eee3 url(images/headerbackground.jpg) no-repeat;	
}

#SiteHeader h3 {
	margin-top: 40px;
	font-weight: bold;
	width: 400px;
	text-align: right;
}

#HeaderLayout {
	width: 100%;
	padding: 10px;
}

#SiteHeader td {
	font-size: 10px;
}

/* Content */
#dnn_ContentPane {
	background-color: #FFF;
	padding: 6px;
	width: 765px;
}

strong, h1,h2,h3,h4,h5 {
	color: #8A1E04;
}

.pagedivider {
	height: 2px;
	background: #FFF url(images/seperator.gif) repeat-x;
}

ul.checkmark li {
	list-style-image: url(images/checkmark.gif);
}

/* Footer */
#GatienFooter {
	text-align: center;
	background-color: #eeead4;
	font-size: 12px;
}

/* DNN Specific */
form {
	margin: 0;	
}

