/* ###########################################
	Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockqquote,th,td {  margin:0;  padding:0; }
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img {  border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; } 

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url(/img/bodybg.jpg) repeat-y top center #0066df;
}

#container {
	width: 800px;
	margin: auto;
	min-height: 100%;
}

#header {
	height: 300px;
	width: 800px;
}

#menu { list-style: none; margin: 0; }
#menu li {
	float: left;
	height: 50px;
	width: 133px;
	text-align: center;
}
#menu li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 15px;
	color: #252BFC;
	display: block;
	height: 35px;
	width: 133px;
	background: url(/img/button.jpg) no-repeat top center;
}
#menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(/img/button_hover.jpg) no-repeat top center;
}
#content {
	padding: 20px;
}
#left {
	float: left;
	width: 540px;
}
#right {
	float: left;
	width: 200px;
	padding: 10px;
}
#footer{
	clear: both;
}

h1 { 
	font-size: 2em;
	font-weight: bold;
	color: #4fb6e5;
}
h1.free {
	height: 102px;
	width: 760px;
	margin: auto;
	background: url(/img/free.jpg) no-repeat top left;
}
h1.free span { visibility: hidden; }
h2 a { color: #4fb6e5; }
h2 { color: #00b81c; font-size: 1.6em; border-bottom: 2px dashed #00b81c; font-weight: bold; }
h3 { font-size: 1.4em; border-bottom: 2px dashed #f00; color: #f00; margin-top: 10px;}
#right p { margin-bottom: 10px; }
div.image { margin: 20px; }
p.center { text-align: center; }
a:hover {
	color: #339e1e;
	text-decoration: underline;
}


ul {
	list-style: circle;
	margin: 10px 10px 10px 60px;
	color:#f00;
}
a, a:link, a:active, a:visited {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: none;
}

fieldset { 
	border: 4px solid #0f0;
	width: 300px;
	margin: 20px auto 0 auto;
	padding: 10px;
}
legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #4fb6e5;
	margin-left: 20px;
	padding: 0 5px 0 5px;
}
fieldset p { text-align: center; }

strong { font-weight: bold; }
p { margin: 5px 0 5px 0; }