body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 32px;
	font-family: "Times New Roman", Times, serif;
}

#header {
	position: absolute;
	top: 0px;
  left: 0px;
  right: 0px;
	height: 100px;
	
	line-height: 55px;
  margin: 10px;	
}

#leftcol {
	position: absolute;
	left:10px;
	top:100px;
	width:136px;
}

#main {
	margin-top: 100px;
	margin-left: 162px;
	margin-right: 200px;
}

#rightcol {
	position: absolute;
	right:10px;
	top:100px;
	width:174px;
}

.header_bg {
	background-image: url(img/collage1.jpg);
	padding: 1px;  /* IE 6 fix :-/ */
}

.header {
	padding: 5px 10px 5px 5px;	
}

.header h1
{
    margin: 0px;
}

.navbox {
	padding: 5px;
}

.social_bm {
  margin: 10px 0px 15px;
}

.adbox_left {
  text-align: center;
}

.main_area {
	padding: 5px;
}

.adbox_right {
}

.small {
  font-size: 80%;
}

.legal {
	text-align: justify;
	font-size: 90%;
}

.legal hr {
	margin: 5px;
}

.language_link { 
  text-align: right;
	font-size: 80%;
	font-weight: inherit;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

.full_width {
	width: 100%;
}

.footer {
	margin-top: 20px;
	margin-bottom: 10px;
}

.plan, .plan p
{
  margin-bottom: 20px;
  margin-top: 3px;
}

.plan h4
{
  margin-bottom: 3px;
  margin-top: 20px;
  border-bottom: 1px solid rgb(93, 72, 59);
}

.news {
	margin-bottom: 20px;
}

.news h4 {
	margin: 0px;
	background: bottom left no-repeat;
	padding-left: 5px;
}

.news p, .news div {
  background-color: #fffefd;
  border: 2px solid #e0e8ff;
	padding: 10px;
	margin-top: 0px;
	-moz-border-radius: 5px;
}

ul.faq_l1 { 
  list-style: none; 
  margin-bottom: 25px; 
  margin-left: 0px;
  padding-left: 0px;
}

ul.faq_l2 { 
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 10px;
}

ul.faq_l2 li { 
  font-size: 90%; 
  margin-bottom: 2px;
}

ul.faq_l2 a { 
  text-decoration: none;
}

.faq_body h2 {
  background: #f0f0ff;
}

table.userstats {
	border: 1px solid black;
	border-collapse: collapse;
}

table.userstats th {
	text-align: left;
	min-width: 200px;
	padding: 5px;
}

table.userstats td {
	border-top: 1px solid black;
	padding: 5px;
}

div.roundbox {
  background: white;
	border: 1px solid rgb(93, 72, 59);
	padding:0px;
	margin:0px;
}

div.roundbox2 {
  background: #fffaf8;
	border: 1px solid rgb(93, 72, 59);
	padding:0px;
	margin:0px;
}

div.roundbox_donate {
	border: 1px solid rgb(93, 72, 59);
	padding:0px;
	margin:0px;
	
	background: #f8f8f8;
	width: 75%;
}

.ul {
	background: url(/img/corner_ul.gif) left top no-repeat;
	position: relative; 
	top: -1px; 
	left: -1px;
}

div.header_bg .ul {
  margin: -1px;  /* IE 6 fix :-/ */
}

.ur {
	background: url(/img/corner_ur.gif) right top no-repeat;
	position: relative; 
	right: -2px;
}

.br {
	background: url(/img/corner_br.gif) right bottom no-repeat;
	position: relative; 
	bottom: -2px;
}

.bl {
	background: url(/img/corner_bl.gif) left bottom no-repeat;
	position:relative; 
	left: -2px;
	padding: 4px 4px 6px 6px;
}
