@charset "utf-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	margin: 0px;
	background-color: #C9A04B;
	color: #333;
}
#header {
	margin-top: 100px;
	float: right;
	text-align: left;
	width: 620px;
}
#header h1{
	font-size: 18px;
	color: #FFF;
	font-style: normal;
}
#header2 {
	width: 930px;
	text-align: left;
	clear: left;
	float: left;
	padding-left: 30px;
	padding-top: 20px;
}

#footer {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #767D85;
	padding: 10px;
}
#info {
	font-size: 12px;
	height: auto;
	color: #000;
}
#mainwrapper {
	width: 960px;
	height: 720px ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6D6D6D;
	background-image: url(../img/homepage.jpg);
	background-repeat: no-repeat;
}
#archivesHome {
	width: 960px;
	height: 740px ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6D6D6D;
	background-repeat: no-repeat;
	background-image: url(../img/archiveshomepage.jpg);
}
#pagewrapper {
	width: 960px;
	height: 860px ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6D6D6D;
}
#wrapper1 {
	width: 960px;
	min-height: 760px;
	height: auto ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c9a04b;
}
#wrapper2 {
	width: 960px;
	min-height: 540px;
	height: auto ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #c9a04b;
}
#wrapper3 {
	width: 960px;
	min-height: 1400px;
	height: auto ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C9A04B;
}
#wrapper4 {
	width: 960px;
	min-height: 1400px;
	height: auto ! important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666C73;
}
#leftcol {
	height: auto;
	width: 900px;
	left: 20px;
	clear: left;
	float: left;
	text-align: left;
	padding-left: 60px;
	padding-top: 10px;
}
#rightcol {
	float: right;
	width: 426px;
	height: auto;
	margin-right: 50px;
	padding: 4px;
	text-align: left;
}
#centerRightcol {
	float: right;
	width: 600px;
	height: auto;
	margin-right: 10px;
	text-align: left;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
#centerRightcol1 {
	float: right;
	width: 640px;
	height: auto;
	margin-right: 10px;
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
#centerRight {
	float: left;
	width: 952px;
	height: auto;
	text-align: left;
	font-size: 12px;
	margin-top: 100px;
	padding: 4px;
}
#centerRightcol2 {
	float: right;
	width: 600px;
	margin-right: 10px;
	padding: 4px;
	text-align: left;
}

/* listmenu */
#navcontainer {
	width: 200px;
	clear: left;
	float: left;
	background-color: #F5F8FB;
	height: 200px;
	border: 1px solid #F5F8FB;
	text-align: left;
	font-size: 12px;
}

#links {
	text-align: left;
	width: 200px;
	float: left;
	padding-left: 12px;
	font-size: 11px;
}
#links a, a:visited  {
	text-decoration: none;
	font-size: 11px;
	color: #333;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
}
#navcontainer a {
	display: block;
	width: 190px;
	background-color: #F5F8FB;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4BDAD;
}
#navcontainer a:link, #navlist a:visited {
	color: #274F00;
	text-decoration: none;
}

#navlist li {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	list-style-position: inside;
}
#navlist a {
	text-decoration: none;
	color: #666;
}
.pageColor {
	background-color: #CCC;
	color: #737373;
}
/* tags */

h1 {
	font-size: 16px;
	color: #666;
	font-style: normal;
}

h2 {
	font-size: 18px;
	font-style: normal;
	color: #CCC;
}
h3 {
	font-size: 15px;
	font-style: normal;
	color: #333;
}
#inset {
	float: right;
	width: 140px;
	clear: right;
}
#next {
	float: right;
	width: 140px;
	clear: right;
	margin-top: 40px;
	text-align: right;
	height: auto;
}
#previous {
	text-align: left;
	clear: left;
	float: left;
	width: 240px;
	margin-top: 40px;
	margin-left: 60px;
}
#category {
	text-align: left;
	clear: left;
	float: left;
	width: 440px;
	margin-top: 40px;
	margin-left: 60px;
}
a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.leftclear {
	clear: left;
	float: left;
}
.justify {
	text-align: justify;
}
.title {
	font-size: 11px;
	color: #333;
}
.homebackground {
	background-color: #666C73;
}
.greybackground {
	background-color: #767D85;
}
#wall {
	background-color: #CECECE;
	text-align: left;
}
#counter {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#size {
	float: left;
	font-size: 11px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
