/***********************************************/
/**** LAYOUT, BACKGROUND STYLES (BOX MODEL) ****/
/***********************************************/


body
{
margin: 0px;
padding: 0px;
text-align: center;
}

#printFooter, #printMessage { 
  display : none; 
}


div#side
{
margin: 0px auto;
border-left: 0px dashed black;
border-right: 0px dashed black;
background-image: url(http://www.cmiller.com/images/sideArt2/rotate.php);
background-repeat: no-repeat;
text-align: left;
width: 175px;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}


div#mainNav
{
margin: 0px auto;
border: 0px dotted white;
background-color: #630332;
text-align: left;
width: 128px;
height: 100%;
position: absolute;
top: 0px;
opacity: .75;
filter: alpha(opacity=75);
-moz-opacity: .75;
FILTER: Alpha(Opacity=75); /* IE 5.5+ only */
}

div#homeImg1
{
margin: 0px auto;
border: 0px dotted white;
text-align: left;
width: 250px;
height: 475px;
position: absolute;
top: 15%;
left: 0px;
-moz-opacity: .99;
FILTER: Alpha(Opacity=99); /* IE 5.5+ only */
}


div#homeImg2
{
margin: 0px auto;
border: 0px dotted white;
text-align: left;
width: 475px;
height: 475px;
position: absolute;
top: 16%;
left: 20%;
opacity: .75;
filter: alpha(opacity=75);
-moz-opacity: .75;
FILTER: Alpha(Opacity=75); /* IE 5.5+ only */
}

div#navStripe
{
margin: 0px auto;
border: 0px dotted white;
background-color: #AAC37C;
text-align: left;
width: 128px;
height: 100%;
position: absolute;
top: 0px;
left: 83.5%;
opacity: .75;
filter: alpha(opacity=75);
-moz-opacity: .75;
FILTER: Alpha(Opacity=75); /* IE 5.5+ only */
}

div#blueStripe
{
margin: 0px auto;
border: 0px dotted white;
background-color: #57BFD5;
text-align: left;
width: 64px;
height: 100%;
position: absolute;
top: 0px;
left: 36%;
-moz-opacity: .65;
FILTER: Alpha(Opacity=65); /* IE 5.5+ only */
}
 
 
div#orangeStripe
{
margin: 0px auto;
border: 0px dotted white;
background-color: #2B3F53;
text-align: left;
width: 16px;
height: 100%;
position: absolute;
top: 0px;
left: 33%;
}

div#whiteStripe
{
margin: 0px auto;
border: 0px dotted white;
background-color: #ffffff;
text-align: left;
width: 2px;
height: 100%;
position: absolute;
top: 0px;
left: 63%;
}

div#wideWhiteStripe
{
margin: 0px auto;
border-left: 2px dashed black;
border-right: 0px dashed black;
background-image: url(http://www.cmiller.com/images/mainArt/rotate.php);
text-align: left;
width: 398px;
height: 100%;
position: absolute;
top: 0px;
left: 60%;
-moz-opacity: .99;
FILTER: Alpha(Opacity=99); /* IE 5.5+ only */
}


div#wideMedStripe
{
margin: 0px auto;
border-left: 2px dashed black;
border-right: 2px dashed black;
background-color: #E6E2B8;
text-align: left;
width: 76px;
height: 100%;
position: absolute;
top: 0px;
left: 60%;
opacity: .65;
filter: alpha(opacity=65);
-moz-opacity: .65;
FILTER: Alpha(Opacity=65); /* IE 5.5+ only */
}

div#thinblueStripe
{
margin: 0px auto;
border: 0px dotted white;
background-color: #4145A0;
text-align: left;
width: 2px;
height: 100%;
position: absolute;
top: 0px;
left: 60%;
}

div#thinblueStripe2
{
margin: 0px auto;
border: 0px dotted white;
background-color: #4145A0;
text-align: left;
width: 16px;
height: 100%;
position: absolute;
top: 0px;
left: 76%;
}


div#navBox
{
margin: 0px auto;
border: 0px solid white;
text-align: left;
width: 85px;
height: 165px;
position: absolute;
top: 35%;
left: 12px;
}

div#form
{
margin: 0px auto;
border: 0px solid white;
text-align: left;
width: 433px;
position: absolute;
top: 25%;
left: 9%;
}

div#thanks
{
margin: 0px auto;
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
padding-bottom: 15px;
border: double black 5px;
background-color: #D2C8B1;
text-align: left;
width: 300px;
position: absolute;
top: 38%;
left: 14%;
}




								
/***************************************************/
/**** END LAYOUT, BACKGROUND STYLES (BOX MODEL) ****/
/***************************************************/

			