body {
     color: #2F4F4F;
     font-family: georgia;
     text-align: left;
     background-image: url('http://www.chizeng.com/webclub/images/backgrounds/blueiscoolspacebackground.gif');
     background-repeat: repeat-x;
}

p, li {
     font-weight: bold;
}

p {
     text-align: left;
}

li {
     text-align: left;
}

#main_body_container {
     width: 609px;
     border-style: solid;
     border-color: #2F4F4F;
     border-width: 1px 6px 6px 6px;
     background-image: url('http://www.chizeng.com/webclub/images/backgrounds/waterdropletsbackground.jpg')
}

#maintitle {
     font-family: verdana;
     text-align: left;
     margin: 0px auto auto 5px;
}

#chstitle {
     color: #800080;
     font-family: 'Lucida Handwriting', georgia, arial;
}

#webdesignparttitle {
     font-family: 'Copperplate Gothic Bold', papyrus, algerian, verdana, georgia;
}

#indeximagecontainer {
     text-align: center;
     margin: 0px;
}

.indeximage {
     width: 600px;
     height: 170px;
}

.subtitle {
     text-transform: uppercase;
     font-family: tahoma, arial;
     color: #A52A2A;
     text-align: left;
     font-size: 16px;
     margin: 10px 0px 0px 3px;
}

#leftsection {
     width: 459px;
     border-width: 0px 1px 0px 0px;
     border-style: solid;
     border-color: #000000;
}

#rightsection {
     width: 150px;
}

#leftsection, #rightsection {
     margin: 0px;
     padding: 0px;
}

#rightsectioncontainer {
     position: relative;
     bottom: 0px;
}

/* Navbar CSS */

#navcontainer {
float: left;
margin: 5px;
}

ul#navlist { font-family: sans-serif; }

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #ffffff;
background-color: #003366;
padding: 3px;
border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #ffff00;
background-color: #003366;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}