body
{
   color: black;
   background-color:white;
   text-align:center;
   font-family:Arial,Verdana,Tahoma;
}

#container
{
   width: 800px;
   text-align:center;
   overflow:auto;
   margin: 0 auto;
}

#header
{
   padding-top:20px;
   padding-bottom:20px;
   color:#4ba3e7;
   font-size:25pt;
   text-align:center;
}

#header a
{
   color:#4ba3e7;
   text-decoration:none;
}

#nav 
{
   padding-bottom:15px;
   font-size:15pt;
}

#nav a
{
   color:#2678a0;
   text-decoration:none;
   padding-left:25px;
   padding-right:25px;
}

#nav a:hover
{
   color:#000000;
}

#main
{
   height:450px;
   background:url('background.jpg') no-repeat;
   text-align:left;
   font-size:12pt;
   /*position:absolute;*/
}

.maincontent, .maincontentright, .maincontentfull
{
   width:250px;
   height:350px;
   padding:20px;
   position:relative;
   top:30px;
   left:30px;
   float:left;
   background:url('alpha.png') repeat;
}

.maincontent
{
	text-align:left;
}

.maincontentright
{
	height:115px;
	margin-left: 30px;
}

.maincontentfull
{
	text-align:left;
	height:350px;
	width:700px;
	margin:0px;
	top:30px;
	left:30px;
	overflow:auto;
}

#aboutme
{
   height:450px;
   background:url('background2.jpg') no-repeat;
   text-align:left;
   font-size:12pt;
   /*position:absolute;*/
}

.aboutme, .aboutmeright
{
   width:250px;
   height:350px;
   padding:20px;
   position:relative;
   top:30px;
   left:30px;
   float:left;
   background:url('alpha.png') repeat;
}

.aboutme
{
	text-align:left;
}

.aboutmeright
{
	height:115px;
	margin-left: 30px;
}


#content
{
   width:800px;
   color:#00000;
   text-align:left;
   font-size:11pt;
   /*position:absolute;*/
}

#footer
{
   padding:10px;
   font-size:10pt;
}

.clear {
	clear: both;
}
