* { margin: 0; padding: 0; }
/* Global reset for all elements */

html{
	background: url(images/bkg_tile.jpg) repeat;
}



body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 81%;
	background:  url(images/bkg_body.jpg) repeat-x;
	
}
	

h1 {
	color: #fff;
	font: normal normal 2.1em/1em Georgia, "Times New Roman", Times, serif;
	}

h2 {
	color: #adafa3;
	font: italic normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: italic bold 1.25em/1.4em Georgia, "Times New Roman", Times, serif;
	color:#d978fd;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	color: #b3cae8;
	font:  normal 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	}

p {
	font-size: 1em;
	line-height: 1.6em;
	clear: left;
	margin: 6px 0;
	padding-bottom: 8px;
	padding-top: 8px;
}
	
p a {
	color: #004d99;
	text-decoration: none;
	}
	
p a:hover {
	color: #d978fd;
	text-decoration: none;
	}


#shell {
	margin: 0 auto;
	width: 1000px;
	background: url(images/bkg_main.jpg) no-repeat;
	overflow: hidden;
	}
	

#wrapper {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
	position: relative;

	}

#navigation {
	color: #b49a5a;
	padding: 85px 0 0 0px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	color: #92918e;
	list-style-type: none;
	letter-spacing: .2px;
	height: 50px;
}

#navigation li {
	display: block;
	float:left;

}

#navigation a {
	color: #5c5c5c;
	text-decoration: none;
	display:block; /* Give the a tag a block element so we can use background images on it */
	float:left; /* float it left for IE 6. Otherwise it creates a break even though the li above is floating*/
	padding:0 10px;
	min-height:37px;
	max-height:37px;
	}

/* IE 6 Min Height hack */
* html #navigation a { height:37px}

#navigation a:hover {
	color: #d978fd;
	text-decoration: none;
	
	}

#navigation a.selected {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	}


#rightcolumn {
	width: 445px;
	_height: 1%;
	display: inline;
	float: left;
	color: #cccccc;
	font:  normal 1.25em/1.4em Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}


#rightcolumn ul {
	list-style: none;
	margin-top: 12px;
	padding-bottom: 10px;
	padding-top: 4px;
}

#rightcolumn li {
	color: #cccccc;
	list-style: none;
	list-style-image: url(images/img_quote.png);
	margin: 0 5px 0 44px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.2em;
	border-bottom:1px dotted #5c5c5c;	
}



#simple li {
	color: #cccccc;
	list-style: none;
	list-style-image: none;
	margin: 0 5px 0 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.2em;
	border-bottom:1px dotted #5c5c5c;
	font-style: italic;
}

#rightcolumn li a{
    color: #555555;
    display:block;
}

#rightcolumn li span a{
    color: #85a7b7;
	display:inline;
}
	

#rightcolumn  a {
	color: #85a7b7;
	text-decoration: none;	
	font-style:italic;
	}	
	
.img-wrap {
	padding: 6px;
	margin: 6px;
	background: #7f5934;
	border: 1px solid #b28050;
}

#rightcolumn a:hover {
	color: #d978fd;
}


#leftcolumn {
	float: right;
	padding: 10px;
	width: 245px;
	_height:1%;
	display: inline;
	color: #322928;
	margin-top: 385px;
	padding-left: 10px;
}

#leftcolumn ul {
	list-style: none;
	margin-bottom: 10px;	
}

#leftcolumn li {
	font: italic .85em/1.8em Georgia, "Times New Roman", Times, serif;
	color:#8e9179;
	list-style: none;
}

#leftcolumn p {
	font: italic bold .82em/1.8em Georgia, "Times New Roman", Times, serif;
	color:#7e5f3f;
	list-style: none;
}

#leftcolumn li a{
	color:#7d352f;
	list-style: none;
	text-decoration: none; display:block;
	border-bottom:1px dotted #573e37;
}

#leftcolumn li a:hover{
	color:#004d99;;
	list-style: none;
	text-decoration: none; display:block;
	background-color: #dbecf6;
}


#footer {
	clear: both;
	width: 750px;
	color: #41352e;
	font: .81em "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: hidden;
	_height:1%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footer p{
	color: #555555;
}
	
#footer h3 {
	width:225px;
	float:right;
	
	}

#footer ul {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 18px;
	padding-top: 25px;
	padding-left: 0px;
	}

#footer li {
	display: inline;
	font: 1.25em Georgia, "Times New Roman", Times, serif;
}

#footer a {
	color: #7fa7b7;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #d978fd;
	text-decoration: none;
	}


#footer a:visited  {
	color:#7fa7b7;
	}


#commentform input[type="text"], #commentform textarea {
	border: 1px solid #555555;
	background: #434343;
	margin-bottom: 5px;
	padding: 8px;
}

#commentform input:focus {
	background: #333333;
	border: 1px solid #888888;
}

#commentform textarea:focus {
	background: #333333;
	border: 1px solid #888888;
}





