* {
	margin				: 0px;
	padding				: 0px;
}

body {
	font				: 11px Arial,Sans-Serif;
	color				: #4a4a4a;
	background			: #f0eee5;
}

body img,body form,body fieldset {
	border				: 0px;
}

a {
	color				: #4a4a4a;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

input.text,select {
	font-family			: Arial,Sans-Serif;
	height				: 14px;
	border				: 1px solid #cecbbe;
	color				: #3d3d3d;
	padding				: 3px;
}

select {
    height              : 22px;
}

select.text {
    width               : 208px;
}

textarea {
	font				: 12px Arial,Sans-Serif;
}

ul {
	list-style-type		: none;
}

.clear {
	display				: block;
	clear				: both;
	height				: 0em;
	margin				: 0em;
	padding				: 0em;
	overflow			: hidden;
}

#page {
	width				: 990px;
	margin				: 0px auto 20px auto;
	overflow            : hidden;
}

#page h3 {
	font-size			: 14px;
	font-weight			: bold;
	color				: #004732;
	font-style			: italic;
}

#top {
	background			: url(../gfx/bg-top.jpg) repeat-y 0px 0px;
}

#logo {
	background			: url(../gfx/bg-logo.jpg) no-repeat top center;
	min-height			: 70px;
	height				: auto !important;
	height				: 70px;
	padding				: 109px 0px 4px 0px;
	position			: relative;
	text-align			: center;
}

#logo h1 {
	position			: absolute;
	font				: 44px "Times New Roman",Serif;
	top					: 23px;
	left				: 120px;
	font-weight			: bold;
}

#logo h1 a {
	color				: #6d6d6d;
}

#logo h1 a span {
	color				: #eaa713;
}

#logo h2 {
	position			: absolute;
	top					: 75px;
	left				: 120px;
	font-size			: 11px;
	color				: #c5456d;
	font-weight			: normal;
	width				: 500px;
	text-align			: left;
}

#welcome {
	height				: 93px;
	background			: url(../gfx/bg-welcome.jpg) no-repeat top center;
	position			: relative;
}

#welcome b {
	position			: absolute;
	top					: 7px;
	left				: 25px;
	width				: 940px;
	font-size			: 11px;
	color				: #fff;
	text-align			: justify;
}

#welcome p {
	position			: absolute;
	top					: 54px;
	left				: 216px;
	width				: 595px;
	color				: #fff;
	text-align			: justify;
}

#welcome h3.left {
	position			: absolute;
	top					: 71px;
	left				: 33px;
}

#welcome h3.right {
	position			: absolute;
	top					: 71px;
	right				: 34px;
}

#wrapper {
	width				: 956px;
	margin				: 0px auto;
	background			: url(../gfx/bg-wrapper.jpg) repeat-y 0px 0px;
	overflow			: hidden;
}

#left {
	float				: left;
	width				: 191px;
	overflow            : hidden;
}

#left ul {
	list-style-type		: none;
	overflow			: hidden;
	margin				: 5px 0px;
	width               : 191px;
}

#left li {
	background			: url(../gfx/bg-left-li.gif) no-repeat 0px 0px;
	margin				: -1px 0px 0px 0px;
	padding				: 2px 0px 3px 21px;
	font-size			: 11px;
	width               : 170px;
	overflow            : hidden;
}

#left li.add {
	background			: url(../gfx/bg-left-list-add.gif) no-repeat 0px 1px;
	padding-left		: 26px;
	width               : 165px;
}

#left li.register {
	background			: url(../gfx/bg-left-list-register.gif) no-repeat 0px 1px;
	padding-left		: 26px;
	width               : 165px;
}

#left li.login {
	background			: url(../gfx/bg-left-list-login.gif) no-repeat 0px 1px;
	padding-left		: 26px;
	width               : 165px;
}

#left li.logout {
	background			: url(../gfx/bg-left-list-logout.gif) no-repeat 0px 1px;
	padding-left		: 26px;
	width               : 165px;
}

#left li.add a,#left li.register a,#left li.login a,#left li.logout a {
	color				: #000000;
}

#left li a {
	font-weight			: bold;
	color				: #52514c;
}

#left h3 {
	height				: 21px;
	background			: url(../gfx/bg-left-header.jpg) no-repeat 0px 0px;
	padding				: 5px 0px 0px 16px;
	margin				: 0px 0px 2px 0px;
}

#left form {
	margin				: 3px 7px 10px 7px;
	text-align			: center;
}

#left legend {
	font-weight			: bold;
}

#left input.text {
	width				: 170px;
}

#content {
	float				: left;
	width				: 582px;
	display				: inline;
	padding				: 10px 15px 0px 14px;
	background			: url(../gfx/bg-content.jpg) no-repeat top left;
	overflow            : hidden;
}

#content div.calendar {
	height				: 23px;
	background			: url(../gfx/bg-calendar.jpg) no-repeat 0px 0px;
	font-size			: 12px;
	color				: #5e5e5e;
	position			: relative;
}

#content div.calendar b.today {
	position			: absolute;
	top					: 4px;
	left				: 7px
}

#content div.calendar b.names {
	position			: absolute;
	top					: 4px;
	right				: 7px;
}

#content h4 {
	height				: 26px;
	font-size			: 18px;
	color				: #22c6a4;
	font-weight			: bold;
	background			: url(../gfx/bg-content-header.jpg) no-repeat 0px 0px;
	margin				: 3px 0px;
	padding				: 0px 0px 0px 33px;
	overflow			: hidden;
}

#content p {
	text-align			: center;
	padding				: 10px 0px 4px 0px;
	font-size			: 12px;
	color				: #252525;
	margin              : 15px 125px;
	font                : 13px Tahoma,Sans-Serif;
}

#content div.info {
	height				: 33px;
	background			: url(../gfx/bg-info.jpg) no-repeat 0px 0px;
	overflow			: hidden;
	position			: relative;
}

#content div.info b.vote {
	color				: #000000;
	font-size			: 12px;
	position			: absolute;
	top					: 2px;
	left				: 50px;
}

#content div.info b.author {
	color				: #000000;
	font-size			: 12px;
	position			: absolute;
	top					: 2px;
	left				: 174px;
}

#content div.info span {
	position			: absolute;
	font-size			: 10px;
	top					: 4px;
	left				: 75px;
}

#content div.info a.copy {
	position			: absolute;
	top					: 3px;
	right				: 8px;
}

#content div.info a.votep {
	position			: absolute;
	top					: 2px;
	left				: 80px;
	display				: block;
	width				: 15px;
	height				: 15px;
	background			: url(../gfx/bg-vote-plus.jpg) no-repeat 0px 0px;
}

#content div.info a.votem {
	position			: absolute;
	top					: 2px;
	left				: 96px;
	display				: block;
	width				: 15px;
	height				: 15px;
	background			: url(../gfx/bg-vote-minus.jpg) no-repeat 0px 0px;
}

#content form {
    width               : 200px;
    margin              : 4px auto;
}

#content form input.text {
    width               : 200px;
}

#content p.zim {
    text-align          : justify;
    margin              : 0px;
}

#content p.zim b {
    color               : #ff0000;
}

#content div.box ul {
    width               : 400px;
    text-align          : left;
    margin              : 0px auto;
}

#right {
	float				: left;
	width				: 154px;
	overflow            : hidden;
}

#right ul {
	list-style-type		: none;
	overflow			: hidden;
	margin				: 5px 0px;
	width               : 154px;
}

#right li {
	background			: url(../gfx/bg-left-li.gif) no-repeat -2px 0px;
	margin				: -1px 0px 0px 0px;
	padding				: 2px 0px 3px 19px;
	font-size			: 11px;
	font-weight			: bold;
	width               : 135px;
	overflow            : hidden;
}

#right li a {
	font-weight			: bold;
	color				: #52514c;
}

#right h3 {
	height				: 21px;
	background			: url(../gfx/bg-right-header.jpg) no-repeat 0px 0px;
	padding				: 5px 16px 0px 0px;
	margin				: 0px 0px 2px 0px;
	text-align			: right;
}

#right ul.list li {
	background-position	: -20px 0px;
	padding				: 2px 0px 4px 8px;
	font-weight			: bold;
	color				: #52514c;
	width               : 146px;
}

#right ul.list li b {
	color				: #aaa695;
}

#right ul li.header {
	background			: #ebe8da url(../gfx/bg-right-list-header.jpg) no-repeat top center;
	text-align			: right;
	font-size			: 12px;
	font-weight			: bold;
	color				: #fff;
	padding				: 4px 10px 7px 0px;
	position			: relative;
	width               : 144px;
}

#left div.box,#right div.box,#content div.box {
	text-align			: center;
	padding				: 1px 0px;
}

#content div.description {
    width               : 400px;
    text-align          : left;
    margin              : 0px auto;
    font-size           : 12px;
}

#wrapper div.bottom {
	height				: 17px;
	background			: url(../gfx/bg-bottom.jpg) no-repeat 0px 0px;
	overflow			: hidden;
}

#info_message {
    width               : 90%;
    border              : 2px dashed #ff0000;
    background          : #ffefe5;
    font-size           : 12px;
    padding             : 5px;
    font-weight         : bold;
    text-align          : center;
    margin              : 0px auto;
}
