body {
    margin: 0;
}

img {border:0;}

div, p, ul {
    font: 12px/20px Georgia, "Times New Roman", Times, serif;
}

p.center{text-align:center;}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
	color: #165368;
	text-decoration: none;
}

#header {
    background: #a2c8d1 url(/images/header.jpg) no-repeat;
}
#header h1, #header h2 {
    display: none;
}

#menu {
    color: #fff;
    background: #1f65a1;
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited {
    padding: 3px 10px 2px 10px;
    color: #fff;
    text-decoration: none;
}

#leftmenu {
    background:  url(/images/leftmenu_back.jpg) no-repeat;
    padding-top: 36px;
    padding-left: 10px;
}
#leftmenu h3 {
    font: bold 11px Arial, sans-serif;
    font-style: italic;
    color: #666;
}
#leftmenu h4 {
    font-size: 110%;
}
#leftmenu li {
    font-size: 11px;
}

#leftmenu a {
	font-weight: normal;
}
#gradient {
    background:  url(/images/gradient.jpg) no-repeat;
}
#gradient hr {
    display: none;
}    

#contents img {
	display: block;
	margin: auto;
}
#contents hr {
    border-top: medium dotted #333;
    height: 0;
} 

/* #topleftmenu {
	background: url("../images/topleftmenu_back.jpg") no-repeat;
	background-position: -15px -15px;
} */

#rightmenu {
    background:  url(/images/rightmenu_back.jpg) no-repeat;
    padding-top: 48px;
    padding-left: 20px;
}
#rightmenu h3 {
    display: none;
}
#rightmenu li {
    font-size: 11px;
}
#featured {
    text-align: center;
}

#featured img {
    border: 0;
}

#footer {
    text-align: center;
    display: none;
}

#footer li {
    display: inline;
}

#footer li.first {
}

#submenu-title {
	margin: 18px 0 10px;
}

.portrait {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#highlite {
	text-align: center;
	background: #F7F4EC;
}