/*****************************
*       GENERAL
*****************************/

* {

}
html { font: 14px/20px Arial, Helvetica, sans-serif; }
body { margin: 0 auto; text-align: center; background: #fff url(logo_bg.gif) no-repeat bottom right;  }
p, dd, dl, ol, ul, h2, form, #sidebar img { margin-bottom: 14px; }
dt { font-weight: bold; }

a { color: #b5985a; }
a:hover { text-decoration: none; }
a img, .pseudo_row a { border: 0; background: none; padding-bottom: 0;}
table { width: 99%; margin-bottom: 5px; }
fieldset { border: 0; }

h1 { font-size: 36px; line-height: 36px; margin-bottom: 16px; }
h2 { font-size: 18px; line-height: 24px; font-weight: normal; }
h3 { font-size: 18px; line-height: 24px; font-weight: normal; }
p img { margin: 0 20px 20px 0; }
img.image_right { float: right; margin: 0 0 20px 20px; }
img.image_large { margin: 0 0 20px 0; }
#container {
	margin: 0 auto;
	width: 940px;
	padding: 0px;
	text-align: left;
	color: #333;
}
#navigation { width: 230px; float: left; }
#navigation ul { margin-top: 30px;  }
#navigation ul li { list-style-type: none; font-size: 14px; line-height: 24px;  }
#navigation ul li.active { border-bottom: 1px solid #999; }
#navigation ul li a, #sidebar a { text-decoration: none; color: #000; }
#navigation ul li a:hover, #sidebar a:hover { text-decoration: none; color: #b5985a; }
h2 a { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

ul#winners { list-style-type: none; }

#navigation #voty { color: #999; }
#navigation #voty a { color: #999; }

#content { width: 459px; float: left; margin-right: 30px; margin-top: 50px; margin-bottom: 100px; display: inline; }
#content.wide { width: 700px; margin-right: 0; text-align: justify; display: inline; }
#content_holder { border-left: 1px solid #999; padding: 20px 0 20px 20px; float: left; background: url(holder.gif) no-repeat bottom left; }
#content_holder ul { margin-left: 18px;}
#content_holder ol { margin-left: 0px;}
#content_holder td 
{ margin-bottom: 15px;
padding: 10px 0 10px 0;
	border-bottom: solid 1px #666;
}
	
#sidebar { width: 200px; float: left; margin-top: 82px; }

#footer { clear: both; margin-left: 230px; color: #999; }

.input_text { width: 130px; border: 1px solid #b5985a; }
