/* YUI RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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 {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}

em { font-style: italic; }
strong { font-weight: bold; }

/* LAYOUT */
body
{
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  font-family: Georgia,serif;
  font-size: 13px;
}

.header {
  display: block;
  height: 81px;
  padding-bottom: 5px;
  width: 100%;
  background-image: url(images/bgtop.png);
  background-repeat: repeat-x;
}

.main {
  width:750px;
  height: 500px;
  margin:0px auto;
  text-align:left;
  padding:0;
  margin-top: 80px;
  border: 0px solid red;
  background-color: #FFF;
  display: block;
  clear: both;
}

.main .logo {
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  height: 260px;
  width: 300px;
  float:left;
  
}

.main .about {
  padding-top: 3px;
  font-size: 1.8em;
  color: #4F4F4F;
  width: 700px;
  height: 280px;
  float:left;
  border: 0px solid gray;
}

h1.light {
  color: #EA6F34;
  font-size: 2.5em;
  font-family: Trebuchet MS, serif;
  font-style: normal;
}

ul.highlights li {
  font-size: 2.2em;
  font-style: italic;
  color: gray;
  font-weight: normal;
  padding-bottom: 5px;
}

a,a:hover {
  color: #EA6F34;
  text-decoration: none;
  
  }

.footer {
  font-size: 0.9em;
  color: silver;
  margin:100px auto;
  
}

.footer a {
  color: silver;
  text-decoration: none;
}

