/*	DEFAULTS	*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}

a {
	color: #63C;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

hr {
	color: #000033;
	background-color: #000033;
	height: 1px;
}

/* DIV TAGS	*/

#background {
	background-image:url(/images/layout/background_church.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 409px;
}

#title_bar {
	background-image:url(/images/layout/title_bar_church.jpg);
	height: 97px;
}

#center_content {
	margin-left: auto;
  margin-right: auto;
	width: 755px;
}

#center_content_forum {
	margin-left: auto;
  margin-right: auto;
	width: 95%;
}

#site_change {
	width: 300px;
	height: 40px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

#nav_bar {
	height: 32px;
}

#navigation {
	width: 750px;
	height: 32px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
}

#main_pic {
	background-image:url(/images/layout/main_pic_church.jpg);
	float: left;
	width: 755px;
	height: 250px;
	background-color: #FFFFFF;
}

#main_pic_conference {
	background-image:url(/images/layout/main_pic_church.jpg);
	float: left;
	width: 705px;
	height: 90px;
	background-color: #FFFFFF;
	padding: 160px 0px 0px 50px;
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}

#main_pic_conference a {
	color:#FFFFFF;
}

#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#copyright {
	background-image:url(/images/layout/copyright_church.jpg);
	height: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#copyright_buffer {
	height: 50px;
}

#address {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

/* A TAGS	*/

#navigation a:link, #navigation a:visited, #site_change a:link, #site_change a:visited, #copyright a:link, #copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover, #site_change a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

#copyright, #copyright a:link, #copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


/* CLASSES	*/

.main_content {
	padding-right: 20px;	
}

.product_summary {
	/*background-repeat: no-repeat;
	padding-left:125px;*/
}

.product_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	font-weight: bold;
	margin-bottom:12px;
}

.product_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	text-decoration: none;
	margin-top:12px;
	padding-bottom:10px;
}

.announcements {
	width: 228px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-left-color: #000033;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000033;
	border-right-style: solid;
	border-right-width: 1px;
}

.announcements_left {
	width: 223px;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	border-left-color: #000033;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000033;
	border-right-style: solid;
	border-right-width: 1px;
}