html, body {
    margin: 0;
    padding: 0
}

body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 76%;
	background-color: #E6E6DE;
	background-image: url(../im/bg.jpg);
	background-repeat: repeat;
	color: #282832;
}

p {
	margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #675F51;
		
}


div#header {
	width: 859px;
	height: 140px;
	position: relative;
	top: 25px;
	background-image: url(../im/framehead.jpg);
	background-repeat: no-repeat;

}

div#header div#globalnav{
	width: 815px;
	height: 45px;
    top: 20px;
    left:22px;
    position: relative;
    background-color: #A40802;
}

div#container {
	text-align: left;
}

div#content p {
    margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #675F51;
	line-height: 1.5em;
	
}



div#content p strong{
    font-weight: bold;
	
}
	


div#footer {
	height: 207px;
	color: #E6E6DE;
	background-image: url(../im/framefoot.jpg);
	background-repeat: no-repeat;	
}

#leftfoot{

    float: left;
    margin-left: 30px;
    width: 55%;
}



#rightfoot{

    position:relative;
    top: 105px;
    left: 100px;
    margin-right: 25px;
    float: left;
    width: 25%;
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#logo {
	position:relative;
	top: -17px;
	left: 23px;
}

div#footer {
    clear: left;
    width: 100%
}

div#container {
    width: 859px;/*700*/
    margin: 15px auto;
}

div#wrapper {
    float:left;
    width: 100%;
    background-image: url(../im/framemid.jpg);
	background-repeat: repeat-y;
}

div#content {
    margin-top: 30px;
	margin-left: 30px; /*0 150 */
	width: 600px;
	background-color: #E6E6DE;
	
}


div#navigation {
    float: left;
    width: 200px;
    padding-top: 32px;
    margin-left: -230px;
	background-color: #E6E6DE;
    line-height: 1.2em;
}



div#extra {
    float: left;
    width: 0px; /*150*/
    margin-left: -879px; /*-700*/
	background-color: #E6E6DE;
}

p a:link {

    color: #48485B;
    text-decoration: underline;
}

p a:visited {

    color: #77181E;
    text-decoration: underline;
}

p a:hover {

    background-color: #FFFFCC;
    color: #A92727;
    text-decoration: none;

}

h1{
	margin: 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2em;
	color: #A40802;
}

h2{
	margin: 0 10px 10px 25px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2em;
	color: #77181E;
}

div#navigation h1{
    color: #404953;
    line-height: .8em;
}

strong {

    font-weight: bold;
}

br.clear {
 
    clear:both;
}