body {
	background-color: #777;
	color: #AAA;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	text-align: left;
}
div#headerA {
	padding: 0px;
	text-align: left;
	position: relative;
}
div#contentA {
	position: relative;
	padding: 20px 32px 20px 28px;
	font-size:13px;
	background-color: #101010;
	height:500px;
	overflow: auto;
}
div.contentScroll {
	padding: 20px 0px 20px 0px;
	height: 460px;
	overflow: auto;
}
.notes {
	padding: 10px 0px 10px 0px;
	font-size:12px;
	background-color:#222222;
}
div.title {
	background-image:url(images/title.png);
	background-repeat:no-repeat;
	color:#CCC;
	margin: 0px 0px 10px -30px;
	padding: 5px 10px 0px 30px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}		
div#contentFG {
	position: absolute;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
div#contentBG {
	position: absolute;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.contentCenter {
	text-align: center;
}
div#footerA {
	height: 60px;
	padding-top: 30px;
	padding-right: 35px;
	text-align: center;
	font-size: 10px;
}
div#philosophy {
	background-image:url(../practice/images/churchsection.png);
	background-repeat:no-repeat;
	padding: 320px 30px 60px 450px;
	color:#CCC;
}
div#paul {
	float:right;
	margin-top: 20px;
	margin-right:120px;
}
div#vlad {
	float:right;
	margin-top: 20px;
	margin-right:25px;
}
div.newslink {
	float:left;
	width:250px;
	padding: 110px 40px 40px 40px;
}
div.clear {
	clear:both;
}
div.button {
	float: left;
	background:#434351;
	border-color:#CCC;
	padding: 5px;
	margin: 5px;
}

h1 {
	color:#FFF;
	margin: 1px 1px;
	font-size: 24px;
}
h2 {
	color:#CCC;
	margin: 12px 12px 12px 0px;
	font-size: 18px;
}
h3 {
	color:#CCC;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}
h4 {
	color:#BBB;
	margin: 0px 0px 8px 0px;
	font-size:14px;
	font-weight:bold;
}
h5 {
	color:#DDD;
	margin: 0px 0px 6px 0px;
	font-size:12px;
	font-weight:bold;
}
hr {
	height:1px;
	color:#777;
}


/* Links
 ------------ */
a:link {
	color: #CCC;
}

a:active,
a:visited {
	color: #CCC;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.menu {
	color: #CCC;
	text-decoration: none;
}
a.menu:hover {
	color: #FFF;
	text-decoration: none;
}
a.current {
	color: #ffdc78;
	text-decoration: none;
}
a.current:hover {
	color: #ffee99;
	text-decoration: none;
}

/* Tables
 ------------ */
table.menu {
	border-spacing: 0px;
	background-color:#434351;
	border-collapse: collapse;
}

table.menu th {
	font-size: 18px;
	font-weight: normal;
	padding: 6px 6px 6px 100px;
	color:#FFFFFF;
	text-align: right;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bbb;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#bbb;
}

table.menu td {
	font-size: 16px;
	padding: 6px 10px 6px 6px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#bbb;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#bbb;
}

table.menu td.end {
	background-color:#333341;
	padding: 1px;
	border-bottom-color:#777;
	border-top-color:#777;
}

table.menu2 {
	background-color:#555566;	
	border-spacing: 0px;
	border-collapse: collapse;
}

table.menu2 th {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 10px 6px 6px;
	color:#FFFFFF;
}

table.menu2 td {
	font-size: 14px;
	padding: 6px 10px 6px 6px;
}

table.menu2 td.end {
	background-color:#444455;
	padding: 1px;
}
table.projects {
	margin: 30px 0px 30px 0px;
}
table.projects td {
	text-align: center;	
}


.projtext {
	width:550px;
	vertical-align: top;
	padding: 0px 12px 12px 0px;
}
.projslides {
	color:#101010;
	width:500px;
	vertical-align: top;
}
.flagscell {
	vertical-align: top;
	padding: 10px 18px 30px 90px;
	color: #ddd;
}

/* Images
 ------------ */
 img {
	 margin-right: 15px;
	 margin-bottom: 15px;
	 border-color:#CCC;
	 border-width:thin;
 }
 .newsthumb {
 	margin: 0px 0px 10px 0px;
	border: 1px;
 }

	
	