* {
	margin: 0;
	padding: 0;
}

body {
background: #d7d3c9;
font-family: Verdana;
font-size: 12px;
line-height: 17px;
color: #black;
}

a {
text-decoration: none;
color: #406040;
}
a:hover {
text-decoration: underline;
color: #608060;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#guide td {
	width:25%;
	padding:2px;	
}
#header {
height: 175px;
background: #e0f3fa url(/images/headerrose.jpg) no-repeat;
text-align:center;
vertical-align: middle;
}
#header h1 { 
font-size: 50px;
letter-spacing: -1px;
padding: 50px 0 0 20px;
color: #406040;
font-family: TEMPUS SANS ITC;
font-weight: bold;
}
#header h1 a { 
color: #608060;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #e0e0c0;
}
#header h2 {
font-size: 25px;
color: #608060;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
font-family: TEMPUS SANS ITC;
}
/* Top Navigation */
li.headlink ul { display: none;}
li.headlink:hover ul { display: block;}

#menu {
height: 30px;
line-height: 30px;
background: #406040 url(/images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #f0f0e0 url(/images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #c06060;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.indented {
	margin-left: 10px;
	padding-left: 10px;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #a04040;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #608060;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : #406040 url(/images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #606040;
}
#footer a { color: #606040; }
#footer a:hover { color: #808060; }

/* dropdown styles */
#topdropdown
{	margin: 0;
	padding: 0;}
	
#topdropdown li
{	float: left;
		list-style: none;
		font: 12px Verdana;}

#topdropdown li a
{	display: block;
	padding: 5px 12px;
	text-decoration: none;
	height: 30px;
	border-right: 1px solid white;
	width: 70px;
	white-space: nowrap;}

#topdropdown li a:hover
{	background: #608060;}
		
#topdropdown li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;}
		
#topdropdown li ul li
{	float: none;
	display: inline;}
		
#topdropdown li ul li a
{	width: auto;
	background: #606040;}
		
#topdropdown li ul li a:hover
{	background: #808060;}

#leftpicture {
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}

#rightpicture {
	float:right;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}

.label {
	font-weight:bold;
	color: #808060;
}

