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


html {
	height: 100%;
	margin-bottom: 1px;
}
body {

	margin: 0;
	padding: 0;
	color: #000000;
	font-size:12px;
	font-family: Arial;
	background: #FFFF99 url(images/bckgnd1.jpg);

}
#main {

	margin:auto;
	margin-top:15px;
	width:894px;
	/*height:820px;*/
		height:1198px;
	background: url(images/bckgnd2.png);
}
#logo {
	width:380px;
	padding-top:30px;
	padding-left:30px;
	float:left;

}
#content {
	margin-left:400px;
	margin-right:40px;
	padding-top:30px;

}

h1{
	padding-right:30px;
	font-size:24px;
	text-align:right;
	background: url(images/hr1.png) no-repeat;
	line-height:40px;
}
h2{

	font-size:18px;
	color:#D1A91F;
}
a{

	color:#000000;
}
blockquote{
	text-align:justify;
	padding-left:30px;
	font-size:10px;
	background: url(images/blockquote.png) repeat-y;
}
.blockquote_right{
	text-align:justify;
	padding-right:30px;
	font-size:10px;
	background: url(images/blockquote_right.png) repeat-y;
}