@charset "utf-8";
div#top { height: 428px; background-image:url(../images/top-background.jpg); background-repeat: no-repeat; background-position: center }
div#dstudio { position: relative; width: 856px; height: 108px; overflow: hidden }
div#canvas { line-height: 1.6em; background-image:url(../images/canvas-background.png); background-repeat:repeat-y }
div#header { position: relative; width: 856px; height: 320px; overflow: hidden }
div#main { position: absolute; top: 90; left: 64; font-weight: bold }
div#main li { padding: 2 14 2 16; border-right: dotted 1px #000 }
div#sub { position: absolute; top: 270; left: 86 }
div#sub li { padding: 2 12 2 14; border-right: solid 1px #000 }
div#footer { color: #fff }

.menu ul { text-align: center; margin: 0; padding: 0 }
.menu li { display: inline }
.menu a { color: #000; text-decoration: none }
.menu a:hover { text-decoration: underline }

div.container-padding { padding: 8 72 0 64 }
div.container { text-align: left; width: 856px; margin: 0 auto 0 auto }

div.portal { padding: 0 0 12 21 }
div.indent { padding-left: 32 }

div.col-left { float: left; width: 280px }
div.col-right { float: right; width: 410px }
div.clear { clear: both }

.no-border { border: none !important }