/* Scott Borys                                  */
/* scott.borys@gmail.com                        */
/* Room For Improvement Youth Development Inc. 2009  */

/* Palette */

/* #a00056 = burgundy        */
/* #494949 = grey            */
/* #c01066 = bright burgundy */
/* #f5f6ea = off-white       */
/* #000000 = black           */
/* #00cc66 = fresh green      */
/* #996633 = brown			*/

/* Page Elements */

BODY 
{
	font-family: garamond, helvetica, arial, sans-serif;
	text-align: center;
	background-color: #000000;
	padding-top: 0px;
	margin-top: 10px;
	behavior: url("styles/csshover3.htc");
	z-index: 0;
}
p.burgundy 
{
     color: #;
}
a.burgundy
{
     color: #00cc66;
}
p
{
     margin:0 0 1px 0;
     padding:0;
}

/* Buttons */

a#top
{
    display: block;
    width: 535px;
    height: 35px;
    background-image: url(../images/title1.png);
    margin: 0 auto;
}
a#top:hover
{
    background-image: url(../images/title1hover.png);
}
a .alt { display: none; }

/*a#left
{
    display: block;
    width: 42px;
    height: 255px;
    background-image: url(../images/titleleft_b.png);
    margin: 0 auto;
}*/
a#left:hover 
{
	background-image: url(/images/untitled_1.png);
}


/* Layout */

.page
{
    position: relative;
    border: 0px;
    text-align: left;
    width: 720px;
    min-height:300px;
    height:auto !important;
    height:300px;
    z-index: 0;
    background: url(../images/footer_g.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.emailheader
{
    position: relative;
    border: 0px;
    text-align: right;
    width: 972px;
    height: 30px;
    z-index: 0;
}

.header
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 226px;
    height: 224px;
    background: url(../images/header_gT.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: 0;
}

.footer
{
    clear: both;
    bottom: 0px;
    position: relative;
    margin:0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100px;
    z-index: 20;
   
}

.logo
{
    position: absolute;
    left: 0px;
    top: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 165px;
    height: 157px;
    background: url(../images/logo_gg.png);
    z-index: 50;  
    cursor: pointer;
}


.content
{ 
    float: left;
    position: relative;
    left: 20px;
    top: 20px;
    width: 525px;
    background-color: f5f6ea;
    border-style:solid;
    border-width:1px;
    border-color: black;
    z-index: 25;
    min-height:350px;
    height:auto !important;
    height:350px;

}

.titletop
{
    position: relative;
    width: 460px;
    height: 35px;
    left: 140px;
    top: 15px;
    z-index: 5;
}

.texttop
{
    position: relative;
    top: 16px;
    width: 600px;
    height: 30px;
    left: 230px;
}

.titleleft
{
    position: relative;
    width: 42px;
    height: 255px;
    top: 60px;
    float: left;
    left: 12px;
    z-index: 10;
}

.textleft
{
    float: left;
    position: relative;
    top: 170px;
    left: 10px;
    width: 30px;
    height: 255px;
}

.textbottom
{
    position: relative;
    width: 0px;
    left: 200px;
    bottom: 40px;
    height: 0px;
    text-align: right;
    z-index: 30;
}

.navbox
{
    width: 370px;
    min-height: 100px;
    margin: 20px;
    color: #00cc66;
}

.blogpost
{
    width: 96%;
    position: relative;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    margin-right: 5px;
    overflow: visible;
    background-color: #e6eaf6;
    border-top-style:solid;
    border-top-width:3px;
    border-top-color: black;
    border-left-style:solid;
    border-left-width:3px;
    border-left-color: black; 
}
