body {
  text-align: center;
  background-color: #FFFFFF;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

A:link {
	COLOR: #330099; text-decoration: none
}
A:visited {
	COLOR: #330099; text-decoration: none
}
A:active {
	COLOR: #330099; text-decoration: none
}
A:hover {
	COLOR: #330099; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../design/content_bg2_beaglewatermark.gif') top left repeat-y;
}

#logo_banner {
  height: 90px;
  background: #FFFFFF url('../design/beagleLogo2.jpg') bottom left no-repeat;
  clear: both;
}

#skyscrapter_banner {
  height: 92px;
  background: #FFFFFF url('../design/beagle_skyscraper2.png') bottom left no-repeat;
  clear: both;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('../design/menu_bg2.gif') bottom left no-repeat;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}


#center {
  margin-left:160px;
  margin-right:28px;
  border:0px dashed #cccccc;
}

#featurebox_center {
  background-color: #FFFFEF;
  margin:0px;
  padding:6px;
  border: 1px solid #663399;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.mainheader {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #330099;
	text-align: center;
}



#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #663333;
  background-color: #8C7160;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_sidebar {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
}

#left_sidebar h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #663333;
  background-color: #8C7160;
}

#left_sidebar p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_sidebar {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
}

#right_sidebar h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #8115C5;
  background-color: #564090;
}

#right_sidebar p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  height: 90px;
  background: #663333;
  clear: both;
  border-left: 1px solid #663333;
  border-right: 1px solid #663333;
  border-bottom: 1px solid #663333;
}

#page_footer p {
  padding-top:15px;
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  line-height:14px;
  color:#FDEDFD;
}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #330099;
  background: url('../design/bar2.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../design/bar_bg_hover2.gif') bottom left repeat-x; 
  color: #fff;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #C5DADB;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #C5DADB;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

.pix_left {
  float:left;
  margin-right:5px;
  margin-bottom:5px;
  border:0px;
}

.pix_right {
  float:right;
  margin-left:5px;
  margin-bottom:5px;
  border:0px;
}


