@charset "UTF-8";
body {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/cloth16x16.jpg);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrapper {
	text-align: left;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C28B20;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #820E11;
	border-bottom-color: #911B20;
	border-left-color: #9E2B31;
}
#header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: medium;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #900;
}
#footer {
	clear: both;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 5px;
	font-size: 0.9em;
	background-color: #E94E21;
}
#footer a {
	color: #FC0;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#logo {
	height: 100px;
}
#nav {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftColumn {
	margin: 0px;
	float: left;
	width: 215px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#mainContent {
	text-align: left;
	width: 600px;
	float: right;
	color: #000;
	padding: 10px;
}
.italic {
	font-style: italic;
}
.justfyRight {
	text-align: right;
	font-size: small;
}
.textAlignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
	font-weight: normal;
}
.textAlignCenterTextSmall {
	text-align: center;
	font-size: small;
}
.centerJustify {
	text-align: center;
}
.colorBlack {
	color: #000;
	text-align: justify;
}

