body {
	background: #FFF;
}
#wrapper {
  width: 960px;
  margin: 0px auto 20px auto;
  position: relative;
  background: transparent;
}

#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  font: 76%/1.3em Helvetica, Arial, sans-serif;
  color: #666;
  background: transparent;
}
#content {
  width: 550px;
  float: left;
  margin: 20px 0 0 0;
  position: relative;
 /* border: 1px solid blue; */
}
#content p {
  padding: 0 30px;
}
#content a {
  text-decoration: none;
  color: red;
}
#content a:hover {
  color:#666;
}
#content ul li {
  margin-left: 25px;
}
#content img {
  border: none;
}


#sidebar {
  width: 400px;
 float: right;
  margin: 20px 0 0 0;
  /*border: 1px solid #800000; */
}
#header {
  height: 331px;
  background-image: url(images/header.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .name {
  float: left;
  padding-left: 20px;
  font-family: "Century Gothic",Helvetica,sans-serif;
  color: white;
  font-size:120%;
  padding-top: 300px;
}


#footer {
  clear: both;
  height: 42px;
  background: #333;
  color: white;
  position: relative;
}
#footer p.left {
  font: 100%/1.2em "Century Gothic", Helvetica, sans-serif;
  padding: 10px 0 2px 20px;
  width: 250px;
  float: left;
  margin: 0;
}
#footer p.right {
  font: 100%/1.2em "Century Gothic", Helvetica, sans-serif;
  padding: 10px 10px 10px 0;
  width: 250px;
  float: right;
  margin: 0;
}
#footer p.mid {
  font: 85%/1em Helvetica, Arial, sans-serif;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0px;
  left: 355px;
  margin: 0;
  width: 250px;
  text-align: center;
}
#footer a {
  font: 75%/1em  Helvetica, Arial,sans-serif;
  color: white;
  text-decoration: none;
}


/*/////navigation/////*/
#navcontainer {
position: absolute;
top: 275px;
right: 0px;
z-index:3;
}


#navlist
{
/*margin-top: 300px;  */
padding:10px;
float: right;
font-size: 105%;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 1em;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
 font: 100%/1.3em "Century Gothic", Helvetica, sans-serif;
}
#navlist a:hover { color: #000; font: 100%/1.3em "Century Gothic", Helvetica, sans-serif;}
/*/////headings/////*/
h1 {
  font: 200%/1.5em Helvetica, Arial, sans-serif;
  padding: 0 10px;
  margin: 0 0 -10px 20px;
  color: #333;
}
h2 {
  font: 180%/1.5em Helvetica, Arial, sans-serif;
  padding: 0 10px;
  margin: 0 0 -10px 20px;
  color: #333;
}
h3 {
  font: 160%/1.5em  Helvetica, Arial, sans-serif;
  padding: 0 10px;
  margin: 0 0 -10px 20px;
  color: #333;
}

#contact {
  margin: 20px 80px;
  font-size: 130%;
  line-height: 1.5em;
}
.contacttitle {
  color: red;
}
#contact a {
  text-decoration: none;
  color: #666;
}
#contact a:hover {
  color: #000;
}


.logoM {
  position: absolute;
  bottom: 55px;
  right: 403px;
  width: 154px;
  z-index: 9;
}
p.bqzeen {
  width: 960px;
  text-align: center;
  margin: 0;
  font: 60%/1.3em Helvetica, Arial, sans-serif;
  color: #666;
}


.logoL {
  position: absolute;
  bottom: 55px;
  left: 30px;
  z-index: 9;
}
.logoR {
position: absolute;
  bottom: 55px;
  right: 30px;
  z-index: 9;
}


#debug {
  width: 960px;
  height: 200px;
  clear: both;
}
#debug img {
  border: none;
}

