/* CSS Document */
a:link
{ color:#CC3300;
  text-decoration:none;
}
a:visted
{color:#FF0033;
 text-decoration:none;
}
a:hover
{color:#FF0033;
 text-decoration:none;
}
body {
	margin-top: 10;
	padding: 0;
	text-align: center;
	background: #330000;
	line-height: normal;
	text-decoration: none;
}
#Container {
	width: 70%;
	background-color: #330000;
	border: 2px solid #CC9900;
}
#leftcontent {
	float:left;
	margin: 0px;
	padding: 0px;
	background: url(imagesbl/slice3.jpg) repeat-y 100% 0;
	width: 220px; 
}
#rightcontent {
	float:
    background-color: #330000;
	width: 600px;
    margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900
}
   
/*
ul#nav {
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	font-size:14px;
	text-align: left;
	background: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3300FF;
}
ul#nav {
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	font-size:14px;
	text-align: left;
	background: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3300FF;
}
*/
ul#nav{
	margin:0 0 0 10px;
	padding:0;
}
ul#nav li {
	display: inline;
	align: left;
	padding: 0px 10px;
	border: 0px; 

}
a#nav 01,
a#nav: link{
	background: url(imagesbl/nav/home_a.gif)
	width: 65px;
	height: 30px;
}
a#nav 01,
a#nav: hover{
	background: url(imagesbl/nav/home_b.gif)
	width: 65px;
	height: 30px;
}
a#nav 01,
a#nav: visited{
	background: url(imagesbl/nav/home_b.gif)
	width: 65px;
	height: 30px;
}
a#nav 02,
a#nav: link{
	background: url(imagesbl/nav/classes_a.gif)
	width: 90px;
	height: 30px;
}
a#nav 02,
a#nav: hover{
	background: url(imagesbl/nav/classes_b.gif)
	width: 80px;
	height: 30px;
}
a#nav 02,
a#nav: visited{
	background: url(imagesbl/nav/classes_b.gif)
	width: 90px;
	height: 30px;
}
a#nav 03,
a#nav: link{
	background: url(imagesbl/nav/lectures_a.gif)
	width: 90px;
	height: 30px;
}
a#nav 03,
a#nav: hover{
	background: url(imagesbl/nav/lectures_b.gif)
	width: 90px;
	height: 30px;
}
a#nav 03,
a#nav: visited{
	background: url(imagesbl/nav/lectures_b.gif)
	width: 90px;
	height: 30px;
}
a#nav 04,
a#nav: link{
	background: url(imagesbl/nav/gallery_a.gif)
	width: 90px;
	height: 30px;
}
a#nav 04,
a#nav: hover{
	background: url(imagesbl/nav/gallery_b.gif)
	width: 90px;
	height: 30px;
}
a#nav 04,
a#nav: visited{
	background: url(imagesbl/nav/gallery_b.gif)
	width: 90px;
	height: 30px;
}
a#nav 05,
a#nav: link{
	background: url(imagesbl/nav/tips_a.gif)
	width: 50px;
	height: 30px;
}
a#nav 05,
a#nav: hover{
	background: url(imagesbl/nav/tips_b.gif)
	width: 50px;
	height: 30px;
}
a#nav 05,
a#nav: visited{
	background: url(imagesbl/nav/tips_b.gif)
	width: 50px;
	height: 30px;
}
a#nav 06,
a#nav: link{
	background: url(imagesbl/nav/contact_a.gif)
	width: 60px;
	height: 30px;
}
a#nav 06,
a#nav: hover{
	background: url(imagesbl/nav/contact_b.gif)
	width: 60px;
	height: 30px;
}
a#nav 06,
a#nav: visited{
	background: url(imagesbl/nav/contact_b.gif)
	width: 60px;
	height: 30px;
}
/*
ul#nav li a:link {
	text-decoration: none;
	color:#CC9900;
	}
ul#nav li a:visited {
	text-decoration: none;
	color:#FFFF00;
	}
ul#nav li a:hover{
	text-decoration: none;
	color: #FF3333
}
ul#nav li a:active {
	text-decoration: none;
	color:#FF9900;
}
*/
	
