@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}
.invis {visibility:hidden;}
body {font:normal 13px myriad pro, san-serif;}
h1 {margin-bottom:10px;font-size:16px;text-transform:uppercase;}
a {color:#555555;}
.clear {clear:both;}

/* Layout */
#wrapper {margin:0 auto;width:930px;height:600px;}
#container {float:left;display:inline;width:930px;height:600px;margin-top:50px;background:url(images/bg.jpg) no-repeat 0 0;}
#content {float:left;display:inline;margin:10px 0 0 25px;width:880px;height:472px;}
#logo {float:left;display:inline;width:450px;height:50px;margin:15px 0 0 30px;}
#logo a {display:block;width:450px;height:50px;}
#navigation {float:left;display:inline;width:330px;height:20px;margin:30px 0 0 90px;}

/* Menu */
#navigation ul {font-size:3px;}
#navigation li {float:left;display:inline;}
#navigation li a {float:left;display:inline;height:19px;text-decoration:none;}
.nav_home {width:43px;}
.nav_workshop {width:75px;}
.nav_registration {width:83px;}
.nav_about {width:62px;}
.nav_contact {width:60px;}


#content p {margin-bottom:15px;}
#home {float:left;display:inline;width:880px;height:472px;background:url(images/bg_home.jpg) no-repeat 0 0;}
#about {float:left;display:inline;width:390px;height:402px;padding:40px 460px 30px 30px;background:url(images/bg_about.jpg) no-repeat 0 0;}
#registration {float:left;text-align:center;display:inline;width:820px;height:402px;padding:40px 30px 30px 30px;background:#fff}
#registration .threecol {float:left;display:inline;text-align:left;margin-left:90px;width:750px;}
#registration .threecol ul {float:left;display:inline;width:240px;list-style-position:inside;margin:0 0 20px 0;}
#registration form {margin:15px 0 0 0px;}
#registration p {line-height:11pt;}
#workshops {float:left;display:inline;width:430px;height:402px;padding:40px 420px 30px 30px;background:url(images/bg_workshops.jpg) no-repeat 0 0;color:#fff;}
#workshops p {line-height:12pt;margin-bottom:15px;font-size:14px;}
#workshops a {color:#ffa939;}
#contact {float:left;display:inline;width:880px;height:412px;padding:30px 0px 30px 0px;background:url(images/bg_contact.jpg) no-repeat 0 0;}
#contact p {width:380px;margin:200px 0 0 45px;}

