@charset "utf-8";

div.container { text-align: left; width: 1000px; margin: 0 auto 0 auto }

div#logo { float: left; width: 384px }
div#top { float: right; width: 616px }
div#top dl { margin: 70 0 0 0 }
div#top dd { display: block; float: right }
div#top a { color: #000; font-size: 13px; text-decoration: none; text-transform:uppercase }
div#top a:hover { text-decoration: underline }

div#header { width: 1000px; margin-top: 12; overflow: hidden }

div#menu { width: 1000px; height: 50px; overflow: hidden; background-image:url(../images/template/menu-background.png) }
div#menu ul { margin: 0; padding: 12 0 16 0; text-align: center }
div#menu li { display: inline; padding: 12 20 16 20 }
div#menu a { font-size: 15px; color: #000; text-decoration: none }
div#menu a:hover { color: #7cc045; border-bottom: dotted 1px #7cc045 }

div#canvas { width: 1000px; overflow: hidden }
div#content { padding: 10 30 30 30 }
div#content a { font-weight: bold }

div#footer { color: #999 }
div#footer p { padding: 40 0 40 40 }
div#footer a { color: #999 }

div#ministry-links dl { margin: 0 }
div#ministry-links dd { float: left; width: 100px; text-align: center }
div#ministry-links a { color: #000; display: block; padding: 0.5em 0.5em 0.5em 0.5em; text-decoration: none }
div#ministry-links a:hover { text-decoration: underline }

div.clear { clear: both }
