@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

.cuillinbeads #container {
	width: 850px;  
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;	
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.cuillinbeads #header {
	background: #000;
	border: 1px solid #ffffff;
	padding: 15px;
}

.cuillinbeads #header img {
	
}

.cuillinbeads #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	font-size: 14px;
}

.cuillinbeads #mainContent .index img {
	float: right;
	margin: 10px;
}

.cuillinbeads #mainContent .materials li {
	list-style: none;
}

.cuillinbeads a:link, .cuillinbeads a:visited  {
	color: #CC3333;
	text-decoration: none;
}

.cuillinbeads a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

/* navigation bar bits */

.cuillinbeads #mainContent #navbar {
	padding: 5px 0 3px 45px;
	height: 33px;
}

.cuillinbeads #mainContent #navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.cuillinbeads #mainContent #navbar ul li {
	float: left;
	background:#000;
	height: 33px;
}

.cuillinbeads #mainContent #navbar ul a:link, .cuillinbeads #mainContent #navbar ul a:visited {
	display: block;
	width: auto;
	height: 30px;
	float: left;
	padding: 0 2em;
	line-height: 2.4em;
	color: #333333;
	background: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.cuillinbeads #mainContent #navbar ul a:hover, .selected a {
	color:#FFFFff;
	background:#000;
}

/* end navigation bar bits */

.cuillinbeads #mainbottom {
	clear: both;
	float: left;
	width: 800px;
}

.cuillinbeads #footer { 
	clear:both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	border: 1px solid #ffffcc;
} 
.cuillinbeads #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}

.cuillinbeads #footer #design {
	font-size: 10px;
}.cuillinbeads #container #mainContent .highlight {
	font-weight: bold;
	color: #CC6600;
}
