/*-----------------------------------------------------------------------------
WW1 Mementos Style Sheet
version:   1.0
author:    JB

-----------------------------------------------------------------------------*/


/*	Global styles
-----------------------------------------------------------------------------*/

/* Remove all padding and margin by default */

*{
margin:0;
padding:0;
}

body {
/* background: #D0D5EB; */
background: #7f9ebf;
font: 85% georgia, trebuchet ms, verdana, arial, sans-serif;
text-align: center;
/*min-width: 95%;*/

}

a {
color: #3b407a;
}

a:hover {
color: #d2691e;
}

h4 {

font-size: 120%;
font-weight: bold;
color: #fff;
text-align: left;
top:0;
}


#headings {

	\height: 3%;
	float: left;
	padding: 1px 15px 1px 0px;
	margin: 15px 1% 20px 1%;
	background: #6579af;
	width: 35%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 35%;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: left;


	}
html>body #headings {
	width: 35%; /* ie5win fudge ends */
	}


#descriptionheading {

        \height: 3%;
        float: left;
        padding: 1px 15px 1px 0px;
        margin: 18px 1% 20px 1%;
        background: #9296A4;
        width: 75%; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 75%;
        font-size: 120%;
        font-weight: bold;
        color: #fff;
        text-align: left;


        }



#content{
        clear: left;
        margin: 20px 8% 20px 2%;
        width: 35%; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 35%;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    	font-size:    11px;


        }
html>body #content {
        width: 35%; /* ie5win fudge ends */
        }


#descriptioncontent{
 
	clear: left;    
	margin: 20px 1% 20px 1%;
        width: 550px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 550px;
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    	font-size:    11px;

       }
html>body #descriptioncontent {
        width: 550px; /* ie5win fudge ends */
        }






#content2 {
	position: absolute; 
	float: center;
	top: 150;
	/*right: 150;*/
	padding: 5px 10px; 10px 2%;
	/* margin: 10px 2% 20px 0%; */
	width: 44%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 41%;
	text-wrap: none;	
	
	}
html>body #content2 {
	width: 41%; /* ie5win fudge ends */
	}



#dummycontent {
        float: right;
        padding: 10px 2% 10px 2%;
        margin: 20px 2% 20px 2%;
        background: #666;
        border: 5px solid #ccc;
        width: 44%; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 41%;
        }
html>body #dummy {
        width: 41%; /* ie5win fudge ends */
        }







/* 	Decorative sides
-----------------------------------------------------------------------------*/
/*
#wrapper {position: top; width: 95%; min-width:95%; margin: 0px auto; text-align: left; border-right:13px solid #cdcdcd;border-bottom:13px solid #cdcdcd;border-left:13px solid #cdcdcd; background-color:#fff;}
*/
#wrapper {
	width:700px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	/* background-color:#eee; */
	background-color:#F8F9FF;
	}







/*	Top banner area
-----------------------------------------------------------------------------*/

#wrapper_top {
width: 720px;
position: relative;
left: 50%;
margin-left: -380px;
}

/* Tan Hack version of Simplified Box Model Hack - forces IE5 to size correctly while leaving IE6 alone */
*html #wrapper_top {
width: 740px;
w\idth: 720px;
}

 */


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
color:#FF9834;
}

/*	Main page body
-----------------------------------------------------------------------------*/
/*
#wrapper {
width: 720px;
position: relative;
left: 50%;
float: left;
margin-left: -380px;
padding: 10px 20px 0 20px;
background-color: #f4f4e1;
}
*/
/* Tan Hack version of Simplified Box Model Hack - forces IE5 to size correctly while leaving IE6 alone */
*html #wrapper {
width: 740px;
w\idth: 720px;
}

/*	Footer
-----------------------------------------------------------------------------*/

#footer {
clear: both;
padding: 10px 10px 0 5px;
font: 10px verdana;
color: #666;
}

#bottom {
width: 720px;
height: 40px;
position: relative;
left: 50%;
margin-left: -380px;
padding: 0 20px 0 20px;
}

