body {
background-image: url(header-bg.png);
background-repeat: repeat-x;
margin: 0 auto 0 auto;
font: 0.75em Tahoma #000;
}

#container {
width: 780px;
text-align: center; 
margin: 0 auto;
}
#header {
width: 780px;
text-align: center;
height: 412px;
}

#content {
padding-right: 10px;
padding-left: 10px;
text-align: left;
background-color: white;
border-bottom: 5px solid #000;
padding-bottom: 20px;
}

#footer {
clear: both;
width: 780px;
margin: 0 auto;
margin-bottom: 5px;
height: 80px;
border-bottom: 5px solid #000;
}

.footerone, .footertwo, .footerthree {
float: left;
width: 250px;
text-align: left;
padding: 5px;
}

a {
color: #ff296b;
font-weight: bold;
}

a img {
border: 0px;
}

a:hover {
color: #808080;
}

#navigation {
list-style-type: none;
margin: 0 auto;
padding: 0;
margin-bottom: 5px;
}
#navigation li {
display: inline;
}
#navigation li a{
float: left;
width: 126px;
height: 30px;
font: 16px century gothic;
text-transform: uppercase;
line-height: 30px;
text-decoration: none;
font-weight: bold;
background: #fff;
color:  #000;
text-align: center;
}

#navigation li a:hover{
border-bottom: 3px solid #000;
}

#links {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#links a{
display: block;
text-decoration: none;
font-weight: bold;
background: #fff;
color:  #000;
text-align: left;
line-height: 18px;
border-bottom: 1px dashed #ff296b;
}

#links a:hover{
border-bottom: 1px solid #ff296b;
}

h1 { 
font-family: Century Gothic; 
font-size: 24px; 
font-weight: bold; 
   color: #000;
   display: block;
   text-align:left;
   border-bottom: 3px solid #000;
   line-height: 24px;
   padding-left: 5px;
	 text-transform: uppercase;
	 margin-bottom: 10px;
}



h2 { 
font-family: Century Gothic; 
font-size: 22px; 
font-weight: bold; 
   color: #000;
   display: block;
   text-align:left;
   border-bottom: 3px solid #000;
   line-height: 22px;
   padding-left: 5px;
	 text-transform: uppercase;
	 	 margin-bottom: 10px;
}

h2 a:link, h2 a:visited {
color: #000;
text-decoration: none;
}

h2 a:hover, h2 a:active {
color: #808080;
}

h3 { 
font-family: Century Gothic; 
font-size: 20px; 
font-weight: bold; 
   color: #000;
   display: block;
   text-align:left;
   border-bottom: 3px solid #000;
   line-height: 22px;
   padding-left: 5px;
	 text-transform: uppercase;
	 	 margin-bottom: 10px;
}

#navlist,#navlist2,#navlist3,#navlist4,#navlist5,#navlist6,#iconmenu {
margin-left:0;
padding-left:0;
list-style:none;
}

#navlist li,#navlist2 li,#navlist3 li,#navlist4 li,#navlist5 li,#navlist6 li,#iconmenu li {
padding-left:15px;
padding-right:40px;
background-image:url(http://www.oh-the-irony.org/images/bullet.gif);
background-repeat:no-repeat;
background-position:0 .5em;
}

code.text {
display: block;
background: #fff;
border: 1px solid #000;
width: 150px;
height: 50px;
overflow: auto;
color: #808080;
}

code.buttons {
display: block;
background: #fff;
border: 1px solid #000;
width: 90px;
height: 50px;
overflow: auto;
color: #808080;
}

.quote {
background-color: #eee;
padding: 5px;
margin: 5px;
}

.quote2 {
background-color: #ddd;
padding: 5px;
margin: 5px;
}