body {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p {
	margin: 0.5em 0.5em 1em;
}

h3 {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: underline;
	color: #3e3d5d;
}

a:hover {
	color: #64628f;
}

a.nav:link, a.main_topbuttones:hover, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-weight: bold;
	color: #e6e5ff;
}

a.nav:hover {
	color: #fff;
}
	
#container {
	background-color: #fff;
	padding: 1em 0;
	width: 780px;
	margin: auto;
}

#main_title {
	background-image: url("../images/topbar/top_centre.png");
	text-align: center;
	width: 780px;
	height: 116px;
}

#main_title_left {
	background: url("../images/topbar/top_corner_left.png") no-repeat top left;
	height: 116px;
	margin-bottom: -116px;
}

#main_title_right {
	background: url("../images/topbar/top_corner_right.png") no-repeat top right;
	height: 116px;
	margin-top: -118px;
}

#main_topbuttons {
	background: url("../images/topbar/top_menu_centre.png");	
	text-align: center;
	
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#main_topbuttons li {
	display: inline;
}

#main_topbuttons a {
	padding: 0.5em 1em;
}

#main_topbuttons_inner {
	background: url("../images/topbar/top_menu_inner_centre.png");	
	text-align: center;
	font-size: 10px;
	
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#main_topbuttons_inner li {
	display: inline;
}

#main_topbuttons_inner a {
	padding: 0.5em 1em;
}

#main_content {
	width: 754px;
	border:1px solid #7d8b70;
	padding: 1em;
	background-color: #f0f0ff;
}
	
#copyright {
	text-align: center;
	font-size: 10px;
	padding-top: 1em;
	clear: both;
}

#in-img-right {
	float: right;
	border:1px solid #7d8b70;
	text-align: center;
	
	margin-left: 1em;
	padding: 1em;
}

#in-img-left{
	float: left;
	border:1px solid #7d8b70;
	text-align: center;
	
	margin-right: 1em;
	padding: 1em;
}
