﻿@import url("nav_menu.css");
@import url("services_list_page.css");


/* Rules for entire page */
body 
{
	text-align:center;
	background:#0b100c;
}

/* Rules for MAIN container */
#main
{
	width:800px;
	margin:20px auto;
	background:#0b100c;
	color:#ffffff;
}

/* Rules for HEADER division */
#header
{
	height:104px;
	background:url(../images/HopeNewBar_small.jpg) no-repeat;
}

/* Rules for CONTENT container */
#content
{
	float:right;
	width:600px;
}

/* Rules for MENU container */
#menu_spacer 
{
	margin-bottom:20px;
	padding-bottom:10px;
	height:30px;
}

#menu h1
{
	font-family:Arial;
}

/* Rules for LEFT_COLUMN container */
#left_column
{
	width:280px;
	margin-top:10px;
	float:left;
}

#left_column a:link, #left_column a:visited, #left_column a:hover, #left_column a:active
{
	border:1px solid black;
	text-decoration:none;
	color:Black;
}

/* Rules for RIGHT_COLUMN container */
#right_column
{
	width:280px;
	margin-top:10px;
	float:right;
}

#right_column a:link, #right_column a:visited, #right_column a:hover, #right_column a:active
{
	border:1px solid black;
	text-decoration:none;
	color:Black;
}


/* Rules for SIDEBAR container */
#sidebar
{
	text-align:left;
	width:194px;
	float:left;
}

/*Rules for Events */
#events
{
	border:solid 3px #993333;
	margin-bottom:10px;
	padding:10px;
	font-family:Arial;
}

#events h2
{
	color:#cc6666;
}

/* Rules for services schedule */
#services_sched
{
	width:280px;
	background:#993333;
	padding-left:5px;
	text-align:center;
	font-family:Arial;
	line-height:150%;
}

#services_sched p
{
	/* color:Black; */
}

/* Rules for FOOTER container */
#footer
{
	clear:both;
	text-align:center;
}

/* generic rules for division */
div
{
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	text-align:center;
	font-family:Arial;
	line-height:150%;
}

/*generic rules for links 
a:link, a:visited, a:hover, a:active
{
	border:1px solid black;
	text-decoration:none;
	color:Black;
}*/
