﻿html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body 
{
    background-image: url(../Images/pink-lattice.gif);
    background-repeat: repeat-x;
    background-color: #d59c95;
    background-position:top;
    margin:0;
    padding: 0;
    color: #d59c95;
}
#wrapper
{
    width: 744px;
    margin: 0 auto 5px auto;  
    overflow-y:auto;
    background-color: #ffffff;
    background-image: url(../Images/pink-lattice-bottom-shadow.gif);
    background-position: left bottom;
    background-repeat:no-repeat;
}
#content
{
    width:100%;
    height:100%;
    overflow-y:auto;
    position:relative;
    float:left;
    padding-bottom:5px;
}
#leftBar-bg
{
    overflow-y:auto;
    background-image: url(../Images/pink-left-shadow-bg.gif);
    background-position: left top;
    background-repeat: repeat-y;
    position:relative;
    float:left;
}
#leftBar
{
    overflow-y:auto;
    background-image: url(../Images/pink-lattice-left-shadow.gif);
    background-position: left top;
    background-repeat:no-repeat;
    position:relative;
    float:left;
}
#rightBar-bg
{
    overflow-y:auto;
    background-image: url(../Images/pink-right-shadow-bg.gif);
    background-position: right top;
    background-repeat: repeat-y;
    position:relative;
    float:left;
}
#rightBar
{
    overflow-y:auto;
    background-image: url(../Images/pink-lattice-right-shadow.gif);
    background-position: right top;
    background-repeat:no-repeat;
    position:relative;
    float:left;
}
#innerWrapper
{
    width: 724px;
    padding: 5px;
    background-color: #ffffff;
    overflow-y:auto;
    position:relative;
    float:left;
}

/* For non IE Browsers */
#innerWrapper
{
    margin: 0 5px 0 5px;
}
/* For IE Browsers :: Note - this hasn't been tested in IE7 */
/*http://www.positioniseverything.net/articles/ie7-dehacker.html*/
* html #innerWrapper
{
    margin:  5px;/**/
    padding: 0px;
}



#header
{
    width: 100%;
    color: White;
    position:relative;
    float:left;
    border-bottom: solid 1px #d05e78;
}
h1
{
    color:#d05e78;
    font-size:45px;
    font-family: Serif, Georgia, Garamond,;
    background-image: url(../Images/W120pt-Bickham-Script-Pro.gif);
    background-position: left Bottom;   
    background-repeat: no-repeat;
    padding: 20px 5px 10px 13px;
    margin: 0;
}
#topNavigation-part1
{
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    background-image: url(../Images/pink-checker-bg.gif);
    width: 100%;
    height:15px;
    position:relative;
    float:left;
}
#topNavigation-part2
{
    border-bottom: solid 2px #ffffff;
    background-image: url(../Images/red-gradient-bg.gif);
    background-color: #e7c4c2;
    background-position: bottom;
    background-repeat: repeat-x;
    width: 100%;
    height:32px;
    position:relative;
    float:left;
}
.linkRightSideAndContainer
{
    background-image: url(../Images/button-right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    margin: 4px 0px 4px 4px;
    overflow-y:auto;
    position:relative;
    float:left;
    height:24px;
    padding: 0 5px 0 0;
}
.linkLeftSide
{
    background-image: url(../Images/button-left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    overflow-y:auto;
    position:relative;
    float:left;
    height:24px;
    padding: 0 0 0 5px;
}



.innerLink
{
    background-image: url(../Images/button-center.gif);
    background-position: top;
    background-repeat: repeat-x;
    position:relative;
    float:left;
    height:24px;
    overflow: hidden;
}
.innerLink a
{
    text-decoration: none;
    padding: 6px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    top: 5px;
    position: relative;
}
/* For IE Browsers :: Note - this hasn't been tested in IE7 */
/*http://www.positioniseverything.net/articles/ie7-dehacker.html*/
* html .innerLink a
{
    top: 2px;
}




#main
{
    width:100%;
    position:relative;
    float:left;    
    padding: 10px 0;
    border-bottom: solid 1px #d05e78;
    overflow-y:auto;
}
#mainContent
{
    /*padding: 0 20px;*/
    overflow-y:auto;
}
#leftPanel
{
    position:relative;
    float:left;
    height:100%;
    width: 450px;
    padding: 0 10px 0 10px;
    border-right: solid 1px #d59c95;
}
#rightPanel
{
    position:relative;
    float:left;
    height:100%;
    width: 230px;
    padding: 0 10px 0 10px;
}
h2
{
    color:#ce6a6a;
    font-size:25px;
    font-family: Serif, Georgia, Garamond,;
    margin: 0;
}
h3
{
    color:#ce6a6a;
    font-size:20px;
    font-family: Serif, Georgia, Garamond,;
    margin: 0;
	display:inline;
}
hr 
{
    border: none;
    border-bottom: solid 1px #d59c95;
    color: #d59c95;
    background-color: #d59c95;
    height:1px;/**/
}

p {color: #d59c95}
a:link {color: #b54446}     /* unvisited link */
a:visited {color: #b54446}  /* visited link */
a:hover {color: #cc9999}    /* mouse over link */
a:active {color: #b54446}   /* selected link */

#footer
{
    background-color: #d59c95;
    height: 50px;
    width: 100%;
    color: White;
    text-align:center;
    Position:relative;
    float:left;    
    margin-top: 1px;
}

/* 

Note that much of the design was influenced by http://www.belldds.com/ 
All HTML and CSS were hand coded and images where compiled in Photoshop CS2

*/