/* CSS Document */

body {background-color: #ffffff;
	  margin: 0px;
	  font-family: Tahoma, Arial, Helvetica, sans-serif;
	  }

p {font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	color:#333;}

a {
	color: #C12D26;
	text-decoration: none;
	font-weight: bold;
}
a:hover {color: #4E8D3B; text-decoration: none;}

a.home
{
position:absolute; 
width: 250px;
height: 75px;
border: 0px;
text-decoration:none;
}

 a.home em 
{
visibility:hidden;
}

h1 {font-size: 130%; color: #000; font-weight: normal;}
h2 {font-size: 110%; color: #000; font-weight: normal;}
h3 {font-size: 105%; color: #000; font-weight: normal;}
#header {position: absolute;
		  top: 30px;
		  left: 50px;
		  width: 706px;
		  height: 75px;
		  background-image: url(images/header.jpg);	}
		  
#basics {position:absolute;
		 left: 480px; 
		 top: 120px;
		 font-size:90%; }

#menu { position:absolute;
		left: 50px;
		top: 160px;
		font-size:110%;}

#content {position:absolute;
			left: 221px;
			top: 164px;
			width: 550px;
			}	
#content img {border: 1px solid #333;}
			
.floatr {float:right; margin:5px;}
.middle {text-align:center; display:block;}

table { background:#FFFFFF; }
tr { background:#FFFFFF; }
td { padding:5px; text-align:left; vertical-align:top; background:#CCCCCC;}

hr {width:75%; background-color:#000; color:#000; height:0.5px; }
