
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #E7DBD5;
}

#leftcolumn { 
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 700px;
 width: 210px;
 float: left;
}
#leftmiddle { 
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 700px;
 width: 210px;
 float: left;
}
#rightmiddle { 
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 700px;
 width: 210px;
 float: left;
}
#rightcolumn { 
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 700px;
 width: 204px;
 float: left;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#cutenews
{width:200px; margin-bottom:30px;}

/* BODY PROPERTIES */

BODY {

background-repeat: repeat;
background-color: #000000; 
font-family: Trebuchet MS, arial narrow, times new roman; 
font-size: 12px; 
color: white;
}

/* LINK PROPERTIES */

a {
color: #c00043; 
text-decoration: underline; 
text-transform: uppercase; 
font-family: Trebuchet MS, arial narrow, times new roman;
font-size: 12px;
}

a:hover {
color: #ffffff;
text-decoration: none;
border-bottom: 1 px dotted white;
}

a:visited: {
color: #ffffff;
}

a img {
	border: none;
}

/* HEADER DESCRIPTION */

h1 {
font-size: xx-small;
text-align: center;
}

/* NAV MENU SPLASH*/

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 195px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;

}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 195px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/* NAV BAR FOR INTERNAL PAGES */

#navcontainer ul
{
padding-left: 0;
margin-left: 0px;
background-color: #c00043;
color: White;
float: left;
width: 100%;
font-family: Trebuchet MS, arial narrow, times new roman;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #c00043;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #d60055;
color: #fff;
}

/* FORMATTING CSS */

#footer { 
 width: 100%;
 border: none;
 float: center;
 background: black;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

