/* BEGIN CSS RESET */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
}
ul { list-style: none; }
/* END CSS RESET */

/* Helpers */
.bold {
    font-weight: bold;
}

/** Content styles */
body {
    text-align: center;
    font-family: Arial, sans-serif;
    /*background-color: red;*/
}

#wrapper {
    width: 800px;
    margin: 0 auto;
    background-color: #FFF;
    text-align: left;
    position: relative;
}

#header {
    padding-top: 13px;
    height: 87px;
}

#netLogo {
    margin: 0 0 40px 40px;
}

#content {
    background-repeat: repeat-y;
    background-color: #1D638A;
    position: relative;
    padding: 170px 0 20px 0;
}

#menu {
    position: absolute;
    top: 17px;
    left: 0;
    height: 188px;
    width: 240px;
    background-repeat: no-repeat;
    color: #FFF;
}
#menu ul {
    margin-left: 25px;
    position: relative;
}
#menu ul ul {
    margin: 0 0 20px 0;
}
#menu li li {
    height: 30px;
}
#menu li p {
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0;
}
#menu li a {
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
}
#menu li span {
    color: #7BD3F7;
    display: block;
    font-size: 10px;
    line-height: 9px;
}
#menu li.item2 {
    position: absolute;
    top: 130px;
}
#menu li.item3 {
    position: absolute;
    top: 158px;
    z-index: 10;
}
div#intro {
    position: absolute;
    right: 50px;
    top: 17px;
    width: 440px;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, sans-serif;
}
#intro p {
    margin-bottom: 10px;
    line-height: 14px;
}

.overview {
    position: relative;
    margin: 10px auto;
    background-repeat: no-repeat;
    height: 404px;
    width: 734px;
	z-index: 1;
}

.overview h2 {
    position: absolute;
    left: 300px;
    top: 4px;
    width: 400px;
    color: #FFF;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
}
.overview h2.small {
	font-size: 17px;
}

.overview img.lecturerPhoto {
    position: absolute;
    top: 60px;
    left: 25px;
    width: 159px;
    height: 158px;
    border: 2px inset #FFF;
}

.overview h3 {
    position: absolute;
    left: 200px;
    top: 60px;
    font-size: 14px;
}
.overview p {
    position: absolute;
    font-size: 12px;
    left: 200px;
    top: 90px;
    width: 500px;
    line-height: 1.2em;
}
.overview ul {
    position: absolute;
    top: 260px;
    font-size: 12px;
    left: 200px;
    line-height: 1.2em;
}
.overview div {
    position: absolute;
    top: 330px;
    margin-left: 30px;
}

.overview a {
    position: absolute;
    display: block;
    bottom: 24px;
    right: 20px;
    width: 183px;
    height: 56px;

    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
.overview a:hover {
    background-position: bottom right;
}
#footer {
    text-align: center;
    color: #000;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
}
#footer a {
    text-decoration: none;
    color: #000;
}

