/* CSS Document */

html {
	min-width: 1000px;
	background-color: #3f3f3f;
	margin: 0px;
	padding: 0px; }

h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }

body {
	text-align: center;
		
}
a {
	text-decoration: none;
	color: #72422E;
}
a:hover {
	color: #000000;
}

#container {
	position: relative;
	font-family: "Myriad Pro";
	font-size: small;
	color: #000000;
	background-color: #e3e3e3;
	text-align: left;
	width: 700px;
	margin-top: 10px;
	padding-bottom: 20px;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: 2px;
	top: 6px;
}
#navlinks {

}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}

#head {
	height: 177px;
	width: 700px;
	background-image: url(assets/rcmhead_03.png);
}
#nav {
	height: 82px;
	width: 670px;
	background-image: url(assets/nav.png);
	padding-top: 15px;
	padding-left: 30px;
}
#footer  {
	background-color: #bfb295;
	height: 30px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	font-family: "Myriad Web Pro";
	font-size: 9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#sidebar  {
	background-color: #c4c4c4;
	height: 789px;
	width: 324px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	border: 1px solid #000000;
	position: absolute;
	left: 333px;
	top: 266px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#main  {
	height: 900px;
	width: 310px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

#donate {
	font-size: 16px;
	height: 25px;
	width: 120px;
	position: relative;
	left: 520px;
	font-weight: bold;
	bottom: 5px;
}

#imgright  {
	position: absolute;
	float: right;
	left: 364px;
	bottom: 466px;
}

.caption {
	font-size: 12px;
	font-style: italic;
}
