@charset "utf-8";

div#header { text-align: center; height: 370px; background-position: center; background-repeat: no-repeat; background-image:url(../images/template/header-default.png) }
div#menu { width: 757px; margin: 0 auto 0 auto }
div#menu ul { text-align: left; margin: 0; padding: 294 0 0 40 }
div#menu li { display: inline; font-weight: bold; padding: 1 12 1 10; border-right: dotted 1px #fff }
div#menu a { color: #fff; text-decoration: none }
div#menu a:hover { text-decoration: underline }

div#content { text-align: center; background-position: center; background-repeat: no-repeat; background-image:url(../images/template/content-background.png) }
div#canvas { text-align: left; width: 760px; margin: 0 auto 0 auto; height: auto !important; height: 400px; min-height: 400px; background-repeat: no-repeat; background-image:url(../images/template/canvas-background.jpg); background-color: #eae5bc }
div.canvas-padding { padding: 1 16 0 16 }
div#footer { text-align: left; width: 760px; padding: 8 0 8 0; margin: 0 auto 0 auto }

div.col-left { float: left; width: 340px }
div.col-right { float: right; width: 340px }
div.clear { clear: both }

div.portal { padding: 0 0 16 16 }

.no-border { border: none !important }
.right { text-align: right }
