/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

p {margin-bottom:0.3em;}

h3 {margin-bottom: 8px;}

a:link {
	color: #808080;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #808080;
}
a:active {
	text-decoration: underline;
	color: #808080;
}

html, body {
height: 100%;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(artwork/back.gif) top repeat-x #F2F2F2;
 margin: 0;
	padding: 0;

}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 min-height: 100%;
 background: url(artwork/back.gif) top repeat-x white;
}

#header {
 width: 900px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: url(artwork/banner.gif) top no-repeat;
}
#navigation {
 width: 648px;
 color: #333;
 padding: 58px 10px 10px 242px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 height: 33px;
}
#content { 
 width: 900px;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 350px;
}
#footer { 
 width: 900px;
 color: #333;
 border: 0px solid #ccc;
 background: url(artwork/bannerbase.gif) top no-repeat;
 margin: 0px 0px 0px 0px;
 padding-bottom: 40px;
 height: 350px;
  min-height: 100%;
}

.infobox {width:205px;height:270px;padding: 10px; margin-top:50px;float:left;}

list {
  padding:0;
  margin-bottom:10px;
  margin-top:10px;
  font-weight:bold;
  font-size: 120%;
  color: #B30000;
  }
.list li {
  list-style-type:square;
  margin-left:13px;
  padding-bottom:5px;
  }







.wireframeauramenu{
font-weight: normal;
font-size: 14px;
width: 100%;
}

.wireframeauramenu ul{
border: 0px solid #BBB;
padding: 5px 5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 9px 6px 9px;
margin: 0;
text-decoration: none;
border-left: 1px solid white; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: black;
text-decoration:underline;

}

.newsimage {width:185px;}