﻿body {
    background-color: #AC4151;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}


#wrapper{
    border-color: #a23d4c;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
#header{
    width: 800px;
    height: 88px;
}
#headerpic{
    width: 800px;
    height: 260px;
}
#spacer{
    width: 800px;
    height: 10px;
}
#nav{
    float: left;
    margin-top: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#nav ul

{
    margin : 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #a23d4c;

}

#nav ul li

{
    position: relative;
}

#nav li ul 

{
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}

#nav ul li a

{
    display: block;
    text-decoration: none;
    color: #b68d93;
    background: #ac4151;
    padding: 5px;
    border: 1px solid #a23d4c;
    border-bottom: 0;
}



#nav ul li a:hover { color: #967075; background: #9e3747; } /* Hover Styles color of text back */

#nav li:hover ul, li.over ul { display: block; } /* The magic */




#content{
    padding: 5px;
    width: 615px;
    height: 100%;
    float: right;
    margin-bottom: 10px;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12px;
}
#path{
    font-family: Verdana;
    font-size: x-small;
    color: #b68d93;
    float: left;
    padding: 5px;
    margin: 5px;
}
#smalltable
{
    width: 575px;
    height: 40px;
    font-family: Verdana;
    font-size: x-small;
    padding: 20px 5px 5px 5px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #a23d4c;
    margin-top: 10px;
}
#footer{
    margin: 10px auto 10px auto;
    padding: 5px;
    background-color: #90656A;
    width: 750px;
    height: 25px;
    clear: both;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
}
#ulcon{
    
    
}
