body {
	background-image: url(../images/bg_tile.gif);
}
form {
	margin: 0px;
}
.line {
	padding-right: 75%;
	height: 13px;
	background-image: url(../images/hr.gif);
	border: none;
	outline:none;
}
#wrap {
	margin: 0 auto;
	max-width: 70em;
	background-color: #ffffff;
}
#main {
	float:left;
	width:70%;
	margin:0px 1% 0px 1%;
	padding: 3px;
}
#sidebar {
	float:right;
	width:23%;
	margin:0 1% 0 1%;
	padding: 3px;
}
#body, #loginStatus, #primary, #above, #below {
	border: 1px solid #000066;
	border-width: 0px 1px 0px 1px;
	padding: 3px;
}
#donate {
	border: 3px solid #00C;
	color: #00C;
	padding: 5px;
	margin: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#donate form {
	color: #000;
}
#loginStatus {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #006;
	background-color: #E1F0FF;
}
#search {
	background-color: #000099;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 3px;
}
#login {
	background-color:#E6ECFC;
	border: 3px double #000066;
	font-size:10px;
	text-align:center;
	margin: 3px;
}
#scroller {
	border: 3px double #000099;
	margin: 3px;
	height: 150px;
	padding:  5px;
	background-color: #ffffff;
}
#register {
	margin: 3px;
	padding: 3px;
	background-color: #BBDDFF;
	border: 3px double #000099;
}
#chapter {
	margin: 3px;
	padding: 10px;
	background-color: #1184F1;
	border: 3px double #000099;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
#articles {
	margin: 3px;
	padding: 10px;
	background-color: #fafafa;
	border: 3px double #000000;
	font-size: 12px;
	font-weight: bold;
}
#articles h2 {
	color:#000099;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 3px;
}
#articles p.title {
	text-align:center;
	color:#FFFF00;
	margin:15px 0px 0px 0px;
	padding: 5px;
	background: #000099;
	background-image:url(../images/title_n.gif);
	background-repeat:repeat-x;
}
#articles p.preview {
	text-align:left;
	color:#000000;
	background: #D7EBFF;
	font-size:10px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #000099;
}
#yearof {
	margin: 3px;
	padding: 15px;
	border: 3px double #CCCCCC;
	background-color: #000000;
	color: #ffffff;
	text-align:center;
}
#news {
	margin: 3px;
	padding: 3px;
	border: 3px double #000000;
	background-position:center;
	background-repeat:repeat-y;
	background-color: #EAEBED;
}
#readings {
	margin: 3px;
	padding: 3px;
	border: 3px double #000000;
	background-color: #0066CC;
	color: #ffffff;
}
#readings a {
	color: #ffffff;
}
.quote {
	margin: 5px 25px 5px 25px;
	font-size: 12px;
	background-color: #ddd;
}
.messageRow {
	background: #000099;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	float:none;
}
.footer_l {
	background-image: url(../images/footer_left.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.footer_r {
	background-image: url(../images/footer_right.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
}
.footer_m {
	background-color: #000099;
	width: auto;
	height: 25px;
}
.imgL {
	float: left;
	margin: 3px;
}
.imgR {
	float: right;
	margin: 3px;
}
.handcursor{
	cursor:hand;
	cursor:pointer;
	color:#000099;
	font-weight: bold;
	font-size: 12px;
	margin: 3px;
}
p.switchgroup2 {
	margin: 3px 10px 3px 10px;
	padding: 5px;
	color: #000;
	background: #D7EBFF;
	font-size: 10px;
}

.pillars {
}
.capital {
	background-image: url(../images/capital.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.column {
	background-image: url(../images/pillar.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px 5px 0px 5px;
}
.base {
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 54px;
	padding: 0px 5px 0px 5px;
}
.box70 {
	width: 70%;
	margin: 0px 15% 0px auto;
}
.tiny {
	font-size: 10px;
}
#designedby {
	font-size: 12px;
	color:#666666;
	text-align:center;
}