/* Div Styling */

#head {
	text-transform:uppercase;
	font-family: "droid-serif-1","droid-serif-2",serif;
	}
#cont {
	width:35em;
	position:relative;
	top:3em;
	margin-left:auto;
	margin-right:auto;
	}
#body {
	text-align:justify;
	clear:both;
	padding-top:0em;
	}
#body .big {
	background:#e4e4e4;
	font-size:
	font-weight:bold;
	line-height:1.6em;
	border-bottom: 1px dashed #878787;
	}

#body .about {
	background:#e4e4e4;
	font-size:
	font-weight:bold;
	line-height:1.6em;
	border-bottom: 1px dashed #878787;
	}
#foot {
	padding-top:2em;}
#bann {
	font-size:10px;
	color:#CF4545;
	width:100%;
	text-align:center;}
img {
	height:100px;
	width:100px;
	float:left;}
h1 {
	font-size:30px;}
p {
	font-size:14px;}
p.big, p.about {
	font-weight:bold;
	padding: .3em;}
p.foot {
	font-size:12px;
	text-align:center;}
a.announce {
	font-weight:bold;}
a:link {
	text-decoration:none;
	color:#4B5970;}
a:visited {
	text-decoration:none;
	color: #4B5970;}
a:hover {
	text-decoration:underline;
	color:#4B5970;}
a:active {
	text-decoration:none;
	color:#4B5970;}
hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #878787; 
	border-style: none none dotted; }

