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

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

}
#top {
	width: 827px;
	height: 193px;
	background: url("Imgs/header.jpg") no-repeat;	
}
#navigation {
	height: 42px;
}

#navigation div, #navigation a {
	display:block;
	float: left;
	height: 42px;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: 0 -42px;
}
#navigation a span { display: none; }
#nav_0 { background-image: url("Imgs/Nav/about.jpg"); width: 140px; }
#nav_1 { background-image: url("Imgs/Nav/fac.jpg"); width: 95px; }
#nav_2 { background-image: url("Imgs/Nav/ric.jpg"); width: 146px; }
#nav_3 { background-image: url("Imgs/Nav/training.jpg"); width: 96px; }
#nav_4 { background-image: url("Imgs/Nav/sales.jpg"); width: 64px; }
#nav_5 { background-image: url("Imgs/Nav/shows.jpg"); width: 74px; }
#nav_6 { background-image: url("Imgs/Nav/con.jpg"); width: 113px; }
#nav_7 { background-image: url("Imgs/Nav/home.jpg"); width: 99px; }


#nav a:hover {
	text-decoration: none;
	
}
#header {
	height: 700px;
	
}
	
#content {
	width: 827px;
	float: left;
	

}

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

}

a {
	color: #02234e;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #b5c2d6;
	text-decoration: underline;
	font-weight:bold;


}

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

}

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

}
a img {
	border: 0px;
	
}
