body  {
	font-family: Georgia, serif;
	margin: 0 auto;          /* shorthand for all margins = 0 */
	padding: 0;
	background-attachment: fixed;
	background-color: #FFF;

	
	
}
p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
	font-weight: normal;
color: #300;
}


#container {
	background-color: #FFF;
	width: 1024px;
	margin: 0 auto;
	height: 768px;
}
#video {
width: 488px;
height: 385px;
margin: 5 5 5 5;



}
#sidebar {
	float: left;
	width: 129px;
}
#navbar {
	width: 276px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#mainContent {
	width: 545px;
	height:555px;
	float: left;
	margin-right: auto;
	margin-left: auto;
overflow: scroll;
	visibility: visible;
background: url(../images/apBackground.jpg);
background-attachment: fixed;
}
#rightbar {
	float: left;
	width: 74px;
}


#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #300;
	
}

#mainContent h2 {
	font-size: 1.2em;
	color: #300;
	m
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    mar
}

#mainContent ul {
    font-family: Georgia, serif;
    font-size: 0.9em;
    margin: 0 0 1.4ex 0;
}


#followUs {
	position:absolute;
	width:129px;
	height:64px;
	z-index:1;
	left: 230px;
	top: 647px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8 em;
	color: #000;
	background-color: #FC6;
	border: 0px ridge #300;
	padding: 10px;
}
