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

#Content {
	width:875px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#eee;
	}

#body {
  background-color: #FFFFFF;
  border: double;
  width: 875px;
}

#header {
width: 875px;
height: 269px;
background-image: url(images/header.jpg);
background-position: left top;
background-repeat: no-repeat;
}
#photo {
float: right;
width: 200px;
height: 143px;
position: absolute;
top: -25px;
left: 450px;
background-image: url(images/debcn8-2.jpg);
background-repeat: no-repeat;
}
#leftcol {
clear: both;
position: relative;
float: left;
width: 445px;
}


.firstletter:first-letter {
font-size : 300%;
float : left;
line-height: 0.75em;
padding-right : 3px;
color : #800000;
}
#col1 {
float : left;
width : 650px;
background : #fff;
margin : 0 auto;
padding-right : 0px;
padding-left : 110px;
text-align : justify;
top:0px;
}

#col1 a {
padding-left : 0;
text-decoration : none;
}

#text {
float : right;
text-align : justify;
}


#menu {
position : relative;
width : 655px;
height : 30px;
top : -25px;
left : 208px;
}

#footerimg{
  background-image: url(images/footer.jpg);
  background-position: bottom;
  width: 875px;
  height: 115px;
}

/*   Rounded Corner
.bl3 {background:url(1bl.gif) 0 100% no-repeat #FFFFFF; width:25.5em; text-align:justify}
.bl2 {background:url(1bl.gif) 0 100% no-repeat #FFFFFF; width:25.5em; text-align:justify; padding:8px}
.bl {background:url(1bl.gif) 0 100% no-repeat; width:25.5em; text-align:center}
.br {background:url(1br.gif) 100% 100% no-repeat}
.tl {background:url(1tl.gif) 0 0 no-repeat}
.tr {background:url(1tr.gif) 100% 0 no-repeat}
.tr2 {background:url(1tr.gif) 100% 0 no-repeat; padding:8px}
img {border:1px} */


#copyright {
font: normal normal bold x-small 12px Arial, Helvetica, sans-serif;
text-align : center;
position : relative;
top : 110px;
color: #FFFFFF;
}
/* Footer: Links List */
#foot ul{
clear : both;
position : relative;
font: normal normal bold small 12px Arial, Helvetica, sans-serif;
text-align : center;
top : 15px;
margin: 0.5em 0; /* Half a character of spacing above and below, none to either side. */
padding: 0; /* No spacing between inside of margin and outer edge of text. */
list-style-type: none; /* Hide the bullets. */

}
#foot li{
 clear : both;
 display: inline; /* Make the list horizontal. */
 padding: 0 0.5em 0 0.7em; /* Half a character of spacing to the right, slightly more to the left to overcome residual spacing from bullet marker. */
 border-left: 0.08em solid #644; /* Draw a divider line to the left of every item. */
 text-decoration: none;
}
#foot li.first {
clear : both;
 padding-left: 0; /* The first item should not be spaced away from the left edge. */
 border: 0; /* The first item should not have a border on its left edge. */
}
