@charset "UTF-8";
/* CSS Document */

body{
	text-align: center;
	background-color: #000000;
	background: url(images/bg.jpg);
}

h2 { 
font-family: Century Gothic, Tahoma, Arial;
font-size: 1.2em;
margin-left: 5px;
}

#menu { 
position: absolute;
width: 470px;
margin-top: 132px;
margin-left: 320px;
}

a.menuitem{
font-family: Century Gothic, Tahoma, Arial; 
font-size: 11px;
margin-left: 5px;
margin-top: 110px;
text-align: right;
color: #fff;
text-decoration: none;
} 

a.menuitem:hover{
font-family: Century Gothic, Tahoma, Arial; 
font-size: 11px;
margin-left: 5px;
margin-top: 110px;
text-align: right;
color: #lime;
text-decoration: underline;
} 

#leftcontent { 
float: left;
width: 200px;
margin-top: 10px;
margin-left: 20px;
border-style: solid;
border-width: 1px;
border-color: 027fc2;
background-color: #eeeeee;
padding: 10px;
}

#rightcontent { 
float: right;
width: 480px;
margin-top: 10px;
margin-left: 3px;
padding-left: 20px;
font-family: Century Gothic, Tahoma, Arial; 
font-size: 12px;
line-height: 14px;
color: black;
padding-right: 10px;
}

p.text{
font-family: Century Gothic, Tahoma, Arial; 
font-size: 12px;
line-height: 14px;
margin-left: 5px;
margin-top: 5px;
color: black;
} 

ul li { 
font-family: Century Gothic, Tahoma, Arial; 
font-size: 11px;
line-height: 12px;
margin-top: 5px;
color: black;
}

#footer { 
position: absolute;
width: 470px;
margin-top: 4px;
margin-left: 320px;
font-family: Century Gothic, Tahoma, Arial; 
font-size: 10px;
text-align: right;
color: #fff;
text-decoration: none;
}

#phone { 
float: right;
margin-top: 20px;
margin-right: 20px;
font-family: Arial Black;
font-size: 24px;
font-weight: bold;
color: white;
}

#lowerfooter {
clear: right;
float: right;
font-family: Century Gothic, Tahoma, Arial; 
font-size: 10px;
color: white;
margin-right: 20px;
width: 200px;
text-align: right;

}

#lowerfooter a { color: #fff; } 
