/* Seaton Brown for President */
/* vote page */

@import url('screen.css');


div#page_wrapper
{
	background-image: url('images/layout/vote/top_bg.png');
}

div#page_wrapper div#main_body div#menu ul li a.vote
{
	background-color: rgb(134,55,55);
	color: rgb(255,248,236);
}

div#page_wrapper div#main_body div#menu ul li a.vote:hover, div#page_wrapper div#main_body div#menu ul li a.vote:active
{
	color: rgb(255,255,255);
}

div#ext_page_wrapper
{
	background-image: url('images/layout/vote/body_bg.png');
}

div#footer
{
	background-image: url('images/layout/vote/bottom_bg.png');
}