* {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 15px;
}

a:link {
	color: #00c;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 740px;
}

#wrapper {
	width: 959px;
}

#inner {
	overflow: hidden;
}

#menu {
	background: #FFF url(../img/shadow_bg.gif) repeat-y;
	height: 50px;
}

	#menu ul {
		padding: 0 20px;
	}
	
	#menu li {
		display: inline;
	}
	
	#menu li a {
		border: 0 solid #ECE5B2;
		color: #000;
		float: left;
		font-size: 12px;
		font-weight: bold;
		padding: 25px 3px 10px 3px;
		margin: 0 5px;
		text-decoration: none;
	}
	
	#menu li a.active {
		background: #ECE5B2 url(../img/menu_bg.gif) repeat-x;
		border-width: 0 2px;
	}
	#menu li a:hover {
		text-decoration: underline;
	}



#content {
	background: #ECE5B2 url(../img/shadow_left.gif) repeat-y;
	clear: both;
	float: left;
	padding: 10px 15px 25px 25px;
	width: 669px;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	line-height: 20px;
}

	#content h2 {
		color: #c00;
		font-size: 18px;
		padding: 10px 0;
	}
	
	#content ul {
		margin-left: 25px;
	}
	
	#content p,
	#content li,
	#content td,
	#content th,
	#content fieldset {
		font-size: 12px;
		padding: 5px 0;
	}
	
	#content #breadcrump {
		font-size: 11px;
		margin-bottom: 5px;
	}
	
	#content .highlight {
		border: 2px solid #f99;
		background: #fcc;
		padding: 10px;
		font-size:14px;
	}
	
	#content ul.lightbox {
		list-style: none;
		width: 650px;
		margin: 0;
	}
		#content ul.lightbox li {
			float: left;
			margin: 5px;
		}
		
		#content ul.lightbox li a {
			display: block;
			padding: 5px;
			border: 2px solid #BFB98F;
			background: #fff;
		}
		
		#content ul.lightbox li a:hover {
			border-color: #c00;
		}
		
		#content ul.image {
			list-style: none;
			float: right;
		}
		
			#content ul.image img {
				background: #fff;
				border: 2px solid #BFB98F;
				padding: 5px;
			}
		
		#content ul.class-list {
			list-style: none;
			font-weight: bold;
		}
		
			#content ul.class-list ul.class-details {
				border-left: 2px solid #BFB98F;
				background: #FFF7BF;
				margin-left: 5px;
				padding: 10px 10px 10px 25px;
				font-weight: normal;
			}
				#content ul.class-list ul.class-details li {
					padding: 0;
				}

		#content .imprint {
			width: 100%;
		}
		
			#content .imprint th {
				vertical-align: top;
				text-align: right;
				padding: 5px 10px;
				color: #6F6B53;
			}
			
			#content .imprint td {
				vertical-align: top;
				width: 90%;
				padding: 5px 10px;
				background: #FFF7BF;
			}
		
		#content fieldset {
			border: 2px solid #BFB98F;
			padding: 10px;
		}
			#content fieldset legend {
				font-weight: bold;
				color: #6F6B53;
			}
			
		#content label.input {
			display: block;
			width: 200px;
			
		}
		
		#content input.input,
		#content textarea {
			border-bottom: 2px solid #BFB98F;
			width: 250px;
			font-size: 14px;
			padding: 5px;
		}
			#content input.input:hover,
			#content input.input:focus,
			#content input.input:active,
			#content textarea:hover,
			#content textarea:focus,
			#content textarea:active{
				border-color: #c00;
			}



#sidebar {
	background: url(../img/shadow_right.gif) repeat-y;
	float: right;
	padding-top: 155px;
	margin-top: -50px;
	width: 250px;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

		#sidebar .box h3 {
			background: url(../img/box-head_bg.gif) top left no-repeat;
			font-size: 14px;
			padding: 10px 5px 5px 5px;
			padding-left: 25px;
		}

		#sidebar .box .content {
			background: url(../img/box-content_bg.gif) bottom left no-repeat;
			padding: 5px 10px 15px 5px;
			padding-left: 25px;
			font-size: 12px;
			line-height: 18px;
		}
		
		#sidebar ul {
			margin-left: 25px;
		}


#footer {
	background: #FFF url(../img/content_bg.gif) no-repeat;
	clear: both;
	color: #6F6B53;
	font-size: 11px;
	padding: 40px 15px 25px 15px;
	width: 690px;
}

	#footer a {
		color: #6F6B53;
	}
	
	#footer a:hover {
		color: #c00;
	}
