@charset "utf-8";
/* CSS Document */

/*whole page*/
.page {background-color:pink ;
width:80% ;
margin:auto ;
padding:10px ;}

/*header*/
.masthead {background-color:#0CC ;}

.social-sites {
position :relative	;
left:900px;}

/*main*/
main {background-color:#F2D94F ;
width:70% ;
float:left;}

/*sidebar*/
.sidebar {background-color:grey ;
width:30% ;
float:left ;}

/*footer*/
.footer {background-color:maroon ;clear:both;float:bottom;text-align:center;}

h1 {font-family:calibri;color:#456;}

h2 {font-family:lucida;color:blue;}

p {color:darkgreen}

p strong {color:red;font-family:arial;}

h1 em {font-family:arial;color:black}