
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0; padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
	font-size: 1em; font-weight: normal; font-style: normal;
}

/* ////////////////////////////// */

body {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #5c99b9;
	background: #005983 url("../images/bg.gif") no-repeat fixed bottom right;
}

/* ////////////////////////////// */

h1,
h2 {
	display: none;
}

/* ////////////////////////////// */

p {
	margin-bottom: 16px;
}

strong,
h3 {
	color: #fff;
	font-weight: bold;
}

.wrong {
	text-decoration: line-through;
	color: #29698f;
}

/* ////////////////////////////// */

a {
	font-weight: bold;
	color: #99d3ee;
	text-decoration: none;
	border-bottom: 1px solid #307099;
}

a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

/* ////////////////////////////// */

div ul {
	margin-bottom: 16px;
	list-style: none;
}

div ul li {
	list-style: none;
}

/* ////////////////////////////// */

div#announcements ul li + li {
	border-top: 1px dotted #307099;
	padding-top: 8px;
}


/* ////////////////////////////// */

div#head {
	background: url("../images/title-intro-to-as3.gif") no-repeat;
	position: absolute;
	top: 100px;
	left: 35px;
	width: 240px;
	height: 100px;
}

div#info {
	background: url("../images/title-course-info.gif") no-repeat;
	padding-top: 40px;
	position: absolute;
	top: 200px;
	left: 35px;

}

div#announcements {
	background: url("../images/title-announcements.gif") no-repeat;
	padding-top: 40px;
	position: absolute;
	top: 200px;
	left: 275px;
	width: 325px;
}

div#downloads {
	background: url("../images/title-downloads.gif") no-repeat;
	padding-top: 40px;
	position: absolute;
	top: 200px;
	left: 675px;
	width: 225px;
}
