@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	background:#e2c4e5;
	}
#container {
	width:775px;
	margin:10px auto 10px auto;
	background:#fff url(images/header4.jpg) /* <--- header image */ top center no-repeat;
	border:3px solid #343a54;
	text-align:left;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#4a3554;  /*font color*/
	font-size:12px;
	line-height:1.5em;
	height:100%
	}
#header {
	height:220px;
	width:775px;
	}
h2 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:20px;
	color:#343a54;  /*font color*/
	}
h4 {
	font-size:12px;
	text-align:left;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
	color:#343a54;  /*font color*/
	}
p {
	padding-bottom:10px;
	}
#content  {
	padding-top:260px;
	padding-left:25px;
	padding-right:40px;
	padding-bottom:25px;	
	background:transparent url(images/footer.jpg) bottom center no-repeat; 
	}
ul {
	margin-left: 40px
}
#content #nav {
	float:left;
	width:170px;
	font-size:14px;
	text-align:left;
	font-variant:small-caps;
	text-decoration:none;
	}	
#container #content #nav a {		
	color: #343a54;
	text-decoration:none;
	background-attachment: fixed;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #content #nav a:hover {
	background-attachment: fixed;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	color: #e2c4e5;
}
#content #copy {
	width:500px;
	float:right;
	padding-left:30px;
	/* border-left:3px double #EBEBE3;  */
	}	
.table {
	font-size: 11px;
	}	
#content #articles {
	width:680px;
	float:right;
	/* border-left:3px double #EBEBE3;  */
	}	
#container #copy a {		
	color: #3fb547;	
	text-decoration:none;
	}
#container #copy a:hover {		
	color: #e2c4e5;	
	text-decoration:none;
	}
#blockquote {
	width:500px;
	float:right;
	color:#50723d; /* #7a9e63; */
	padding-left:30px; 
	/* border-left:3px double #EBEBE3;  */
	font-size:11px;
	}
#footer {
	text-align:center;
	font-size:12px;
	margin:10px auto 10px auto;
	font-variant:small-caps;
	text-decoration:none;
	width:775px;
	color:#343a54; 
	}	
#footer a {
	color:#343a54;   /*footer link color*/	
	text-decoration:none;
	}
#footer a:hover {	
	color: #3fb547;    /*footer rollover color*/
	text-decoration:none;
}		
