
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	
}
a:hover {
	
}

/* body */
body {
	background:#343434;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

/* container */
#container {
	left:50%;
	margin:-320px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
	direction:rtl;
}

/* navigation */
#navigation {	
	height:132px;
	width:760px;
	background: url("top-frame.jpg") 10% 10% no-repeat;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
}

#navigation_wide {
	width:90px;
}

#navigation_mid {
	width:75px;
}

#navigation_narow {
	width:60px;
}

#navigation ul li a {
	color:#fff;
	display:block;
	height:21px;
	line-height:21px;
	padding:97px 0px 3px 0px;
	text-align:center;
	text-decoration:none;
	width:auto;
}
#navigation ul li a:hover {
	background: url("navigation.jpg") repeat-x;
	background-position:bottom;
	color:#111;
}
#navigation ul li a.active {
	background: url("navigation.jpg") repeat-x;
	background-position:bottom;
}

/* content */
#content {	
	padding:0 30px;
	padding-top:20px;
	background: url("background_container.jpg") repeat-y;
	margin-top: -12px;
	
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#fff;
	background-color:#3D3D3D;
	text-align:center;
	margin-bottom:50px;
	width:760px;
}
#footer a {
	color:#fff;
}

#imgl {
	text-align:left;
	padding: 10px;
}
	
#classes_table {
	border:1px solid #000000;
}