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

body {
	font				: 11px Arial,Sans-Serif;
	color				: #4a4a4a;
	background			: #faefe0 url(../gfx/bg-body.jpg) repeat-x;
}

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;
}

option {
  padding       : 1px;
}

select {
  height        : 21px;
  padding       : 1px;
}

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				: 980px;
	margin				: 0px auto;
	background			: url(../gfx/bg-page.jpg) no-repeat top center;
}

#page h3 {
	font-size			: 12px;
	font-weight			: bold;
	color				: #fff;
	text-align			: right;
}

#logo {
	height				: 104px;
	padding				: 110px 0px 4px 0px;
	position			: relative;
	text-align			: center;
	overflow			: hidden;
}

#logo h1 {
	position			: absolute;
	font				: 40px Tahoma,Sans-Serif;
	top					: 20px;
	left				: 120px;
	font-weight			: bold;
}

#logo h1 a {
	color				: #85c3c2;
}

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

#welcome {
	height				: 75px;
	position			: relative;
}

#welcome b {
	position			: absolute;
	top					: 10px;
	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;
}

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

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

#left ul {
	list-style-type		: none;
	overflow			: hidden;
	margin				: 2px;
}

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

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

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

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

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

#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				: 22px;
	padding				: 9px 6px 0px 0px;
	margin				: 0px 0px 2px 0px;
}

#left h3.categories {
	background			: url(../gfx/bg-left-categories.jpg) no-repeat 0px 0px;
}

#left h3.options {
	background			: url(../gfx/bg-left-options.jpg) no-repeat 0px 0px;
}

#left h3.wishes {
	padding				: 11px 6px 0px 0px;
	background			: url(../gfx/bg-left-wishes.jpg) no-repeat 0px 0px;
}

#left h3.stats {
	background			: url(../gfx/bg-left-stats.jpg) no-repeat 0px 0px;
}

#left h3.recommend {
	background			: url(../gfx/bg-left-recommend.jpg) no-repeat 0px 0px;
}

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

#left legend {
	font-weight			: bold;
}

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

#content {
	float				: left;
	width				: 474px;
	display				: inline;
	margin				: 0px 7px;
	background			: #fff;
	overflow			: hidden;
}

#content div.calendar {
	height				: 28px;
	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					: 8px;
	left				: 14px
}

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

#content h4 {
	height				: 20px;
	font-size			: 18px;
	color				: #d53e2d;
	font-weight			: bold;
	background			: url(../gfx/bg-content-header.jpg) no-repeat 0px 0px;
	margin				: 15px 0px 5px 0px;
	padding				: 13px 8px 18px 0px;
	overflow			: hidden;
	text-align			: right;
}

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

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

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

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

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

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

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

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

#content div.info a.votem:hover,#content div.info a.votep:hover {
	background-position	: 0px -13px;
}

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

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

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

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

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

#right h3 {
	height				: 22px;
	padding				: 9px 6px 0px 0px;
	margin				: 0px 0px 2px 0px;
}

#right h3.curiosity {
	background			: url(../gfx/bg-right-curiosity.jpg) no-repeat 0px 0px;
	padding				: 12px 6px 0px 0px;
}

#right h3.sms {
	background			: url(../gfx/bg-right-sms.jpg) no-repeat 0px 0px;
	padding				: 10px 6px 0px 0px;
}

#right h3.sponsors {
	background			: url(../gfx/bg-right-sponsors.jpg) no-repeat 0px 0px;
	padding				: 10px 6px 0px 0px;
}

#right h3.top {
	background			: url(../gfx/bg-right-top.jpg) no-repeat 0px 0px;
	padding				: 10px 6px 0px 0px;
}

#right h3.recommend {
	background			: url(../gfx/bg-right-recommend.jpg) no-repeat 0px 0px;
	padding				: 10px 6px 0px 0px;
}

#right h3.partners {
	background			: url(../gfx/bg-right-partners.jpg) no-repeat 0px 0px;
	padding				: 10px 6px 0px 0px;
}

#right ul.list li {
	font-weight			: bold;
	color				: #52514c;
}

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

#right ul li.header {
	background			: url(../gfx/bg-right-list-header.jpg) no-repeat top center;
	text-align			: right;
	font-size			: 12px;
	font-weight			: bold;
	color				: #ff6a59;
	font-style			: italic;
	padding				: 3px 5px 3px 0px;
	position			: relative;
}

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

#wrapper ul.main a {
	font-weight			: normal;
}

#footer {
	background			: #d9d3ca url(../gfx/bg-footer.jpg) repeat-x top;
	margin				: 10px 0px 0px 0px;
	padding				: 10px 0px 5px 0px;
	text-align			: center;
	color				: #454545;
	font-weight			: bold;
}

#footer p {
	width				: 815px;
	margin				: 0px auto;
	text-align			: justify;
}

div.pager {
	margin					: 15px 0px;
	font-size				: 11px;
	font-weight				: bold;
	text-align				: center;
	padding					: 4px 0px;
}

div.pager a {
	font-size				: 12px;
	padding					: 3px;
	background				: #feeef8;
	color					: #feb0e1;
	border					: 1px solid #feb0e1;
	text-decoration			: none;
	margin                  : 3px;
}

div.pager a:hover {
	text-decoration			: underline;
}

div.pager a.active {
	background				: #efefef;
	color					: #858585;
	border-color			: #858585;
}

