/* CSS Document */
body {
	margin: 0 auto;
	background: #437693;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.cart {
	background:#fa9531;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
} 
.cartitem {
	padding:5px;
}
a {
	color: #999;
	font-weight:bold;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight:bold;
	color:#fa9531;
	}
h2 {
	font-size: 16px;
	font-weight:bold;
	color:#fa9531;
}
h3	{
	font-size: 14px;
	font-weight:bold;
	color:#fa9531;
}
i {
	display: none;
}
.mail {
	color:#fff;
	font-weight:bold;
}
a#logo {
	position: absolute;
	display: block;
	width: 300px;
	height: 155px;
	top: 0px;
	left: 0px;
}
#alpha {
	margin: 0 auto;
	width: 788px;
	background: #FFF;
	margin-right: auto;
    margin-left: auto;
}
#beta {
	/*border: 1px solid black;*/
	border-top:0;
	/*position:relative;
	left:-1px;*/
	float:left;
	background:#fff;
	padding:0;
	margin:0;
	width:788px;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;	
}
#nav {
	text-align:center;
	height:27px;
	padding-top:15px;
	background: url(pix/nav_bg.jpg) no-repeat;
}
#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	white-space:nowrap;
}
#nav li
{
display: inline;
list-style-type: none;
}
#nav a:hover {
	color: #333;
}
#nav a { 
	padding:3px 10px;
}
#nav a:link, #nav a:visited {	
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#edit a:link {
	color: #437693;
	font-size: 11px;
}
#edit a:visited {color:#437693;
	}
#edit a:hover {color: #FF6600;}
#footer {
	width:788px;
	text-align:center;
	left:0;
	padding-top:10px;
	margin: 0 auto;
	clear:both;
	}
#footer a{
	color:#000;
	}

#footerLinks a{
	color:#000;
	font-weight:bold;
	font-size:10px;
}
#footerLinks a:hover{
	color:#003300;
	}
	
#footerLinks {
	float:left;
	padding-top:40px;
	width:788px;
	height: 28px;
	background: url(pix/bottom_bg.jpg) no-repeat;
}

#header {
	position:relative;
	height: 155px;
	width:788px;
	background: url(pix/header.jpg) no-repeat;
}
#left {
	float:left;
	background:#fff;
	width: 410px;
}
#column {
	float:left;
	text-align:left;
	padding:30px;
	background: url(pix/bg_left.jpg) top no-repeat;
}

#right {
	float:left;
	padding:0;
}
#rightTop {
	background: url(pix/bg_right.jpg) top no-repeat;
	width:378px;
	height:210px;
	padding-top:31px;
}
#rightBot {
/*	position:relative;*/
	background: url(pix/prayer_box.jpg) no-repeat;
	height:204px;
	width:378px;
}	
/*#rightBot img{
	position:absolute;
	bottom:0;
	left:0;
}*/
#mainInterior {
	float:left;
	text-align:left;
	width:728px;
	padding:10px 30px 10px 30px;
}
#navInterior {
	padding-top:15px;
	width: 788px;
	height: 72px;
	text-align:center;
	background: url(pix/int_top_bg.jpg) no-repeat;
}
#navInterior ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	white-space:nowrap;
}
#navInterior li
{
	display: inline;
	list-style-type: none;
}
#navInterior ul a:hover {
	color: #333;
}
#navInterior a { 
	color: #000;
	padding:3px 10px;
}
#navInterior a:link, #navInterior a:visited {	
	font-weight:bold;
	font-size:15px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#footerInterior {
	width: 788px;
	height:27px;
	background: url(pix/int_bot_bg.jpg) no-repeat;
	float:left;
	padding-top:40px;
}
