@charset "utf-8";

/* CSS Document*/


/*BACKGROUND SECTION*/
.page {background-color:#fff3ff;
 	width:80%;
	margin:auto;
	padding:10px;}


/*HEADER SECTION*/
.head-section {background-color:#ffd2fe;
		width:96%;
		margin:auto;
		padding:20px;}


/*MAIN SECTION*/
.social-sites {position:relative;
	left:950 px;
	top:-10px}
main {background-color:#fff3ff;
	width:80%;
	float:left;}
h1 {font:forte; color:#f05307;}

a:link {color:#623e0e; text-decoration:none;}

a:visited {color:#623e0e; text-decoration:none;}

a:hover {color:#623e0e; text-decoration:underline; font-size:30px; font-weight:bold;}

/*SIDEBAR SECTION*/
.sidebar {background-color:#fff3ff;
	width:20%;
	float:right;}

/*FOOTER SECTION*/
.footer {background-color:#ff078d;
	clear:both;}