/* CSS Document */

#content{

background-color:#FFFFFF;
border:0;
position:absolute;
left: 5px;
top:200px;
width:500px;

}

#media{
background-color:#FFFFFF;
border-top-color:#0000bb;
border-top-width:100px;
position:absolute;
right:200px;
top:200px;
}


#header{
margin-top:100px;
border-bottom-color:#000066;
border-bottom-width:50px;

}

#footer{
margin-top:50px;



}

#seperate{
background-color:#000066;
width:auto;
height:1px;

}

h1{
font-family:Arial, Helvetica, sans-serif;

color:#ffffff;
font-size:16px;
}

p {
font-family:Tahoma;
font-weight:200;
color:#000033;
font-size:18px;
	}

h2{

font:"Copperplate Gothic Bold", Helvetica;
font-size:36px;
color:#000033;

}

h3{
font-family:Tahoma;
font-weight:200;
color:#000000;
}



