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

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

}
#logotop {
	height: 108px;
	background: transparent url("HomeImgs/logotop.jpg") no-repeat;
	

}

#navigation {
	height: 53px;
}

#navigation div, #navigation a {
	display:block;
	float: left;
	height: 53px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -53px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Imgs/NewNav/home.jpg"); width: 92px; }
#nav_1 { background-image: url("Imgs/NewNav/about.jpg"); width: 110px; }
#nav_2 { background-image: url("Imgs/NewNav/lessons.jpg"); width: 167px; }
#nav_3 { background-image: url("Imgs/NewNav/training.jpg"); width: 110px; }
#nav_4 { background-image: url("Imgs/NewNav/sales.jpg"); width: 80px; }
#nav_5 { background-image: url("Imgs/NewNav/schedule.jpg"); width: 159px; }
#nav_6 { background-image: url("Imgs/NewNav/news.jpg"); width: 76px; }
#nav_7 { background-image: url("Imgs/NewNav/contact.jpg"); width: 141px; }


	
#header {
	width: 935px;
	height: 232px;
	float: left;
	background: transparent url("BodyImgs/header.jpg") repeat-y;
	
	
}

#content {
	width: 935px;
	float: left;
	background: transparent url("HomeImgs/bodybg.jpg") repeat-y;
	
}

#left {

	width: 630px; float: left;

}

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

}

#left p {
	margin: 0px 0px 10px 20px;
	line-height: 20px;
}

#left img {
	margin: 0px 10px 0px 0px !important;
	border-color:#FFFFFF;
	
	}
#right p {
	margin: 5px 20px 10px 0px;
	line-height: 18px;
	
}

#footer {
	width: 935px;
	height: 66px;
	float: left;
	margin: 0px;

}

a {
	color: #7d0006;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #173a78;
	text-decoration: underline;
	font-weight:bold;



}

h1 {
	margin: 0px 0px 10px 20px;
	color: #7d0006;
	font-family: "arial", arial, verdana;
	font-size: 22px;
	font-weight:  bold;

}



h2 {
	margin: 0px 0px 8px 20px;
	color: #173a78;
	font-family: "arial", arial, verdana;
	font-size: 18px;
	font-weight:  bold;

}


hr {
	color: #ffffff;
	height: 3px;
	background-color: #ffffff;
	margin: 5px 0px 0px 20px;
	width: 600px;

} 
a img {
	border: 0px;
	
}

p {margin:0px;}
