body{
	background-color: white;
	color: #2b2b2b;
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px dotted #a5a5a5;
	padding-bottom:15px;
	color: #2b2b2b;

}

#container{
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	width: 858px;
}

#comingSoon{
	padding-bottom: 40px;
	text-align: center;
}

#content{
	border: 1px dotted #a5a5a5;
	height: 505px;
}

#leftHandCol{
	float: left;
	height: 600px;
	position: relative;
	width: 250px;
}

#one, #two, #three, #four, #five, #six{
	float: left;
	position: relative;
}

#one{
	border-bottom: 1px dotted #a5a5a5;
	border-right: 1px dotted #a5a5a5;
	float: left;
	height: 320px;
	position: relative;
	width: 250px;
}

#oneContent{
	background-image: url(../images/nav-bgd.gif);
	height: 310px;
	margin: 5px;
	width: 240px;
}
#oneContentLogo{	
	background-image: url(../images/rart-logo-sprite.gif);
	height: 95px;
	width: 240px;
}

.logoHover{
	background-image: url(../images/rart-logo-sprite.gif);
	height: 95px;
	width: 240px;
	float:left;
}

.logoHover:hover {
	background-image: url(../images/rart-logo-sprite.gif);
	background-position: 0 -95px;
	float:left;
}

#two{
	border-bottom: 1px dotted rgb(165, 165, 165);
	border-right: 1px dotted rgb(165, 165, 165);
	height: 220px;
	width: 295px;
}

#twoContent{
	background-image: url(../images/two.jpg);
	height: 210px;
	margin: 5px;
	width: 285px;
}

#three{
	border-bottom: 1px dotted rgb(165, 165, 165);
	height: 220px;
	width: 310px;
}

#threeContent{
	background-image: url(../images/three.jpg);
	height: 210px;
	margin: 5px;
	width: 300px;
}

#four{
	border-right: 1px dotted rgb(165, 165, 165);
	float: left;
	height: 185px;
	position: relative;
	width: 250px;
}

#fourContent{
	background-image: url(../images/four.jpg);
	height: 175px;
	margin: 5px;
	width: 240px;
}

#five{
	border-right: 1px dotted rgb(165, 165, 165);
	height: 285px;
	width: 390px;
}

#fiveContent{
	background-image: url(../images/five.jpg);
	height: 275px;
	margin: 5px;
	width: 380px;
}

#six{
	height: 220px;
	width: 100px;
}

#sixContent{
	background-image: url(../images/six.jpg);
	height: 275px;
	margin: 5px;
	width: 205px;
}

#footer{
	border-bottom: 1px dotted rgb(165, 165, 165);
	border-top: 1px dotted rgb(165, 165, 165);
	height: 15px;
	margin-top: 100px;
	padding: 5px;
	width: 858px;
}

#nav{
	margin-top: 30px;
}

.alignRight{
	float: right;
}

ul.navList{
	font-family: georgia, Arial, 'MS Trebuchet', sans-serif;
	font-size: 1.5em;
	line-height: 200%;
	list-style-type: none;
	margin-left: -20px;
}

a:link,
a:active,
a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration:line-through;
}
