@charset "utf-8";
/* CSS Document */

	body {
	background-color:#ffbfbf;
	text-align:center;
	margin:10px auto 10px auto;
	}
	.classic #container {
	text-align:center;
	width:1000px;
	background-color:#660000;
	margin: 10px auto;
	border:2px solid #000000;
	}
	.classic #header {
	text-align:center;
	}
	.classic #topMenu {
	height:0px;
	}
	.classic #sideLeft {
	text-align:center;
	background-color:#570000;
	width:200px;
	/* height:410px; */
	margin:0px auto 0px 0px;
	padding-top:1px;
	padding-bottom:1px;
	background-image:url(../images/sideLeftRepeat.jpg);
	background-repeat:repeat-y;
	}
	.classic #sideLeft p {
	/*margin:19px;*/
	}
	.classic #main {
	text-align:left;
	background-color:#f6f7c6;
	background-image:url(../images/mainRepeat.jpg);
	background-repeat:repeat-y;
	width:730px;
	/*height:568px;*/
	padding:10px 20px 10px 20px;
	}
	.classic #main h1 {
	font-size:25px;
	color:#9B0004;
	}
	.classic #main h2 {
	color:#9B0004;
	}
	.classic #main h3 {
	color:#9B0004;
	}
	.classic #main li {
	font:bold;
	}
	.classic #prayerTimes{
	}
	.classic #prayerTimes h2 {
	font:medium Georgia, "Times New Roman", Times, serif bolder;
	color:#003333;
	}
	.clear {
	clear:both;
	line-height:0;
	height:0;
	font-size:0;
	}
	.classic #sideContent {
	}
	.foot #footer {
	width:1000px;
	height:50px;
	text-align:center;
	margin:0px;
	padding:0px;
	}
	.classic #leftFloat{
		list-style:none;
		font-weight:normal !important;
		padding-left:0px;
	}
	.classic #leftFloat li{
		float:left;
		margin-left:50px;
	}

