/* compressed reset-min.css */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* compressed fonts-min.css */

body{font: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20px; line-height: 28px}

html,body {
  height: 100%;
  min-height: 100%;
	margin: 0;
	padding: 0;		
}
body {
	background-color: #faefd3;
/*  background-color: #996633;*/
/*  background-color: #990033;*/
  position: relative;
}
.nowrap {
  white-space: nowrap;
}

.shadow {
  -moz-box-shadow: 3px 3px 6px #000;
  -webkit-box-shadow: 3px 3px 10px #555;
  box-shadow: 3px 3px 6px gray;
}
a:link { color: #d0a764; text-decoration: none}
a:visited { color: #d0a764; text-decoration: none}
a:hover { color: #392a0e; text-decoration: none}
a:active { color: #d0a764; text-decoration: none}

strong {
 font-weight: bold;
}

h1 {
 font-size: 30px;
 font-weight: 300;
	line-height: 0;
}

h2 {
 font-size: 22px;
 font-weight:300;
}

h3 {
 font-size: 18px;
 font-weight: 300;
}

div#header {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1000px;
  height: 237px;
  margin-left: -500px;
}

div#logo {
  z-index: 10;
  float:none;
	margin:40px auto 0 auto;
	text-align:center;
}

div#logos {
  z-index: 10;
  position: relative;
  left: 50%;
  width: 754px;
  margin-top: 25px;
	margin-bottom: 25px;
  margin-left: -377px;
}

div#cat {

  position: relative;
  left: 50%;
  width: 400px;
  margin-top: 30px;
	margin-bottom: 20px;
  margin-left: -200px;
}

div#center {
	background-color: #faefd3;
  position: absolute;
  width: 100%;
  margin-top: 0px;
  
	height: auto;
}

div#container {
	position: relative;
  left: 50%;
	 width: 900px;
	margin-left: -450px;
	padding: 50px 0 10px 0;

 min-height: 100%;
}

div#text {
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
}

div#text2 {
  margin: 0px 30px 0px 30px;
  text-align: left;
  font-size: 100%;
}

div#lsc {
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 100%;
}

div#footer-in {
  padding: 5px;
  clear: both;
  text-align: center;
}

div#footer-out {
  padding: 20px;
  clear: both;
  text-align: center;
}

