/* this is a core CSS sheet for IRC*/body {background-image: url(backg.gif);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;} #19737&java=0 {}#main {
	background: none;
	width: 600px;
	height: 100%;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#head {
	width: 600px;
	height: 200px;
	margin-top: 0;
	margin-left: 1px;
	font-family: "century gothic", arial, verdana, helvetica, sans-serif;
	font-variant: small-caps;
	border-bottom: 1px solid #5e5e5e;
}
#nav {
	width: 600px;
	height: 200px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #5e5e5e;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}	

#nav ul li {
	padding: 0;
	float: left;
	width: 150px;
	height: 50px;
}

#nav ul li a {
	text-decoration: none;
	text-align: center;
	color: #1e1e1e;
	}
	#nav ul li.home a {
	display: block;
	width: 150px;
	height: 50px;
	background: url(img/menu.gif) top left;
}
	
#nav ul li.home a:hover {
	background: url(img/menu.gif) center left;
}
	
#nav ul li.home a:active {
	background: url(img/menu.gif) bottom left;
}	

#nav ul li.home span {
	display: block;
	padding-top: 4px;
}

		/* item: about */ 
	
#nav ul li.about a {
	display: block;
	width: 150px;
	height: 50px;
	background: url(img/menu.gif) top left;
}
	
#nav ul li.about a:hover {
	background: url(img/menu.gif) center left;
}

#nav ul li.about a:active {
	background: url(img/menu.gif) bottom left;
}	
	
#nav ul li.about span {
	display: block;
	padding-top: 4px;
}

		/* item: services */
	
#nav ul li.services a {
	display: block;
	width: 150px;
	height: 50px;
	background: url(img/menu.gif) top left;
}
	
#nav ul li.services a:hover {
	background: url(img/menu.gif) center left;
}

#nav ul li.services a:active {
	background: url(img/menu.gif) bottom left;
}	
	
#nav ul li.services span {
	display: block;
	padding-top: 4px;
}

	

		/* item: contact */
	
#nav ul li.contact a {
	display: block;
	width: 120px;
	height: 50px;
	background: url(img/menu.gif) top left;
}

#nav ul li.contact a:hover {
	background: url(img/menu.gif) center left;
}
	
#nav ul li.contact a:active {
	background: url(img/menu.gif) bottom left;
}	
	
#nav ul li.contact span {
	display: block;
	padding-top: 4px;
}
#words {
	float: left;
	width: 360px;
	padding: 1.1em 0em 1.1em 1.1em;
	margin-top: 0;
	border-right: 1px solid #5e5e5e;
}
	
	/* list styles for "words" */
	/* ordered lists first */
	
#words ol {
	font-family: verdana, lucida, arial, helvetica, sans-serif;	
	font-size: 0.9em;
}

#words ol li {
	padding: 0 1em;
	line-height: 1.7em;
}
	
	/* unordered list follows */
	
/*#words ul {
	font-family: verdana, lucida, arial, helvetica, sans-serif;	
	font-size: 0.9em;
}

#words ul li {
	padding: 0 1em;
	line-height: 1.7em;
	list-style: none;
	background: url(img/list.gif) center left no-repeat;
}
#sider {
	float: left;
}

#sider ul {
	text-indent: -0.5em;
	font-family: verdana, lucida, arial, helvetica, sans-serif;	
	font-size: 0.9em;
}

		/* list-style-image displays the small arrows on the left */

#content {
	margin: 0;
	padding: 0;
	width: 600px;
	text-align: left;
	font-size: 0.9em;
}
	
	/* hyperlink attributes for "content" */

#content a {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	line-height: 1.2em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

#content a:hover {
	text-decoration: underline;
}

#content a:active {
	color: #acacac;
	text-decoration: underline;
}

#content a:visited {
	color: #0000FF;
	
}

	/* paragraph and heading styles for "content" */
	
#content p {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-indent: 1em;
	padding: 0 1em;
}

#content h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-size: 2em;
	color: #acacac;
	font-variant: small-caps;
	padding: 0 1em;
}
#sider ul li {
	
	display: list-item;
	line-height: 1.7em;
	text-indent: 1em;
	list-style: none;
	background: url(img/arrow.gif) center left no-repeat;
}

	/* footer. at last! */

#footer {
	clear: both;
	width: 100%;
	height: 25px;
	border-top: 1px solid #0000FF;
	background: #DDDDFF;
	font-family: verdana, lucida, arial, sans-serif;
	font-size: 0.8em;
	color: white;
	padding: 0.5em;
}


