body {
	background-color: #FFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	margin: 0px;
	background-image: url(../images/fade.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 930px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/card_front_background2.jpg);
	width: 930px;
	margin: auto;
	height: auto;
	border-left-color: #300;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-color: #300;
	border-right-style: solid;
	border-right-width: 5px;
}

#header {
	background-color: #300;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	margin: 10px;
	height: 100px;
	text-align: center;
	font-size: large;
	padding: 5px;
}

#linkBar {
	background-color: ;
	margin-left: 10px;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px;	
}

table {
	margin-left:auto;
	margin-right:auto;
}

th {
	color: #33F;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	
}

#comments {
	width: 200px;
	background-image: url(../images/side%20boxes.jpg);
	padding-right: 10px;
	margin: 10px;
	float: left;
	
}

h3 {
	text-align: center;
}

.boldFont {
	font-size: medium;
	font-weight: bold;
}

.boldFontred {
	font-size: medium;
	font-weight: bold;
	color: red;
}

h2 {
	text-align: center;
}

#newsSummary {
	margin-right: 220px;
	margin-left: 220px;
	padding: 10px;
	text-align: justify;	
}


#videos {
	width: 200px;
	background-image: url(../images/side%20boxes.jpg);
	padding: 5px;
	margin: 10px;
	text-align: center;
	float: right;
}

#footer{
	clear: both;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%
	
}

