@charset "utf-8";
/* CSS Document */

/*						 CLASSES*/
.height100{
line-height:100%;
}

.height150{
line-height:150%;
}

/*						OVERWRITES*/

p{
padding:8px 0px;
margin:0px;
}

html{
background:url(images/back.gif);
min-height: 100%; 
margin-bottom: 1px;
}

body{
line-height:200%;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#6d6d6a;
margin: 0px;
padding:0px;
text-align:center;	/* Hack for centering */
margin:30px 0px;
}

/*						PAGE ELEMENTS*/


#container{
text-align:left;
margin:0 auto;		/* Hack for centering */
width:653px;
border:10px solid white;
background:#FFFFFF;
}

#header{
width:653px;
}

#menu{
margin:5px 0px 5px 0px;
width:653px;
}

#contentFrame{		/*sets gray rule along top of text*/
border-top:1px solid #b0b0b0;
text-align:center;
width:653px;
padding:25px 0px;
}

#fullWidth{
margin:0 auto;
text-align:left;
width:580px;
}

#footer{

width:653px;
}

