body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	background-color: #4784c9;
	background-image: url('../gfx/bg.gif');
	background-repeat: repeat-x;
}

a { color: #666666; text-decoration: none }
a:hover { text-decoration: underline }

img { border: 0 }

input.text {
	height: 14px;
	padding: 2px;
	font-size: 11px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

input.file {
	height: 18px;
	width: 198px;
	font-size: 11px;
}

input.submit, a.submit {
	height: 19px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-image: url('../gfx/submit_bg.gif');
	background-repeat: repeat-x;
}
a.submit {
	height: 15px;
	padding: 1px 3px 1px 3px;
	font-size: 11px;
}
a.submit:hover { text-decoration: none }

textarea, select {
	font-size: 12px;
	padding: 2px;
	color: #666666;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

#top {
	width: 874px;
	height: 207px;
	margin: auto;
	background-image: url('../gfx/logo.png');
	background-repeat: no-repeat;
}

#top a.logo {
	width: 360px;
	height: 50px;
	float: left;
	margin: 35px 0 0 90px;
}

#top #banner {
	width: 468px;
	height: 60px;
	margin: 125px 0 0 107px;
	position: absolute;
}

#main {
	width: 702px;
	margin: auto;
	background-color: #4784c9;
}

#bar {
	height: 18px;
	padding: 13px 15px 13px 15px;
	background-image: url('../gfx/bar.jpg');
	background-repeat: no-repeat;
}
#bar form { float: left }
#bar a { float: right }
#bar h3 { margin-top: 2px; color: #ffffff; font-size: 13px }

#content {
	width: 100%;
	float: left;
	padding: 10px;
	background-image: url('../gfx/content_bg.gif');
	background-repeat: repeat-y;
}

/* footer */
#confot {
	width: 100%;
	height: 32px;
	float: left;
	background-image: url('../gfx/content_bottom.gif');
	background-repeat: no-repeat;
}

#footer {
	width: 680px;
	padding: 5px 10px 0 10px;
	float: left;
	background-image: url('../gfx/footer_bg.gif');
	background-repeat: repeat-y;
}

#footer_bottom {
	width: 100%;
	height: 11px;
	float: left;
	padding-bottom: 20px;
	background-color: #4784c9;
	background-image: url('../gfx/footer_bottom.gif');
	background-repeat: no-repeat;
}

#footer ul {
	margin: 0 0 0 -25px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding-right: 15px;
}
#footer p {
	margin: 0;
	float: right;
	text-align: right;
}
#footer p a { font-weight: bold }
#footer .line {
	width: 443px;
	height: 1px;
	margin: 10px 0 10px -4px;
	background-image: url('../gfx/footer_hr.gif');
	background-repeat: no-repeat;
}
/* end footer */

/* menu */
#menu {
	width: 150px;
	float: left;
	margin-right: 8px;
	background-color: #ffffff;
}
#menu h1 {
	width: 175px;
	margin: 0 0 0 8px;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #79d323;
}
#menu h1 a { color: #79d323 }
#menu ul, ul.dec {
	width: 150px;
	margin: 5px 0 10px -4px;
	padding-bottom: 10px;
	list-style-type: none;
	background-image: url('../gfx/menu_hr.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#menu ul li, ul.dec li {
	margin-left: -40px;
	padding: 2px 0 2px 25px;
	background-image: url('../gfx/menu_list.gif');
	background-repeat: no-repeat;
	background-position: 15px 7px;
	width: 130px;
}
div#menu ul li.nostyle {
	background: none;
	margin-top: -10px;
}
/* end menu */
#text {
	float: left;
	width: 496px;
	margin: 0 0 0 10px;
	background-color: #ffffff;
}
#text h2 {
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
	background-color: #ec7402;
	border-top: 1px solid #f09941;
	border-bottom: 1px solid #f09941;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #ffffff;
}

#text h2.msg {
	margin: 0 0 8px 0;
	background-color: #78d222;
	border-top: 1px solid #95db4f;
	border-bottom: 1px solid #95db4f;
}

#text h2.shadow {
	height: 29px;
	border: 0;
	background-color: #ffffff;
	background-image: url('../gfx/belt.png');
	background-repeat: no-repeat;
}

/* style for text */
#text input.text { width: 190px }
#text a { color: #ec7402 }
ul.dec { margin-left: -14px; background: none }
.blad { font-size: 10px; color: #ec7402 }

/* box */
div.box {
	width: 456px;
	padding: 20px;
	margin: 0 0 15px 0;
	background-color: #eeeeee;
	background-image: url('../gfx/leftcorner.gif');
	background-position: top left;
	background-repeat:no-repeat;
}
div.box .img {
	width: 152px;
	height: 152px;
	float: left;
	margin-right: 10px;
	background-image: url('../gfx/screen_bg.gif');
	background-repeat: no-repeat;
}
div.box h1 {
	width: 270px;
	margin: 0;
	float: left;
	font-size: 17px;
	font-weight: normal;
	color: #3a3a3a;
}
div.box h1 a { color: #3a3a3a }
div.box a.link {  float: left; margin: 0 0 -15px 162px }
div.box p { padding-top: 4px }
div.box p.left { float: left; width: 100px }
div.box p.right {
	width: 209px;
	height: 20px;
	float: right;
	margin-right: -20px;
	background-image: url('../gfx/vote_bg.gif');
	background-position: top right;
	background-repeat:no-repeat;
}
div.box p.right b { margin-right: 12px }
div.box p.right img { margin-bottom: -5px }
div.box .footer {
	clear: both;
	margin: 0 -20px -20px 0;
	text-align: right;
}
div.box .footer img { margin-top: -40px }
/* end box */

/* comment */
div#comments form { padding-bottom: 30px }
div#comments form textarea {
	width: 100%;
	height: 100px;
	margin-top: 8px;
}
div#comments form input {
	width: 90px;
	float: right;
	margin-top: 5px;
}

div#comments span {
	float: right;
	font-style: italic;
}
div#comments p {
	padding-bottom: 10px;
	border-bottom: 1px solid #ec6002;
}
div#comments span.vote {
	float: left;
	margin-top: 4px;
	font-style: normal;
	padding: 0;
	border: none;
}
#flash { display: inline }
/* end comment */

.pager ul {
	list-style-type: none;
	margin: 0 0 0 -35px;
}
.pager ul li {
	float: left;
	display: inline;
	margin: 3px;
	text-align: center;
}
.pager ul li a {
	padding: 1px;
	color: white;
	text-align: center;
	font-weight: bold;
}
.pager ul li.noactive {
	color: #3a3a3a;
	font-weight: bold;
}