body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ff66ff;
	color: black;
	background-image: url(background-repeatx.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
padding: 0px;
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
    border-bottom: 0px solid #ececec;
	
	background-image: url(exterior.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
	
}

#header {
	background-image: url(logo.jpg);
	background-repeat:no-repeat;
    height:100px;
    position:relative;
    border-bottom: 0px solid #ececec;
}

#searchbox1 {

    position:absolute;
    right:10px;
    top:10px;
    border-bottom: 0px solid #ececec;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #cb352d;
	font-size: 190%;
	position:absolute;
	bottom: 4px;
	right: 0;
	top: 105px;
}

#content {
	float:right;
    width: 520px;
	padding: 20px 10px 0 0;
	min-height: 300px

}

/*HACK FOR IE6 AND BELOW */
* html #content {
	height: 300px

}

#content p {
	font-size: 80%;
	line-height: 1.8em;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #FF33CC;
	font-size: 110%;
	position:relative;
	
}

#content ul {
	
	
	padding: 0px;
	border: none;

}

#content li {
	font-size: 90%;
}


#content a:link, #content a:visited {
	color: #cb352d;
    background-color:transparent;
    display:block;
   
    padding: 0em 0 0.1em 0;
    text-decoration:none;
}

#content a:hover {
	color: #999;
}




#navigation {
  width: 180px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  border-bottom: 1px solid #663399;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: 90%;
  display: block;
  padding: .6em 0 .6em .6em;
  border-left: 12px solid #663399;
  border-right: 1px solid #663399;
  background-color: #FF33CC;
  color: #FFFFFF;
  text-decoration: none;
}

#navigation li a:hover {
  background-color: #663399;
  color: #FFFFFF;
}

* html #navigation li a {
  width: 100%;
}


#footer {
	clear:both;
	font-size: 60%;
	padding: 1em;
	
    text-align:left;
    color: #999;
    background-color: transparent;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
}

#footer li {
  display: inline;
}

#footer a:link, #footer a:visited {
  margin-right: 0.2em;
  padding: 0.2em 0.2em 0.2em 0.2em;
  color: gray;

  text-decoration: none;

}

* html #footer a {
  width: 100%;
}

#footer a:hover {

}
