body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #333333;
	background-image: url(../images/LightBar2.jpg);
	background-repeat: repeat-y;
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 56px;
}
h2 {
	margin-top: 0px;
	padding-left: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	color: #9DFCFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #9DFCFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	width: 1264px; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	background-color: #333333;
	background-image: url(../images/LightBar2.jpg);
	background-repeat: repeat-y;
}
.sidebar1 {
	width: 150px;
	background: #333333;
	float: left;
}
.contentTitle {
	width: 350px;
	padding-left: 90px;
	float: left;
	height: 126px;
}
.contentThumbs {
	width: 674px;
	float: left;
	height: 126px;
	line-height: 13px;
}
.bar {
	width: 1024px;
	float: left;
	padding-left: 90px;
	height: 15px;
}
.content {
	float: left;
}
.content ul, .content ol { 
	/*padding: 0 15px 15px 40px;*/
}
ul.nav {
	list-style-image: none;
	list-style-type: none;
	/*border-top: 1px solid #666;  this creates the top border for the links - all others are placed using a bottom border on the LI */
	/*margin-bottom: 15px;  this creates the space between the navigation on the content below */
}
ul.nav li {
	/*border-bottom-width: 10px;*/
	/*border-bottom-color: #666;*/
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 150px;
	text-decoration: none;
	background: #333333;
}
.Title1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 60px;
	color: #FFF;
}
.Title2 {
	color: #999999;
	font-size: 12px;
}
.Light {
	color: #9DFCFF;
}

