/* CSS Document */
body {		background: 	  black ;
			font-family:      Verdana, Arial, Helvetica, sans-serif;
			font-size:        small;
			line-height:      2em;
			width:            1000px;
			margin-left:      auto;
			margin-right:     auto;
			}
#main {		background: 	#4c4c4c url(../images/RC_logo_025.gif) no-repeat fixed;
			width:            1000px;
			margin-top:       50px;
			margin-left:      auto;
			margin-right:     auto;
			}
#header  {  Margin-left:      -10px;
			}			
#footer {	font-size:        75%;
			color:            #CCC;
			}
h1 {		background:		#b8b8b8;
			font-size:        150%;
			color:#FFF;
			padding-left:     10px;
			}
p {			font-size:        125%;
			color:			#fff;
			padding-left:     10px;
			}
#terms li {	color:#FFFFFF;
			font-size: 125%;
			}
#nav {		background-color:#000000;
			margin: 0;
			padding: 0;
			height: 30px;
			list-style: none;
			display: inline;
			overflow: hidden;
			width: 550px;
			}
#nav li {	margin: 0; 
			padding: 0;
       		list-style: none;
			display: inline;
			}
#nav a {	float: left;
			padding: 30px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/:20px; /* for IE5/Win only */
			}
#nav a:hover {
			background-position: 0 -30px;
			}
#nav a:active, #nav a.selected {
			background-position: 0 -60px;
			}
#pencil a {	width: 110px;
			background: url(../images/frontpage/pencil.jpg) top left no-repeat;
			}
#ink a {	width: 110px;
			background: url(../images/frontpage/ink.jpg) top left no-repeat;
			}
#paint a {  width: 110px;
			background: url(../images/frontpage/paint.jpg) top left no-repeat;
			}
#digital a {width: 110px;
			background: url(../images/frontpage/digital.jpg) top left no-repeat;
			}
#sites a {	width: 110px;
			background: url(../images/frontpage/sites.jpg) top left no-repeat;
			}
a:link {	color:#CCCCCC;
			border:hidden;	
			text-decoration:none;
			}
a:visited { color:#CCCCCC;
			border:hidden;
			text-decoration:none;
			}
