/* 
    Document   : splashtheme
    Created on : 28-Jul-2009, 5:29:05 PM
    Author     : Howard
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root {
    display: block;


}

body {
	margin:0px 0px; /* adjust 1st value to move down page */ padding:0px;
	text-align:center;
        background-color: #B0C4DE;  /* #ADD8E6; #B0C4DE;  #cfdfc5;  #6699FF could sub #6495ED */

         font-family: sans-serif;
	}

#Content {
	width:750px;
	margin:0px auto;
	text-align:left;
        padding-left: 15px;
        padding-right: 15px;
	border:1px dashed #333;
	background-color:#eee;
	}

#ContentHeader {
        height: 150px;       
        text-align:left;        
        background-image: url(../images/handjNoBackground.png);
        background-position: 5% 50%;
        background-repeat:no-repeat;
	background-color:#eee; 
}

#ContentHeaderBottomMenu {
  padding-top: 90px;
}

#ContentBody {
        height: 650px;
        text-align:left;
        padding:15px;
        background-image: url(../images/backdropWithBackgroundScaled.png);
        background-position: top center;
        background-repeat:no-repeat;
	background-color:#eee;
}

#WelcomeMessage{
    width:30%;
    height: 30%;
    top: 30%;
    left: 32%;
    text-align:center;
    position:relative;

    border: groove;
    float:none;
    background-color: #ecf1ea;/* #ecf1ea;*/
}

#WelcomeMessage2{
    width:30%;
    height: 10%;
    top: 25%;
    left: 32%;
    text-align:center;
    position:relative;

    border: groove;
    float:none;
    background-color: #ecf1ea;/* #ecf1ea;*/
}


#Content12 {
	width:1025px;
        height: 1025px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed  #333;
        background-image: url(../images/backdropNotTransparent.png);
        background-position: top center;
        background-repeat:no-repeat;
	background-color:#eee;
	}
#ContentHeader12 {
        width:1025px;
        height: 150px;
        text-align:left;
        background-image: url(../images/handjNoBackground.png);
        background-position: top center;
        background-repeat:no-repeat;
	background-color:#eee;
}

 .Filler {
        background-image: url(../images/backdropNotTransparent.png);
        background-position: left top;
        background-repeat:no-repeat;
 }
/*
body {
  margin:0 auto;
  width:760px;
  background-color: #6699FF;
}
*/
.centerIt {
    border: 3px;
    border-color:black;
}



.bodyBack {
    background-image: url(../images/backdropNotTransparent.png);
    background-attachment:fixed;
    background-repeat:no-repeat;
    
    background-color: #6699FF;
}

#wrapper {

            width: 720px;
            margin: 0 auto;
            text-align: left;

}


.backImage {
        /*
	background-image: url(images/backdropTransparent.png);
	background-repeat:no-repeat;
        background-color: red;
        */
    background-image: url(../images/backdropNotTransparent.png);
    background-attachment: scroll;
    
    background-position: center;
    width:4000px;
    height:5000px;
    

}

.bold {
    font-size:20px;
}
.pad15 {
    padding-bottom:15px;
}

.padtop130 {
    padding-top:130px;
}



/*body {

    background-color: #6699FF;
}
*/

/* Original
body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}

#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}
*/