@charset "utf-8";
/* CSS Document */
body {
	margin:20px;
	/*background-image:url(../images/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:repeat-x;*/
	background-color:#FFF;
	font-family:"Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size:12pt;
}
.t1 {
	color:#231f20;
	font-size:25pt;
	text-align:center;
	font-weight:bold;
	/*text-shadow: 1px 1px 5px #000;*/
}
.t2 {
	color:#764c29;
	font-size:35pt;
	text-align:center;
	font-weight:bold;
	/*text-shadow: 1px 1px 5px #000;*/
}
.t3 {
	font-size:14pt;
}
 @media (min-width: 1000px) {
 .container {
    /*width: 970px;*/
	width: 900px;
}
}
