body {
background-color: #cccccc;
margin: 0px;
padding: 0px; 
}

/*this is the main box that holds it all together*/

#container {
width: 80%;
margin-top: 10px;
margin-bottom: 15px;
margin-left: 10%;
margin-right: 10%; 
}

/*this is the header*/

#header {
width: 800px;
background-image: url(../graphics/mophone-banner.gif);
background-repeat: no-repeat;
height: 320px;
border-top: 3px #ffffff solid;
border-left: 3px #ffffff solid;
border-right: 3px #ffffff solid;
}

/*this describes the text in the header*/

#header p {
color: #000;
font-size: 25%; }
#header h1{
color: #000;
font-size: 25%; }

#header h2 {
color: #000;
font-size: 25%; }

#header h3{
color: #000;
font-size: 25%;
}

/*this is the content container it holds all the content together*/

#maincontent {
width: 800px;
border-top: 3px #ffffff solid;
border-left: 3px #ffffff solid;
border-bottom: 3px #ffffff solid;
border-right: 3px #ffffff solid;
background-color: #000;
color: #ffffff;
font-family: Geneva, Verdana, sans-serif; 
}
/*this is where the basic content itself goes*/
#content{
width: 75%;
margin-left: 25%;
}

#content h1,h2,h3{
padding: 0px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
color: #ffcc00; 
}

#content p{
margin-right: 5%;
padding: 0px;
margin-bottom: 2%;
margin-left: 0px;
margin-top: 0px;
line-height: 150%; 
}

#content img {
border: 1px #fff solid;
margin-right: 5px;
margin-bottom: 7px;
margin-top: 0em;
margin-left: 0em; }

img.large {
margin-top: 5px;
margin-right: 15px;
margin-bottom: 12px;
margin-left: 10px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 12px;
padding-left: 5px;
background-color: #fff; }

#content a:link {
text-decoration: none;
color: #ffCC00; 
}

#content a: hover{
color: #ff3300;
}

#content a:visited{
color: #ff9933;
text-decoration: none; }


#copyright {
margin-left: 225px;
margin-right: 50px;
margin-bottom: 25px; }

ul, li #content {
display: list-item;
list-style-type: square;
text-decoration: none;
line-height: 2em; }

/*this is the main left navigation*/

#mainnavigation {
float:left;
margin-left: 20px;
margin-right: 30px;
padding: 10px;
margin-bottom: 20px;
width: 20%; 
}

/* this is the sub navigation that sits in side the main navigtaion*/

.subnav {
border: 1px #fff solid;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 7px;
margin-bottom: 7px;
background-color: #000000;
color: #ffffff;
font-family: Geneva, Verdana, sans-serif;
}

.subnav h3 {
background-color: #ffffff;
color: #000;
margin: 0;
text-align: center;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 3px;
padding-right: 0px; 
}

.subnav ul {
display: list-item;
list-style-type: none;
line-height: 150%;
text-align: center;
margin-right: 5%;
margin-top: 2px;
padding-left: 5%;
padding-right: 5%; 
}

.subnav li{
text-align: center;
}

.subnav a:link {
text-decoration: none;
color: #ffCC00; 
}

.subnav a:hover {
color: #ff3300; 
}

.subnav a:visited {
color: #ffffff;
text-decoration: none; 
}

.thumbs {
float:left;
margin-right: 2px;
margin-bottom: 2px;
padding-bottom: 2px;
padding-right: 2px; 
}

.thumbs p {
padding: 0px;
text-align: center;
color: #999999;
font-size: 60%;
text-decoration: none;
margin-top: 5px; 
}

#thumbs {
width: 100%;
}


