html {
	padding: 0;
	margin: 0;
}
body {font-family: Arial, Verdana; font-size: 13px; color: black; margin: 0; padding: 0;}
p {
	margin: 0;
	padding: 0;
}
img {border: none;  margin: 0; padding: 0;}
a: {color: #969696; text-decoration: NONE;}
a:hover {text-decoration: underline;}
a:active {color: #969696;}

.header {
	 background: url(/uws_templates/default/graphics/top_bg.jpg) repeat-x top;
	 height: 158px;
	 vertical-align: top;
}

.left_content {
	 padding-left: 22px;
}
.left_box {
	 padding-left: 6px;
	 padding-top: 10px;
}
.pool_box {
	 background: url(/uws_templates/default/graphics/poll_bg.jpg) no-repeat;
	 height: 256px;
	 width: 302px;
	 vertical-align: top;
	 padding-top: 10px;
}
.pool_header {
	 background: url(/uws_templates/default/graphics/poll_header.jpg) no-repeat;
	 height: 24px;
	 width: 302px;
}
.pool_footer {
	 background: url(/uws_templates/default/graphics/poll_footer.jpg) no-repeat;
	 height: 45px;
	 width: 302px;
}
.pool_body {
	 background: url(/uws_templates/default/graphics/poll_bg.jpg) repeat-y;
	 height: 45px;
	 width: 302px;
}
.logs_box {
	 width: 163px;
	 padding-left: 10px;
}
.main_box {
	 padding-left: 10px;
	 padding-right: 20px;
}
.main_box h1 {
	 margin-top: 0px;
	 margin-bottom: 15px;
	 color: #242970;
	 font-size: 22px;
}
.right_box {
	 padding-right: 20px;
}
.right_box h1, h2 {
	 margin-top: 0px;
}
.footer {
	 background: url(/uws_templates/default/graphics/footer.jpg) repeat-x bottom;
	 height: 62px;
}
.footer_cont {
	 text-align: center;
	 height: 42px;
	 color: gray;
	 font-size: 10px;
}