* { padding: 0; margin: 0; }

/* 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;
}


/* H1 TAG PROPERTIES */

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

//* END UNIVERSAL CSS *//


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

/* NAV BAR FOR INTERNAL PAGES */


#navcontainer ul
{
padding: 10px;
border: 1px solid #ccc;
margin: 0px 0px 0px 0px;
background-color: #c00043;
color: white;
height:20px;
float: left;
width: 900px;
font-family: arial, helvetica, sans-serif;
}

#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;
}


#leftcolumn { 
 color: #ffffff;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
 height: 1500px;
 background: #000000;

}
#content { 
 color: black;
 border: 1px solid white;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 1500px;
 width: 656px;
 display: inline;
  float: left;

}
#rightcolumn { 
 color: white;
 border: 1px solid white;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 0px;
 float: left;
 height: 1500px;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
