body
{
background: #6ca1c0;

}
  
@font-face {font-family: "title"; src: url(fonts/blackout.ttf);}
@font-face {font-family: "seriff"; src: url(fonts/sans.ttf);}
@font-face {font-family: "sans"; src: url(fonts/sans.otf);}
@font-face {font-family: "social"; src: url(fonts/social.ttf);

}
	

.title {font: 90px title; color: #2a3143;}
.sans {font: 30px sans; color: #2a3143;}
.seriff {font: 15px seriff; color: #fff; line-height: 130%;}
.seriffb {font: 15px seriff; color: #333; line-height: 130%;}
.bodylink {font: 15px seriff; color: #D9411E; line-height: 130%;}
.pinksans {font: 30px sans; color: #ff69b4;}
.small{font: 19px sans; color: #2a3143; border-bottom: 1px dotted white;}
.social{font: 35px social; color: #ee5e77;}
.ul{color: #75a3d1; font: 15px sans; border-bottom: 1px dotted white; line-height: 120%;}


A:link {text-decoration: none;}
a:hover {color: #ee5e77;}

hr {border-bottom: 1px white dotted;}


#topwrap{position: absolute; left: 0px; top: 0px; width: 100%; height: 40px; background: #ffffff;}

#topline{position: absolute; left: 6px; top: 6px; width: 100%; height: 40px;}

#topright{position: absolute; right: 10px; top: 0px; width: 100px; height: 40px;}




#content
{
position: absolute;
top: 0px;
left: 50%;
width: 900px;
margin-left: -450px;
padding-top: 15px; 
}


#right {
  margin-left:  35%;
}

#left {
  float: left;
  width: 35%;
}

