/** Stylesheet.css created by: Brad Thomas and Todd Colvin */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFCCCC url(images/background.gif);
	color: #926D81;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4773C1;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/**Container for all content areas*/
#container {
	background: white url(images/frame.gif);
	width: 836px;
	text-align:center;
	margin: 0px auto;
	height: 100%;
}

/**Header for organization logo and title*/
#header {
	background-image: url(images/cclogoback.gif);
	width: 836px;
	height: 50px;
	padding: 20px 0px;
	background-repeat:no-repeat;
	text-align: center;
	float:top;
	margin-left:auto;
	margin-right:auto;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 36px;
}

/**Meu for navigation buttons*/
#menu {
	width: 815px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #4773C1;
	position:relative;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #6D92D5;
}

/**Main content area*/
#content {
	width: 810px;
	margin: 0px 5px 0px 5px;
	padding: 20px 20px 20px 5px;
	text-align:left;
}
#contentleft {
	width: 380px;
	padding: 20px 5px 5px 20px;
	text-align: center;
	float: left;

}
#contentright {
	width: 300px;
	padding: 20px 20px 5px 5px;
	text-align: center;
	float: right;
}
#contentcenter{
	margin: 0px 5px 0px 5px;
	padding: 20px 5px 5px 5px;
	text-align: center;	
	position: relative;
	left: 0%;
	width: 60%;
	height: 100%;
	clear: both;
}
#donationscontent {
	width: 760px;
	margin: 0px 5px 0px 5px;
	padding: 20px 20px 20px 5px;
	text-align:center;
}
#picturecontent {
	width: 760px;
	margin: 0px 5px 0px 5px;
	padding: 20px 20px 20px 5px;
	text-align:center;
}
#contactcontent {
	width: 760px;
	margin: 0px 5px 0px 5px;
	padding: 20px 20px 20px 5px;
	text-align:center;
	font-size:20px;
}
#aboutuscontent{
	width: 810px;
	margin: 0px 5px 0px 5px;
	padding: 20px 20px 20px 5px;
	text-align:left;
	font-size:20px;
}
#bold{
	font-size:18px;
	color:red;
}
