﻿body { color: black; font-family: arial, verdana, helvetica, sans-serif; background-color: white; background-image: url(../art/background.jpg); background-repeat: repeat; }
#header { height: 100px; 
}
#headleftside {
	float: left;
	width: 350px;
	color: #f5f5f5; 
  }
#headrightside { 
	margin-left:  352px;
	color: #f5f5f5; 
	padding-top: 40px;
}  
#container {
  width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
}
#leftside {
  float: left;
  width: 350px;
  }
#rightside { 
color: #f5f5f5; 
background-color: #1d1d1d; 
height: 430px; 
margin-left:  352px; 
padding: 10px;
  -moz-border-radius:0px 20px 20px 0px;
  -webkit-border-radius:0px 20px 20px 0px;
  border-radius:0px 20px 20px 0px;
   }
#fullcontent { color: #fff; font-size: x-small; background-color: #000; width: 780px; padding: 10px;
  -moz-border-radius:0px 20px 20px 0px;
  -webkit-border-radius:0px 20px 20px 0px;
  border-radius:0px 20px 20px 0px;
 }
#footer { 
color: #f5f5f5; 
font-size: 0.8em; 
clear: both ; 
margin-top: 10px; 
padding: 3px; }
div {  }
h1 { color: #f5f5f5; font-size: 2em; font-weight: bold; margin: 0.67em 0 0; }
h2 { color: #dcdcdc; font-size: 1.5em; font-weight: bold; margin: 0.83em 0; }

a {color: #FF0}
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { text-decoration: none; }

