pre {
/* display: none; */
}

* { margin: 0; padding: 0; }

body {
 font-family: Helvetica, Arial, sans-serif;
 color: #fff;
 background: #fff url("/images/bg.gif") 0px 120px repeat-x;
}

p {
 font-size: 12px;
}

a {
 text-decoration: none;
 border: none;
}

/* Styles
----------------------------------------------- */

#outer-header, #header {
 width: 100%;
 height: 120px;
/* background: #141414;
 background: url("/images/header-bg.gif") top left repeat-x;
*/

background: #000;
height: 130px;

}

#header {
 width: 660px;
 margin: 0 auto;
 position: relative;
 padding: 27px 0 0 0;
 height: 93px;

 padding: 24px 0 0 0;
 height: 96px;


background: url("/images/header.jpg") top left no-repeat;
width: 750px; height: 106px;

}

#header h1 a {
 width: 0; height: 0;
 padding-right: 124px; padding-top: 63px;
 background: url("/images/logo.png") top left no-repeat;
 overflow: hidden;
 display: block;
 margin: 0 auto;

 padding-right: 150px; padding-top: 75px;
}


#header h1 a {
 margin: 0;
 position: absolute;
 top: 28px; left: 70px;
}

/* Nav
------------------------------------------*/

#nav {
 position: absolute;
 bottom: 5px; right: 5px;

 right: 45px;
}

#nav li {
 list-style: none;
 float: left;
 vertical-align: bottom;
}

#nav li a:link,
#nav li a:visited {
 color: #fff;
 text-transform: uppercase;
 margin-left: 5px;
 font-weight: bold;
 font-size: 10px;
}

#nav li a:hover,
#nav li a:active {
 color: #00b1ee;
}


#container {
 margin: 0 auto;
 width: 660px;
 padding: 30px 0 0 0;
}

/* Left Column
------------------------------------------*/
#left-column {
 width: 400px;
 float: left;
 margin: 0 30px 23px 0;
}

#course-full img {
 margin: 0 0 10px 0;
}

#course-text {
 width: 360px; height: 283px;
 background: #005c7f url("/images/coursetext-bg.gif") top left repeat-x;
 color: #fff;
 padding: 20px;
 overflow-x: hidden; overflow-y: auto;
}

#course-text h2 {
 font-size: 20px;
 text-transform: uppercase;
 margin: 0 0 5px 0;
}

#course-text p {
 /* font-size: 14px; */
}


/* Right Column
------------------------------------------*/
#right-column {
 width: 230px;
 float: left;
 margin: 0 0 23px 0;
}

#right-column object {
 margin: 0 0 18px 0;
float: left;
}

#home-text {
 width: 190px; height: 140px;
 padding: 20px;
 background: #5e5e5e;
 margin: 0 0 10px 0;
 overflow: hidden;
}

#home-text p {
 font-size: 11px;
}

#enrolling {
 margin: 0 0 10px 0;
 height: 253px;
float: left;
}

#enrolling h3 {
 width: 0; height: 0;
 padding-right: 230px; padding-top: 20px;
 background: url("/images/enrolling.png") top center no-repeat;
 overflow: hidden;
 display: block;
 margin: 0 0 5px 0;
}

#enrolling li {
 background: url("/images/courselist-bg.gif") top left repeat-x;
 width: 210px; height: 30px;
 margin: 3px 0 0 0;
 padding: 0 10px;
}

#enrolling li a {
 font-size: 14px;
 line-height: 30px;
 vertical-align: middle;
 text-transform: uppercase;
 overflow: hidden;
}

#enrolling li a:link,
#enrolling li a:visited {
 color: #fff;
}

#enrolling li a:hover,
#enrolling li a:active {
 color: #00b1ee;
}


#register-link {
 width: 0; height: 0;
 padding-right: 230px; padding-top: 125px;
 background: url("/images/register-link.jpg") top left no-repeat;
 overflow: hidden;
 display: block;
float: left;

padding-right: 230px; padding-top: 113px;
}


/* Registration Form
------------------------------------------*/

#course-text form {
 width: 360px;
 position: relative;
}

#course-text form fieldset {
 border: none;
}

#course-text form legend, #course-text form label {
 display: none;
}

#course-text form input, #course-text form textarea {
 width: 345px;
 font-family: Helvetica, Arial, sans-serif;
 color: #aaa;
 font-size: 16px;
 border: 1px solid #aaa;
 margin: 0 0 10px 0;
 padding: 5px;
}

#course-text button {
 float: right;
 padding: 4px 6px;
 margin: 0 2px 0 0;
}

#course-text a:link, #course-text a:visited {
 font-size: 12px;
 color: #fff;
 float: right;
 margin: 15px 0 0 0;
 font-weight: bold;
}

#course-text a:hover, #course-text a:active {
 border-bottom: 1px solid #fff;
}

/* Footer
------------------------------------------*/

#outer-footer, #footer {
 background: #141414 url("/images/footer-bg.gif") top left repeat-x;
 clear: both;
 width: 100%;
}

#footer {
 width: 600px; height: 50px;
 margin: 5px auto 0 auto;
 padding: 27px 60px 0 0;
 text-align: left;
 color: #fff;
 font-size: 12px;
 position: relative;

}

a#xcelchurch:link, a#xcelchurch:visited {
 position: absolute;
 top: 35px; right: 25px;
 width: 0; height: 0;
 padding-right: 124px; padding-top: 16px;
 overflow: hidden;
 display: block;
 background: #141414 url("/images/xcelchurch.png") 0px 16px;
}

a#xcelchurch:hover, a#xcelchurch:active {
 background: #141414 url("/images/xcelchurch.png"); 0px 0px;
 background: #141414 url("/images/xcelchurch.png") 0px 16px;
}