/* General style for page */
body {
	background:#e6e6e6;
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:16px;	
	color:#fff;
    text-align:justify;
}

h1 {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:24px;
	text-align:center;
	text-decoration:none;
}

h2 {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:22px;
	text-align:center;
	text-decoration:none;
}

h3 {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:20px;
	text-align:center;
	text-decoration:none;
}

h4 {
	font-family: "Trebuchet MS", Verdana, serif;
	color:#ffffff;
	font-size:16px;
	text-align:left;
	text-decoration:none;
}

p {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:16px;
	text-align:left;
	margin:20px;
}

a:link    {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

.container {
	margin:0px auto;
}

.social {
	height:50px;
	width:50px;
}

#page {
	width:800px;
	height:800px;
	margin:0px auto;
}

#header {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:16px;
	
	width:1000px;
	height:60px;
	background-color:#000000;
	position:relative;
}

#socialbox {
	width:750px;
	height:30px;
	text-align:center;
	padding: 5px 0px 5px 0px;
	position:relative;
}

#textbar {
	font-family: "Trebuchet MS", Verdana, serif;
	font-size:16px;
    margin-left:160px;
	margin-right:100px;
	margin-top:20px;
	width:677px;
	height:20px;
	background-color:grey;
	position:relative;
	border:3px solid black;
}

#footer
{
	clear:both; 
	height:30px;
	width:750px;
	margin:40px 0px 0px 0px; 
	font-family: "Trebuchet MS", Verdana, serif;
	color:#000;
	font-size:20px;
	text-align:center;
	background-color:#bfbfbf;
}