/* Pancho Goes To College */

/*
-----------------------------------------------------------------------
Pancho Goes To College - A Film by Ruben Reyes
Design By Manuel C Ruiz - Manny Fresh Grafix - www.mannyfreshgrafix.com
-----------------------------------------------------------------------
*/



/* Site Details */
html {
background-image: url(pgtc_imgz/pgtc_bd.jpg);
background-repeat: repeat-y,x;
background-position: left;
}


body { 
width: 800px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
margin: 0 auto;
}



/* Site Name */
#main-title {
padding-top: 20px;
padding-bottom: 8px;
font-size: .7em;
letter-spacing: 5px;
font-weight: bold;
text-align: right;
color: #ffffff;
border-bottom: 0px #e0dbc9 dashed;
}



/* Image*/
#dv-image {
height: 200px;
background-color: none;
background-image: url(pgtc_imgz/pgtc_mfg.jpg);
background-repeat: no-repeat;
background-position: center top;
text-align: center;
}



/* Navigation */
#navbar {
margin: 0px 0px 0px 0px;
padding: 15px 0 5px 0;
font-size: .7em;
font-weight: bold;
text-align: center;
word-spacing: 6px;
color: #ffffff;
text-decoration: none;
}

#navbar a:link, {
padding-left: 40px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 5px;
color: #ffffff;
text-decoration: none;
word-spacing: none;
}

#navbar a.current {
padding-left: 40px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 5px;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
}

#navbar a:hover {
padding-left: 40px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 5px;
color: #000000;
text-decoration: none;
text-transform: uppercase;
background-image: url(images/navs.jpg);
}

#navbar a:visited {
padding-left: 40px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 5px;
color: #ffffff;
word-spacing: none;
}




/* Contains all the main body of text on the page, including the h2 elements. */
#main {
margin-top: 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 0px;
font-size: 1.2em;
line-height: 1.8em;
}

#main p {
margin-left: 0px;
margin-right: 0px;
text-align: center;
}

p, ul, ol, table {
margin-top: 0px;
}

ol, ul {
margin-left: 50px;
margin-right: 20px;
}

a:link, {
text-decoration: none;
font-weight: normal;
color: #ff9900;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: #ff9900;
}

a:hover {
color: #33ff00;
font-weight: bold;
}

#footer {
margin-bottom:0;
font-size:0.8em;
text-align: center;
padding:4px 0px 5px 10px;
background-color:inherit;
color:#cccccc;
}

