body
{
    background: #C8C8C8 url(background.png) repeat-x top;
}

#container
{
    width: 680px;
    margin: 30px auto;
    background-color: #fff;
    padding: 10px;
}

#header
{
    height: 86px;
    background: #000 url(logo.jpg) no-repeat 0 0;    
}
#header h1, #header h2
{
    display: none;
}

#content
{
    width: 420px;
    padding: 0 20px 10px 10px;
    float: left;
}
#content h3{
	border-bottom: solid 1px #eee;
	padding-bottom: 0px;
	margin-bottom: 10px;
	line-height: 25px;
}

#sidebar
{
    padding-top: 5px;    
    padding-left: 10px;
    float: right;
    width: 220px;
}
#sidebar p
{
    margin: 0px 0 40px 0;
    border: solid 1px #E8E8E8;
    padding: 5px;
}
#sidebar a
{
    display: block;
    text-align: right;
}
#sidebar blockquote {
    padding: 15px 0 0 10px; 
    background: url(quotes1.png) top left no-repeat;
    margin: 0 0 30px 0;
    width: 210px;
}

#sidebar blockquote p {
    padding: 0px 15px 0px 0px;    
    background: url(quotes2.png) bottom right no-repeat;
    text-align: justify;
    margin: 0;  
    border-width: 0;
}

#sidebar blockquote cite
{
    display: block;
    text-align: right;
    color: #333;
    padding-top: 5px;
}

#footer
{
    clear: both;
    margin: 0;
    background-color: #a3a3a3;
    color: #fff;
    height: 20px;
}
#footer p
{
    margin: 0;
    padding: 0;
}
#footer p.contact
{
    float: left;
    padding-left: 5px;
}
#footer p.copyright
{
    float: right;
    padding-right: 5px;
}

#menu
{
    height: 30px;
    margin-bottom: 35px;
    background: url(menu.png) repeat-x bottom;
	position: relative;
}
#menu ul, #menu li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li
{
    float: left;
    padding: 8px 10px 5px 10px;
    font-size: 1.2em;
    white-space: nowrap;    
}
#menu li a
{
    text-decoration: none;
    color: #666;
}
#menu li a:hover
{
    text-decoration: underline;
}
#menu li ul
{
    display: none;
    width: 680px;
    top: 30px;
    left: 0px;
    position: absolute;
	text-align: center;
	background-color: #fff;
	padding-top: 5px;
}
#menu li:hover ul, #menu li.sel ul
{
    display: block;
	z-index: 100;
}
#menu li:hover ul{
	z-index:101;
}
#menu li ul li
{
    float: none;
    display: inline;
    padding: 2px 4px;
    font-size: 0.75em;
    background-image: none;
}
#menu li ul li a
{
	color: #333;
}
#menu li.sel
{
    font-weight: bold;
}
#menu li.sel li
{
    font-weight: normal;
}
#menu li li.sel a
{
    text-decoration: underline;
}