@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #03091c url("Imgs/mainbg1.jpg") repeat-x center top;
	text-align: center;
	
	}
	
#container {
	width: 813px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	font-size: 12px;

}
#link {
	width: 813px;
	height: 37px;
	background: url("Imgs/link.jpg") no-repeat;	
	
	}
#top {
	width: 813px;
	height: 122px;
	background: url("Imgs/top.jpg") no-repeat;	
}
#navigation {
	height: 49px;
}

#navigation div, #navigation a {
	display:block;
	float: left;
	height: 49px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -49px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Imgs/nav_home.jpg"); width: 77px; }
#nav_1 { background-image: url("Imgs/nav_about.jpg"); width: 88px; }
#nav_2 { background-image: url("Imgs/nav_lessons.jpg"); width: 143px; }
#nav_3 { background-image: url("Imgs/nav_sbr.jpg"); width: 179px; }
#nav_4 { background-image: url("Imgs/nav_show.jpg"); width: 148px; }
#nav_5 { background-image: url("Imgs/nav_news.jpg"); width: 57px; }
#nav_6 { background-image: url("Imgs/nav_con.jpg"); width: 121px; }


#nav a:hover {
	text-decoration: none;
	
}
#main {
	width: 813px;
	height: 267px;
	
}	
#content {
	width: 813px;
	float: left;
	background: url("Imgs/insidebg.png") repeat-y;	
	
	}

#left {

	width: 600px; float: left;}
	
#left p {
	margin: 10px 10px 0px 25px;
	line-height: 20px;
	color: #000000;

}

#right {
	float:right;
	width: 189px;

	
}
	

#footer {
	width: 813px;
	float: left;

}

a {
	color: #1b57c2;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #c68203;
	text-decoration: underline;
	font-weight:bold;


}

#content img {
	margin: 0px 10px 0px 0px !important;
	


}

h1 {
	margin: 10px 10px 10px 25px;
	color: #0d2653;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;

}
a img {
	border: 0px;
	
}