BODY {
	margin: 0px;
	text-align: center;
	font-family: Times New Roman, serif;
}

DIV {
	border: 0px solid black;
}

TD {
	vertical-align: top;
}

IMG {
	border: 0px;
}

/********** Logo **********/
#logo{
height:130px;
width:800px;
margin: auto;
background:url(../images/logo.jpg) top right no-repeat;
text-align: left;
}

#logo H1{
	font-size: 42px;
	font-weight: normal;
	padding-top: 42px;
}

/********** Top Menu **********/
#topmenu{
height:25px;
width:800px;
margin:auto;
background:#d1dacc;
}
#topmenu ul{
list-style:none;
float:left;
margin:0;
padding:0;
}
#topmenu li{
float:left;
}
#topmenu li.active{
font-variant:small-caps;
color:#990000;
padding:1px 14px;
background:#d1dacc;
font-size:0.9em;
}
#topmenu li.active a{
font-size:1em;
padding:0;
color:#990000;
}
#topmenu li a{
padding:1px 14px;
text-decoration:none;
font-variant:small-caps;
color:#000;
font-size:0.9em;
background:#d1dacc;
}
#topmenu li a:hover{
color:#990000;
text-decoration:underline;
}

/********** Main Block **********/
#main{
background:url(../images/bottom.jpg) bottom right no-repeat;
width:800px;
margin: auto;
margin-bottom: 0px;
padding-bottom: 50px;
text-align: left;
}
/********** Left Panel **********/
#left{
float:left;
width:210px;
border-left:1px dotted #cc7f7f;
border-top:1px dotted #cc7f7f;
}
#leftmenu {
	clear: both;
}
/********** Left Menu **********/
#left ul{
list-style:none;
margin-left:1em;
margin-top: 1em;
padding:0;
margin-right: 0;
}
#left li{
margin:0;
padding:0;
}
#left li.active{
color:#990000;
padding:5px 0;
}
#left li a{
text-decoration:none;
display:block;
width:12em;
padding:5px 0;
color:#666;
}


/********** Right Panel **********/
#right{
float:left;
width:580px;
min-height:  600px;
border-left:1px dotted #cc7f7f;

}
#right h1{
font-size:1.2em;
color:#990000;
font-variant:small-caps;
}
#right>*{
margin-left:20px;
}

/********** Footer **********/
#footer{
clear:both;
width:800px;
margin: auto;
padding-top: 20px;
text-align: right;
}
#footer p{
font-size:0.9em;
color:#666;
font-style:italic;
}
#footer a{
color:#444;
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}

IMG.thumbnail {
	border: 2px solid yellow;
}