img {border: 0;}
body {
    margin: 0;
    padding: 0;
    background: url(images/page-bg.png) repeat-y top center;
    font-family: Arial, sans-serif;
    font-size: 90%;
}

br.clear {
    clear: both;
}


#all {
   background: url(images/normal-bg.gif) no-repeat center top;
   
}

#border {
   
    width: 800px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

#header {
    background: white url(images/header.gif) no-repeat top right;
    width: 764px;
    height: 88px;
    margin: 13px 15px 0 15px;
    border-bottom: 1px solid gray;
}

#header h1 {
    margin: 0;
    float: left;
}

#header h1 a {
    text-indent: -9999em;
    width: 215px;
    height: 88px;
    display: block;
    background: url(images/logo.jpg) no-repeat;
}

#header ul {
    margin: 0;
    padding: 53px 0 0 0;
    height: 35px;
    background: url(images/nav-bg.png) no-repeat bottom right;
}

#header ul li {
    float: left;
    list-style: none;
}

#header ul li a {
    display: block;
    height: 24px;
    text-indent: -9999em;
    margin-left: 35px;
}

#header ul li#nav-mission a {
    width: 136px;
    background: url(images/nav-mission.gif) no-repeat;
}

#header ul li#nav-blog a {
    width: 106px;
    background: url(images/nav-blog.gif) no-repeat;
}

#header ul li#nav-conference a {
    width: 187px;
    background: url(images/nav-conference.gif) no-repeat;
}


#page {
    padding: 16px 0 0 0;
    margin: 0 15px;
    width: 764px;
    background: #fff url(images/paul_and_timothy_comp_r6_c2.png) no-repeat;
    clear: both;
}

#content {
/*    width: 532px;*/
    float: left;
}

    #content img {
        border: none;
        text-decoration: none;
    }

#content #secondary {
    padding-top: 15px;
}

#secondary div.left {
    float: left;
    margin-right: 14px;
}

#secondary div.right {
    float: right;
}

#secondary div p {
    margin: 0;
    width: 259px;
    height: 23px;
    text-indent: -9999em;
}

#secondary a {
    display: block;
    text-decoration: none;
}


#secondary #item-about p {
    background: url(images/blog-desc.gif) no-repeat top left;
}

#secondary #item-conference p {
    background: url(images/conference-desc.gif) no-repeat top left;
}



#sidebar {
  margin-left: 12px;
    width: 220px;
    float: left;
}

#footer {
	font-size: 70%;
	color: #8A8A8A;
	text-align: right;
	background: white url(images/footer-bg.png) top center no-repeat;
	margin: 0 -14px;
	width: 800px;
	padding: 3px 20px 50px 20px; 
}

#footer p {
	margin: 24px 22px 0 0 ; 
}

#footer a {
	color: #8A8A8A;
	text-decoration: none;
}

#blog-highlight     {font: 11px Arial, sans-serif;}
#blog-highlight h3  {margin: 0 0 1px; color: #11538f; font-size: 16px; line-height: 16px;}
#blog-highlight ul  {margin: 0; padding: 0; list-style-type: none;}
#blog-highlight li  {margin: 0; padding: 0 5px 5px;}
#blog-highlight a,
#blog-highlight a:hover {color: #333; text-decoration: none;}

#sub-head {text-align: center; margin-bottom: 20px;}

#slideshow  {margin: 0; padding: 0; list-style-type: none; position: relative; height: 300px; width: 532px; float: left;}
#slideshow li {margin: 0; padding: 0; position: absolute; top: 0; left: 0;}

