/* css for The Craft */

body {
 background: #000 url(i/bg_thecraft.jpg) no-repeat center top;
 margin:0; padding:0;
 color: #eee; 
 font: 62.5%/1.7em  Georgia, "Times New Roman", "Times Roman", times, serif;	
/* when font-size 62.5%=1em=10px */
word-spacing: 0.05em;
}
img {
 border: none;
}
.clear {
 clear: both;
 height:10px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 780px;
}

#header {
	margin: 0 0 25px 0;
}
h1 { text-align: center; 
 margin-top: 125px;
 }
#left {
	float: left;
	width: 560px;
	font-size: 1.3em;
	color: #fff;
	line-height: 1.8em;
}

#right {
	float: right;
	width: 200px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#footer {
	clear: both;
	height: 5em;
	background: #222;
	color: #ccc;
	padding-top: 1em;
 font-size: 1em;
 font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", geneva, arial, sans-serif;	
 text-align: center;
}
.spacer {
 height: 5px;
 width: 548px;
 background: url(i/bg_thecraft.jpg) no-repeat center center;
 text-align: center;
}
h1 {
 font-size: 1.8em;
 font-weight: 600;
 font-variant: small-caps;
}
h2 {
 font-size: 1.6em;
 font-weight: 600;
 font-variant: small-caps;
}
h3 {
 font-size: 1.4em;
 font-weight: 600;
}
h3 span {
 font-size: 0.8em;
 font-variant: small-caps;
}
a {
 color: #ccf;
 text-decoration: none;
}
a:hover {
 color: #ffc;
 text-decoration: underline;
}
/* Navigation */
#nav {
 margin-left: 25px;
 margin-top: 150px; 
}
#nav ul {
 list-style: none;
 margin: 1.5em 0;
 padding: 0;
}
#nav ul ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#nav ul li {
 font-size: 1.1em;
 font-weight: 600;
}
#nav ul li ul li {
 font-size: 0.9em;
 font-weight: 500;
 margin-left: 10px;
}
#nav ul li ul li a {
 font-size: 1.2em;
}

dt {
 font-variant: small-caps;
}
dd {
 margin: 0 0 0 15px;
}
