.picture {
	position: relative;	
	width: 324px;
	border: 1px #0D243C solid;
	margin: 0.5em;
	padding: 0.5em;
	background-color: #103B5B;
	background-image: url("../images/election/backgrounds/menu.png");
	background-repeat: repeat-x;
	background-position: top;
}
.picture p {
	font-family: Times, Times New Roman, sans-serif;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	text-indent: 0;
}
.right { margin: 0.5em 0pt 0.5em 0.8em; float: right; }
.left { margin: 0.5em 0.8em 0.5em 0; float: left; } 

