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

body { background: #000000 url(../images/index.jpg) top center no-repeat; margin: 0; padding: 0; color: #CCCCCC; font: 14px Geneva, Arial, Helvetica, sans-serif; text-align: center; }

#container { position: relative; width: 900px; margin: 0 auto; }

#header { position: relative; width: 900px; height: 142px; z-index: 3000; }

#right_column {
	position: relative;
	float: right;
	width: 310px;
	height: 309px;
	margin: 15px 15px 0 0;
	text-align: left;
} 

#left_column {
	position: relative;
	float: left;
	width: 549px;
	height: 309px;
	margin: 15px 0 0 15px;
} 

#footer { position: relative; padding:15px 3px 10px; width: 894px; text-align: left; font: 10px Geneva, Arial, Helvetica, sans-serif; }

#footer a { color: #CCC; text-decoration: none; }
#footer a:hover { color: #CCC; text-decoration: underline; }

/*************************************/
/*            HEADER MENU            */
/*************************************/

.header_menu {
	position:relative;
	width:900px;
	height:142px;
	padding:0;
	top:0px;
	left:0px;
	margin:0;
	z-index:3000;
}

.header_menu a {
	display:block;
}

.header_menu li {
	list-style:none;
	position:absolute;
}

.home {
	position:absolute;
	list-style:none;
	width: 422px;
	height: 99px;
	left: 10px;
	top: 31px;
}

.home a{
	width: 422px;
	height: 99px;
}


.home a:hover{
	background:url(../images/header.jpg) -10px -31px no-repeat;
}

.start {
	position:absolute;
	list-style:none;
	width: 459px;
	height: 36px;
	left: 442px;
	top: 67px;
}

.start a{
	width: 459px;
	height: 36px;
}

.start a:hover{
	background:url(../images/header.jpg) -442px -67px no-repeat;
}

/*************************************/
/*            INDEX MENU             */
/*************************************/

#index_menu_container { position: relative; width: 870px; height: 55px; z-index: 3000; margin: 0 0 0 15px; background:url(../images/index_menu.jpg) -0px -55px no-repeat; }

.index_menu {
	position:relative;
	width:870px;
	height:55px;
	padding:0;
	top:0px;
	left:0px;
	margin:0;
	z-index:1000;
}

.index_menu a {
	display:block;
}

.index_menu li {
	list-style:none;
	position:absolute;
}

.worship {
	width: 210px;
	height: 55px;
	left: 0px;
	top: 0px;
}

.worship a{
	width: 210px;
	height: 55px;
}

.worship a:hover{
	background:url(../images/index_menu.jpg) -0px -0px no-repeat;
}

.children {
	width: 210px;
	height: 55px;
	left: 220px;
	top: 0px;
}

.children a{
	width: 210px;
	height: 55px;
}

.children a:hover{
	background:url(../images/index_menu.jpg) -220px -0px no-repeat;
}

.students {
	width: 210px;
	height: 55px;
	left: 440px;
	top: 0px;
}

.students a{
	width: 210px;
	height: 55px;
}

.students a:hover{
	background:url(../images/index_menu.jpg) -440px -0px no-repeat;
}

.clg {
	width: 210px;
	height: 55px;
	left: 660px;
	top: 0px;
}

.clg a{
	width: 210px;
	height: 55px;
}

.clg a:hover{
	background:url(../images/index_menu.jpg) -660px -0px no-repeat;
}

/*************************************/
/*            TEXT STYLES            */
/*************************************/

.clear_both { clear: both; margin: 0; padding: 0; height: 15px; }

h1 { font: 24px Geneva, Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; color: #8EBBDB; font-weight: normal; }

.welcome { margin:0; padding: 10px 0 0; font: 12px Geneva, Arial, Helvetica, sans-serif; }

a.links { padding: 5px; background: #1d1d1d; border: 3px solid #536b7c; color: #FFF; text-decoration: none;}
a.links:hover { padding: 5px; background: #212121; border: 3px solid #abfeff; color: #FFF; text-decoration: none;}

.float_right { float: right; }
