body {
	background: #383838 url(images/background.bmp) repeat-y top center;
	padding: 0;
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
}

#page {
//	background: #383838 url(images/background.bmp) repeat-y top left;
	width: 800px;
	height: 100%;
	margin-left: auto;
    	margin-right: auto;
	text-align: left; /* to realign your text */
	position: relative;
	padding: 0;
}


/*------------------------------------------------
                        HEADER
------------------------------------------------*/
#logo {
	position: absolute;
	top: 40px;
	left: -29px;
	float: left;
}

#dmc {
	font-family: 'Century Gothic';
	font-size: 18pt;
	color: #808080;
	text-align: right;
	width: 200px;
	float: left;
	line-height: 25px;
}

#youth {
	clear: right;
	float: left;
	font-family: 'Century Gothic';
	font-size: 44pt;
	color: #C0C0C0;
	text-align: left;
	position: relative;
	top: -18px;
	left: 3px;
}

#youth em {
	color: #FF8000;
	font-style: normal;
}

#nav {
	float: right;
	clear: right;
	margin-top: 50px;
}

*html #nav {
	margin-top: 65px;
}

ul.nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.nav li {
	display: inline;
	border-right: 1px solid #758075;
	padding-left: 4px;
	padding-right: 4px;
}

#nav ul a {
	font-family: 'Century Gothic';
	font-size: 18px;
	color: #808080;
	text-decoration: none;
}

#nav ul a:hover {
	color: #C0C0C0;
}


/*------------------------------------------------
         NEWS AND EVENTS BOX
------------------------------------------------*/
#box {
	background-color: #292929;
	border: 1px solid #707070;
	width: 200px;
	float: left;
	height: 450px;
	position: relative;
	margin-left: 37px;
	margin-top: 110px;
}

*html #box {
	margin-left: 15px;
}

#box .title {
	color: #707070;
	font-family: 'Century Gothic';
	font-size: 16pt;
	text-transform: lowercase;
	text-align: center;
	padding: 6px 0 0 0;
	margin: 0;
}

#box .title em {
	color: #3E3E3E;
	font-style: normal;
}

#box ul.events {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#box ul.events li {
	background: url(images/bullet.bmp) no-repeat top left;
	background-position: 12px 7px; 
	display: list-item;
	font-family: Arial;
	font-size: 9pt;
	color: #808080;
	padding: 0 7px 0 23px;
	margin: 8px 0 8px 0;
}

#box ul.events li a {
	text-decoration: none;
	color: #808080;
}

#box ul.events li a:hover {
	text-decoration: none;
	color: #FF8000;
}

#box ul.events b {
	color: #4D4D4D;
	font-weight: normal;
}

b.leader {
	color: #4D4D4D;
	font-weight: normal;
}



/*------------------------------------------------
                     CONTENT
------------------------------------------------*/
#content {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	width: 560px;
}

#content .welcome1 {
	font-family: 'Century Gothic';
	font-size: 16pt;
	color: #2C2929;
	padding: 0;
	margin: 0 0 0 10px;
}

#content .welcome2 {
	font-family: Georgia;
	padding: 0;
	margin: -25px 0 0 17px;
	font-size: 26pt;
	color: #494949;	
}

#content .welcome2 b {
	font-family: 'Century Gothic';
	font-size: 16pt;
	font-weight: normal;
	color: #2C2929;
}

#text {
	font-family: Arial;
	font-size: 9pt;
	color: #C0C0C0;	
	text-indent: 5px;	
	background: #383838;
	width: 280px;
	margin: -10px 0 0 0;
	padding: 0;
}

#textpadding {
	padding: 0 10px 10px 10px;
}

#text p {
	margin: 0;
	padding: 2px 0 2px 0;
}

#slide {
	float: right;
	padding: 0;
	margin-top: -20px;
	margin-right: 40px;
	height: 225px;
	width: 225px;	
}

*html #slide {
	margin: -40px 0 0 0;
}

#text .verse {
	text-align: center;
	font-style: italic;
}

#text .verse em {
	color: #494946;
	font-style: normal;
}

#text .title {
	font-family: 'Century Gothic';
	font-size: 16pt;
	color:  #808080;	
}

.photo {
	width: 250px;
	height: 188px;
	margin: 10px;
	float: left;
	border: 1px Solid #707070;
}

input {
	margin: 4px;
	padding: 2px;
	font: Courier New, Monotype;
	color: #909090;
	border: 1px Solid #707070;
	background-color: #505050;
}

input.button {
	margin: 4px;
	padding: 2px;
	font: "Century Gothic";
	color: #909090;
	background-color: #383838;
	border-left: 1px Solid #585858;
	border-top: 1px Solid #585858;
	border-right: 1px Solid #181818;
	border-bottom: 1px Solid #181818;
}

input.button:hover {
	background-color: #404040;
}

.filein {
	margin-left: 165px;
}

.label {
	color: #707070;
	font-family: 'Century Gothic';
	font-size: 12pt;
}

.label em {
	margin-left: 165px;
	color: #5E5E5E;
	font-size: 10pt;
}

.label span {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
}

/*------------------------------------------------
                     COLUMNS
------------------------------------------------*/
#columns {
	float: left;
	width: 560px;
	margin-top: 8px;
}

*html #columns {
	margin-top: -20px;
}

#col1 {
	width: 182px;
	height: 223px;
	background: url(images/line.bmp) no-repeat top right;
	float: left;
} 

#col2 {
	width: 198px;
	height: 223px;
	background: url(images/line.bmp) no-repeat top right;
	float: left;
	clear: right;
}

#col3 {
	width: 178px;
	height: 223px;
	float: left;
	clear: right;
}

#padding {
	padding: 4px 10px 10px 10px;
}

#paddingL {
	font-family: Arial;
	font-size: 9pt;
	color: #C0C0C0;	
	padding: 2px 0 2px 0;
	text-align: center;
}

#columns h1 {
	font-family: Georgia;
	color: #494946;
	font-weight: normal;
	font-size: 16pt;
}

#columns p {
	font-family: Arial;
	font-size: 9pt;
	color: #C0C0C0;
	margin-top: -17px;
	padding: 2px 0 2px 0;
	text-indent: 5px;
}

a {
	color: #909090;
}

a:hover {
	color: #FF8000;
}

#orangeline {
	float: left;
	clear: both;
	padding: 20px 0 40px 40px;
	margin: 0;
}

*html #orangeline {
	padding: 50px 0 40px 30px;
	margin: 0;
}
