/* CSS Document */

body {
background-image:url(../images/bg4.gif);
background-repeat:repeat-x;
background-color: #cbd5dc;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#bodywrapper {
width: 778px;
margin: 0px auto;
padding: 0px;
}

#contentwrapper {
width: 778px;
background-image:url(../images/left_bg.gif);
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position: top left;
float:left;
}

#nav {
width: 253px;
float:left;
text-align:right;
padding: 0px;
/*background-image:url(../images/nav_bg.png);*/
}

/*#nav img {
padding-bottom:40px;
}
*/

img#ebportrait {
margin: 10px 0px 10px 10px;
float:right;
}

img.floatright {
float:right;
}

#homeparagraph {
margin-right: 15px;
}

#content {
width: 460px;
padding: 0px 30px 0px;
float:left;
}

#content a {
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content a:visited {
color: #666666;
}

#topicscontainer {
padding: 0px; 
margin: 0px; 
background-image: url(../images/topics_bg.gif); 
float:left;
}

#topicsone {
width: 144px;
float:left;
}

#topicstwo, #topicsthree {
width: 144px;
float:left;
padding-left:4px;
}

#topicsone p, #topicstwo p, #topicsthree p {
font-size:10px;
padding: 0px;
margin: 5px 0px;
}

img.topicpic {
float:left; 
margin-top:7px; 
margin-right:5px;
border: 1px solid #000;
}


.spacer {
clear:both
}

