* {margin:0; padding:0; border:;} 



/* *********************************page setup begin****************************************** */

body {	width:auto;
	background: url(images-site/bg.jpg) center fixed;
	font-family: trebuchet ms;
	margin:12px auto 0px auto;
	background:;
}



.header {
	width:auto; 
	-moz-border-radius: 7px; border-radius: 7px; 
	font-size:24px; 
	margin:-10px 0px 15px 0px; 
	padding:15px 0px 0px 15px;
	color:white;
	background: url(images-site/bg.jpg) center;
	text-shadow:#000 2px 2px 2px;
	height:87px;
	}


#page {
	background: url(images-site/bgtext.jpg);
	height: auto;
	margin:0px 20px 40px 88px;
	min-height: 400px;
	min-width:640px;
	max-width:840px;
	border:solid 4pt #888e9e;
	padding: 20px 10px 20px 10px;
	text-align: justify;
	background:;
	-moz-border-radius: 9px; border-radius: 9px;
	box-shadow: 5px 5px 5px #000; -webkit-box-shadow: 5px 5px 5px #000; -moz-box-shadow: 5px 5px 5px #000;
	}


.content {
	margin:10px 0px 20px 0px;
	border:solid 4pt #590C0C;
	padding:0px 10px 10px 10px;
	background: url(images-site/bgcontent.png);
	-moz-border-radius: 7px; border-radius: 7px;
	color:#185073;
	min-height: 150px;
	}

.quote  {
	color:darkred;
	}


/* *******************************page setup end******************************************** */


.center {
	text-align: center;
}


/* *****************************header text style begin********************************************** */

h1 {font-size:30px; color:red; text-align:center; text-shadow: #000000 1px 1px 1px;}

h2 {font-size:23px; color:#185073; text-align:center;}

h3 {font-size:20px; text-align:center;}

/* *******************************Header text style end******************************************** */




/* *******************************horizontal rule style begin***************************************** */
hr {
border: 0;
background-color: darkred;
height: 5px;
width: 100%;
}
/* ********************************horizontal rule style end**************************************** */




/* *******************************links style begin******************************************** */
a:link {color:darkred; text-decoration: none}
a:visited {color:darkred; text-decoration: none}
a:hover {color:teal; text-decoration: none}
a:active {color: red; text-decoration: none}


:-moz-any-link:focus {outline: none;}
/* *******************************links style end******************************************** */
