@charset "utf-8";
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
	   background-image: url(../images/bg/wood.jpg); background-color: #65220f; /* overflow: scroll; */}

#pageContainer { width: 994px; margin-left: auto; margin-right: auto; }

#header { height: 138px; }

#topNav { background-color: #65220f; height: 35px; }

#navBottom { position: relative; height: 26px; }
	#navBottom img { position: absolute; top: 0; left: 0; z-index: 999; }

#contentContainer { margin-top: -25px; }

.error { font-size: 14px; color: #b80000; font-weight: bold; }

/* ############## */
/* TOP NAVIGATION */
/* ############## */
#topNav {
	color: #fefff9;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav li {
	height: 34px;
	line-height: 34px;
	position: relative;
	float: left;
	left: 30px;
	margin: 0;
	padding: 0;
	margin-left: 22px;
	margin-right: 22px;
}

#topNav a {
	text-decoration: none;
	color: #fefff9;
}


/* ################# */
/* TEMPLATE 1 STYLES */
/* ################# */
#squeeze1 { width: 954px; margin-left: auto; margin-right: auto; }

#tearRight { 
	background-image: url(../images/paper/outerRight.png); 
	background-position: top right;
	background-repeat: repeat-y;
}

#tearLeft { 
	background-image: url(../images/paper/outerLeft.png); 
	background-position: top left;
	background-repeat: repeat-y;
}

#content1 {
	background-image: url(../images/paper/bg.jpg);
	margin-left: 16px;
	margin-right: 16px;
}


/* ################# */
/* TEMPLATE 2 STYLES */
/* ################# */
#content2 {
	margin-left: 5px;
}

/* ################# */
/* TEMPLATE 3 STYLES */
/* ################# */
#paperRight {
	width: 600px;
	background-image: url(../images/paper/outerLeft.png);
	background-position: top left;
	background-repeat: repeat-y;
	float: right;
}

#paperRightBg {
	background-image: url(../images/paper/bg.jpg);
	margin-left: 16px;
}

#nopaperLeft {
	width: 374px;
	float: left;
}


/* ################# */
/* TEMPLATE 4 STYLES */
/* ################# */
#paperLeft {
	width: 600px;
	background-image: url(../images/paper/outerRight.png);
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
}

#paperLeftBg {
	background-image: url(../images/paper/bg.jpg);
	margin-right: 16px;
}

#nopaperRight {
	width: 374px;
	float: right;
}

/* ################# */
/* TEXT STYLES */
/* ################# */

.bold {
	font-weight: bold;
}	

div.bold a { font-weight: bold; text-decoration: none; color: #000000; }

h1 {
	font-size: 16px;
	text-align:center;
}

ol li {
	padding-bottom: 5px;
}