body {
 font-family: helvetica;
 font-size: 14px;
 color: #000;
 text-align: center; /*For IE*/
 padding : 0px;
 margin: 0px;
}
img {border: none;}

#core {
 background-image:url(../images/background.jpg);
 background-repeat: repeat-y;
 background-position: 0 0;
 height: 550px;
 width: 778px;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left; /*Counter body centre*/
}

#nav {
 width: 173px;
 height: 483px;
 float: left;
}

#nav a {
 color: #fff;
 font-size: 0.9em;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 border-bottom: 1px solid #fff;
 display: block;
 width: 150px;
 padding-left: 10px;
 padding-bottom: 8px;
 padding-top: 10px;
/* filter:alpha(opacity=50); 
 opacity: 0.5; 
 -moz-opacity: 0.5;*/
}
#nav a:hover {
 color: #060;
/*color: #a30118; 
 filter:alpha(opacity=75);   
 opacity: 0.75;  
 -moz-opacity: 0.75; */
}
li {
 margin-bottom: 15px;
 padding: 0px;
 margin: 0px;
 list-style: none;
}
ul { 
 padding: 0px;
 margin-left: 0px;
}
div#main {
 padding-right:15px;
 padding-left: 15px;
 width: 380px;/*530px;*/ /*200px off width to fit what's up section*/
 height: 397px;
 overflow: auto;
 visibility: visible;
 scrollbar-arrow-color: #000000;
 scrollbar-base-color: #CFCFCF;
 float: left;
 margin-right: 5px;
}
div#footer {
 background-image:url(../images/bkgd2.jpg);
 background-repeat: repeat-y;
 width: 778px;
 height: 40px;
 margin-left: auto;
 margin-right: auto;
 margin-top: -14px; 
 padding-bottom: 5px;
 background-position: 0 0;
}
div#footer h3 {
 font-size: 10px;
 font-weight: normal;
 color: #a4cca4;
 float: right;
 padding-top: 10px;
}

div#footer img {
 float: right;
 padding: 0px 10px 0px 10px;
}

#name {
 margin-top: -4px;
}

#toc a {
 display: inline;
 margin-right: 15px;
 margin-bottom: 15px;
 color: #060;
}
#toc a:hover {
 text-decoration: none;
}

#whazzup {
 background-image: url(../i/whatsup_background.jpg);
 background-repeat: no-repeat;
 background-position: left top;
 width: 136px;
 height: 317px;
 float: left;
 margin-left: 20px;
 margin-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 35px;
 padding-bottom: 35px;
 font-size: 0.95em;

}
#whazzup_items {
 height: 286px;
 width: 135px;
 overflow: hidden;
}

