body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #b4c5d6;
	font-size: 12px;
	background-color: #4d4d4d;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #c3a718;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pagination span, .pagination a {
	margin: 0 2px;
}

.small, .createdate, .modifydate {
	font-size: smaller;
	font-style: italic;
}

#form-login fieldset {
	border: none;
}

h3, .contentheading, .componentheading {
	margin-top: 0;
	padding-top: 0;
	color: #c3a718;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

ul {
	padding-left: 20px;
	margin-left: 0;
}

li {
	list-style-image: url(../img/li.gif);
}

select, textarea {
	background: #4d4d4d;
	color: #b4c5d6;
	border: 1px outset #b4c5d6;
}

.button, input {
	background: url(../img/button.gif) bottom repeat-x;
	border: 1px outset #b4c5d6;
	color: #b4c5d6;
	font-weight: bold;
}

.button:focus, input:focus, select:focus, textarea:focus {
	border: 1px outset #c3a718;
}

input {
	font-weight: normal;
}

#fullwrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#wrap {
	background: url(../img/fullpage.jpg) repeat-y left #4d4d4d;
}

#wraptop {
	width: 1000px;
	background: url(../img/top.jpg) no-repeat;
	position: relative;
}

#sitetitle {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #c3a718;
	font-family: 
}

#sitesubtitle {
	position: absolute;
	top: 50px;
	right: 20px;
	font-size: 14px;
	font-style: italic;
	color: #c3a718;
	font-family: 
}

#container {

}

#right {
	float: right;
	width: 225px;
	background: url(../img/rightbottom.jpg) bottom no-repeat;
	padding-bottom: 10px;
}

#righttop {
	background: url(../img/righttop.jpg) bottom no-repeat;
	height: 165px;
}

.moduletable ul, .moduletable_menu ul, .moduletable_text ul {
	margin-top: 0;
	padding-top: 0;
}

#right .module, #right .moduletable, #right .moduletable_menu, #right .moduletable_text {
	background: url(../img/rightmodulesbottom.jpg) bottom no-repeat;
	padding: 0 15px 10px 15px;
}

#realright {
	background: url(../img/rightmodules.jpg) repeat-y;
}

#left {
	float: left;
	width: 275px;
}

#lefttop {
	background: #555555;
	background: url(../img/lefttop.jpg) bottom no-repeat;
	height: 125px;
}

#left .module, #left .moduletable, #left .moduletable_menu {
	background: url(../img/leftmodulesbottom.jpg) bottom right no-repeat;
	padding: 0 15px 10px 20px;
}

#realleft {
	padding-left: 65px;
	background: url(../img/leftmodules.jpg) right repeat-y;
}

#footertop, #footerbottom {
	height: 10px;
	background: url(../img/footer.jpg) no-repeat;
}

#footer {
	text-align: center;
	background: url(../img/fullpage.jpg) left repeat-y #4d4d4d;
}

#restcontainer {
	float: left;
	padding-top: 115px;
}

#rest__ { /* no sides */
	padding-left: 80px;
	width: 920px;
}

#rest__1 { /* right */
	padding-left: 80px;
	width: 695px;
}

#rest_1_ { /* left */
	width: 700px;
}

#rest_1_1 { /* left + right */
	width: 500px;
}

.menu li ul {
	display: none;
}

.menu a {
	font-weight: normal;
	color: #b4c5d6;
}

.menu li.active ul li a {
	font-weight: normal;
	color: #b4c5d6;	
}

.menu a:hover, .menu li.active ul li a:hover {
	font-weight: normal;
	color: #c3a718;
}

.menu li.active a, .menu li.active ul li.active a {
	font-weight: bold;
	color: #c3a718;
}

.menu li.active ul {
	display: block;
}

.menu li:hover ul {
	display: block;
}

.clear {
	clear: both;
}

#user5 {
	float: left;
}

#user6 {
	float: right;
}

#user3, #user4 {
	text-align: center;
}

.article {
	margin-bottom: 20px;
}

.readmore, .comments, .readon {
	font-style: italic;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
}
