/**************************************************
 *                     body                       *
 **************************************************/
body {
	background:url('../img/background/body.jpg') repeat-x;
	background-position:0 0;
	color:#000;
	font:100.1%/1.45 Tahoma, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

/**************************************************
 *                    general                     *
 **************************************************/
a {
	border-bottom:1px dotted #f3b909;
	color:#f3b909;
	padding:0 0 1px;
	text-decoration:none;
}
a:hover {
	border-bottom:1px solid #f3b909;
}
html {
	background:#2f2f2f url('../img/background/html.jpg') repeat;
	background-position:0 0;
	color:#fff;
}
img {
	border:0;
}

   /**************************************************
    *                    .classes                    *
    **************************************************/
	.floatLeft                                       { float:left; }
	.floatRight                                      { float:right; }
	.large                                           { font-size:110%; }
	.larger                                          { font-size:120%; }
	.small                                           { font-size:90%; }
	.smaller                                         { font-size:80%; }

/**************************************************
 *                   #container                   *
 **************************************************/
#container {
	background:url('../img/background/container.png') no-repeat;
	background-position:50px 259px;
	color:#fff;
	font-size:.8em;
	margin:0 auto;
	padding:0 0 0 36px;
	text-align:left;
	width:924px;
}
#container:after {
	clear:both;
	content:',';
	display:block;
	height:0;
	visibility:hidden;
}

   /**************************************************
    *                    #header                     *
    **************************************************/
	#header {
		background:url('../img/background/header.jpg') no-repeat;
		background-position:0 0;
		height:259px;
		margin:0 0 26px;
	}
	#header h1 {
		height:102px;
		margin:0;
		padding:67px 0 46px 407px;
		text-indent:-9999px;
		width:505px;
	}
	#header h1 a {
		border:0;
		display:block;
		height:102px;
		width:505px;
	}
	#header ul {
		clear:both;
		color:#fff;
		float:right;
		font:Bold 1.2em/44px Tahoma, Arial, Helvetica, sans-serif;
		list-style:none;
		margin:0;
		padding:0;
		text-align:center;
		text-transform:uppercase;
	}
	#header ul li {
		border-left:1px solid #fff;
		display:inline;
		padding:0 18px;
	}
		#header ul li.first {
			border:0;
		}
	#header ul li a {
		border:0;
		color:#fff;
		padding:0 0 1px;
	}
	#header ul li a:hover,
	#header ul li a:hover.selected {
		border-bottom:1px solid #fff;
	}
		#header ul li a.selected {
			border-bottom:1px dotted #fff;
		}

   /**************************************************
    *                    #content                    *
    **************************************************/
	#content {
		float:left;
		font-size:1.1em;
		padding:19px 0 0 9px;
		width:560px;
	}
	#content dl {
		margin:0;
		width:560px;
	}
	#content dl dd {
		float:left;
		margin:0;
		width:410px;
	}
	#content dl dt {
		clear:both;
		float:left;
		width:150px;
	}
	#content h2 {
		font-size:1.85em;
		margin:0;
		padding:0 0 15px;
	}
	#content h3 {
		font-size:1.4em;
		font-weight:normal;
		margin:0;
		padding:0 0 5px;
	}
	#content p {
		margin:0;
		padding:0 0 15px;
	}
		#content .course {
			background:url('../img/background/seperator.png') repeat-x;
			background-position:bottom left;
			margin:0 0 15px;
			padding:0 0 6px;
			width:444px;
		}
		#content .course p {
		}
		#content .course p a {
			font-weight:bold;
		}

   /**************************************************
    *                    #sidebar                    *
    **************************************************/
	#sidebar {
		background:url('../img/background/sidebar.jpg') no-repeat;
		background-position:0 0;
		float:left;
		height:630px;
		min-height:630px;
		height:auto !important;
		padding:0 18px 20px 70px;
		width:267px;
	}
	#sidebar h5 {
		color:#fff;
		font-size:2em;
		font-weight:bold;
		margin:0;
		padding:19px 0 12px 11px;
	}
	#sidebar p {
		font-size:.85em;
		margin:0;
		padding:15px 0 0 11px;
	}
	#sidebar ul {
		list-style:none;
		margin:0;
		padding:0 0 10px;
	}
	#sidebar ul li {
		background:url('../img/background/sidebar_ul_li.png') no-repeat;
		background-position:0 6px;
		font-weight:bold;
		line-height:1.3;
		padding:2px 0 2px 11px;
	}

   /**************************************************
    *                    #footer                     *
    **************************************************/
	#footer {
		background:url('../img/background/footer.jpg') no-repeat;
		background-position:0 0;
		color:#fff;
		clear:both;
		font-size:.95em;
		padding:78px 0 0;
		width:906px;
	}
	#footer a {
		border-bottom:1px dotted #fffeff;
		color:#fff;
	}
	#footer a:hover {
		border-bottom:1px solid #fffeff;
	}
	#footer p {
		float:right;
		font-size:.9em;
		height:18px;
		line-height:18px;
		margin:0;
		padding:0 13px 36px 0;
		text-align:right;
		width:775px;
	}
	#footer ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer ul {
		background:url('../img/background/footer_ul.png') no-repeat;
		background-position:0 0;
		float:left;
		height:18px;
		margin:0;
		padding:0;
		width:114px;
	}
	#footer ul li {
		float:left;
		margin:0 4px 0 0;
	}
	#footer ul li a {
		border:0;
		cursor:help;
		display:block;
		height:18px;
		text-indent:-9999px;
		width:53px;
	}
	#footer ul li a:hover {
		border:0;
	}