body
{
	background-image:url('bgn.png');
}

#header
{
	width:1000px;
	height:120px;
	background: transparant;
	padding: 5px;
	font-family: Digifit;
	font-size: 40px;
}
#navbar
{
	width:1000px;
	height:30px;
	background: url('navbg.png');
	padding: 5px;
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: white;
	margin-right: 20px;
}
a:hover
{
	color: yellow;
	text-decoration: underline;
}
#logo
{
 background: url('http://imgur.com/Q2MhSSo')
}


#content
{
	width: 755px;
	height: 500px;
	border: 2px solid black;
	border-radius: 15px;
	background-color: lightblue;
	vertical-align: top;
	padding: 10px;
	font-family: Arial;
}

#sidebar
{
	width: 195px;
	height: 500px;
	background: url('side bgn.jpg');
	vertical-align: top;
	padding: 3px;
	font-family: Arial;
	font-weight: bold;
}
#header-text
{
	text-align: center;
}

h2
{
	font-size: 35px;
}

.text
{
 font-size: 20px;
 font-family: arial;
 
}

#footer
{
	width: 1000px;
	font-size: 20px;
	font-family: cooper;
	font-weight: bold;
	color: white;
	text-align: center;
}