body {
	margin: 0px 0px 20px 0px;
	font-family: sans-serif;
	font-size: 13px;
	background: #e3e3e3;
}

img { border: 0px; }

a { color: #03ACEB; }

div#header {
	margin: 0px auto;
	width: 600px;
	background: #363636;

}

div#header table { width: 100%; height:114px;}
div#header img {margin-bottom: -30px;}
div#header td { margin: 10px; text-align: center; vertical-align: top; padding-left: 30px;}
div#header a { color: #abc837; font-weight: bold; text-decoration: none;}
div#header a:hover { text-decoration: underline;}

div#main {
	width: 600px;
	margin: 0px auto;
	background: #fff url(/static/main_bg.png) repeat-x bottom left;
	padding-bottom: 60px;
}

div#content { padding: 20px;}

div#content label { font-weight: bold; color: #363636; }

div#content form {
	border-left: 6px solid #abc837;
	padding: 20px;
}

div#content input.form {
	border: 1px solid gray;
	font-size: 1.5em;
	padding: 2px;
	margin: 5px;
}

div#content h3 { color: #363636; }

div#content strong { background: red;}

.small { 
    font-size:10px;
}
hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 50%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

div#footer {
	width: 600px;
        margin: -10px auto;
	color: gray;
	text-align: center;
}


