/* CSS Document */

body{
	margin:12; /*This is the space from the top of the screen*/
	padding:0;
	/*
	background-image: url(images/rcr_bgfade.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	*/
	background-color: #F4F5F0;
	}
	
#wrap {
	background: /*#FFFFFF*/ url(images/sidebar_bg.gif) bottom right no-repeat;
	margin:0 auto;
	width:750px;
	border: 4px double #FFFFFF;
    }
	
#solid {
    border: solid 2px #B03224;
	}	

#header {
	height: 163;
    background-color:white;
    }
	
#nav {
	background-color: #F79269;
	color: #FFFFFF;
	width: 750px;
	height: 25px;
	text-align: center;
    }

#nav a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-weight: bold;
    }

#nav a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	font-weight: bold;
    }

#nav a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	font-weight: bold;
    }


#main {
	float: center;
	/* padding: 10px 12px 200px; */
	text-align: left;
	background: #F4F5F0 url(img/shreve_rose_big.jpg) top left no-repeat;
	width: 750px;
 	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 750px;
    } 

a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #B03224;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #B03224;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #F79269;
	text-decoration: underline;
	font-weight: bold;
    }
	
#biglink {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #B03224;
	font-weight: bold;
	}

#biglink a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #B03224;
	text-decoration: underline;
	font-weight: bold;
	}

#biglink a:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #B03224;
	text-decoration: underline;
	font-weight: bold;
	}

#biglink a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #F79269;
	text-decoration: underline;
	font-weight: bold;
    }
	

/*
#sidebar {
	margin-left: 428px;
	text-align: right;
	font-style: italic;
    }
*/

#imgcap{
	margin-left: 25px;
	/*background-color:#FFFFFF;*/
	width: 200px;
	}

#footer {
	clear:both;
  	background-color: #F4F5F0;
	width: 750px;
	height: 45px;
    }

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #B03224;
	/* margin-left: 10px; */
	}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
}

.rcr{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #B03224;
	}

li {
	list-style-type: disc;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer p {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #990000;
	display: inline;
	padding: 0px 25px 0px 25px;
	/*font-weight: bold;*/
	}