/*
   GENERAL and MISC
*/
a {
   text-decoration:none;
   color:rgb(0,0,150);
}
a:visited {
   color:rgb(0,0,150);
}
a:hover {
   color:rgb(175,0,0);
}

/*
   HEADER
*/
.header {
   width:800px;
}

/*
   LEFT ALLEY
*/
.leftAlley {
   background:rgb(0,0,200);
   height:600px;
   width:120px;
   float:left;
   border-style:none solid solid solid;
   border-width:2px;
   border-color:rgb(200,0,0);
}

.leftAlleyQuote {
   background:rgb(0,0,175); 
   height:240px; 
   font-size:15;
   font-style:italic;
   color:white;
   text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

/*
   MAIN CONTENT
*/
.mainContent {
   border-style:none solid solid none;
   border-width:2px;
   border-color:rgb(200,0,0);
   height:600px; 
   width:676px; 
   float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.mainContent h3 {
   margin-top:5px;
   margin-bottom:5px;
}

.mainQuad {
   padding-left:10px;
   padding-top:10px;
   height:220px; 
   width:328px; 
   float:left;
}

.headerTitle {
   color:rgb(240,0,0);
   font-size:18;
}

.items {
   float:left;
}

.items ul {
   padding-left: 10px;
}

.items ul li {
   list-style:none;
   font-size:15px;
   color:rgb(0,0,150);
   line-height: 150%
}

/*
   FOOTER
*/
.footer {
   float:left;
   height:120px; 
   width:676px;
   text-align:center;
}

.about {
   font-size:14px;
   color:rgb(240,0,0);
   text-align:center;
}

.primaryLinks {

}
.primaryLinks ul {
   padding-left:85px;
   width:591px;
}

.primaryLinks ul li {
   float:left;
   font-size:12px;
   list-style:none;
}
.primaryLinks a {
   color:rgb(0,175,0);
}

.contact {
   margin-top:5px;
   margin-bottom:5px;
   font-size:12px;
   color:rgb(80,0,0);
}

.links {
   font-size:12px;
   color:rgb(80,0,0);
}
.links a:link {
   color:rgb(80,0,0);
}
.links a:visited {
   color:rgb(80,0,0);
}

