html{
  background:#fff;
}
body{
	background:#fff;
	color:#000;
	font-family:Helvetica, Arial, Verdana,sans-serif;
  font-size:16px;
  line-height:1.4em;
}
a{
  text-decoration:none;
  color:#0081c5;
  text-decoration:underline;
}
a:hover{
  text-decoration:none;
}
h1{
  font-size:23px;
  color:#333;
  font-weight:normal;
}
.clear{
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
}
#wrapper{
  width:1060px;
  width:100%;
  margin:0 auto 0 auto;
}
#header{
  position:relative;
  background:url(../images/header.jpg) no-repeat 0 center;
  height:300px;
  margin:0 0 50px 0;
}
#header #image{
  width:270px;
  height:300px;
  background:#fff;
}
#header #image img{
  margin:50px 0 0 50px;
  width:200px;
  height:200px;
}
#header #links{
  position:absolute;
  top:50px;
  left:310px;
  overflow:hidden;
}
#homeLinks{
  
}
#header #links a, #homeLinks a{
}
#header #links a img, #homeLinks a img{
  width:120px;
  height:120px;
  margin:0 12px 0 0;
}
#header #text{
  position:absolute;
  top:180px;
  left:300px;
  color:#fff;
  text-align:center;
}
#header #text h1{
  font-size:32px;
  color:#fff;
  font-weight:bold;
  line-height:1.3em;
  margin:0 0 10px 0;
}
#header #text strong{
  font-size:24px;
  font-style:italic;
}

#footer{
  position:relative;
  font-size:20px;
  padding:50px 0 0 0;
  margin:0 0 0 270px;
  clear:both;
  overflow:hidden;
  font-weight:bold;
  line-height:24px;
}
#footer strong{
  font-size:36px;
  line-height:48px;
}


#content{
  overflow:hidden;
  margin:0 0 0 270px;
}

#left{
  float:left;
  width:380px;
  width:45%;
}
#right{
  float:right;
  width:380px;
  width:45%;
}
#right img{
  margin:0 0 20px 0;
}

#contact{
  float:left;
  width:45%;
}
#logo{
  display:block;
  width:45%;
  float:right;
}



#content h2{
  font-size:24px;
  font-weight:bold;
  margin:0 0 20px 0;
  padding:0;
}
#content p{
  margin:0 0 5px 0;
}
#content ul{
}
#content ul li{
  padding:0 0 8px 24px;
  background:url(../images/bullet.gif) no-repeat 0 3px;
}
#content sub{
  vertical-align: sub;
  font-size:12px;
}
#content a{
  font-weight:bold;
}
#next, #previous{
  clear:both;
  overflow:hidden;
  padding:0 0 30px 90px;
  margin:10px 0 0 0;
  background:url(../images/next.gif) no-repeat 0 40px;
}
#previous{
  padding-left:135px;
  background-image:url(../images/previous.gif);
}
#next a, #previous a{
  display:block;
  float:left;
}
#next img, #previous img{
  width:120px;
  height:120px;
  margin:0 15px 0 0;
}

#home{
  
}
#home #wrapper{
  background:url(../images/home_left.jpg) no-repeat left 200px;
}
#home #content{
  background:url(../images/home_right.jpg) no-repeat right 360px;
}

#home #content{
  text-align:center;
  margin-left:0;
}
#home #header{
  height:200px;
  background-position:center bottom;
  margin-bottom:0;
}
#home #header #links, #home #header #image{
  display:none;
}
#home #header #text{
  position:static;
  padding:30px 0 0 0;
}
#home #text h1{
  font-size:48px;
}
#home #text strong{
  font-size:36px;
}

#home #content p{
  font-size:26px;
  line-height:30px;
  margin-bottom:35px;
} 
