@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBE7D7;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	/*background:*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Redefinition of tags */
img{
	border-style: none;
}

h2{
	color:#423474;
}

h3{
	color:#423474;
}

/* Styles for the menu*/
.menu a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.menu li{
	color: #FFFFFF!;
	list-style-type: none;
	cursor: pointer;

}

.menu ul{
	display: none;
	margin-left:0px;
	padding-left:20px;
}

/* Misc style classes */
.quote_content{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d1a6d;
	font-weight: 300;
	
}

.quote_content_sig{
	width: 200px;
	margin-left: 200px;
	margin-right: auto;
	text-align: left;
	font-style: italic;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d1a6d;
	font-weight: 300;

}

.copyright_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
}

