/* CSS Document */

body {
	background-color:#f8f8d4;
	margin:0;
	border-top:#ffce00 solid 8px;
}

#clearFloats {
	clear:both;
}

/* UNIQUE DIVS */

#siteContainer {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:40px;
}

#header {
	height:40px;
	margin-bottom:20px;
}

#workSelector {
	height:14px;
	width:740px;
	margin-bottom:12px;
	margin-right:20px;
	float:left;
}

#emailLink {
	width:200px;
	float:left;
}

#copyArea {
	width:284px;
	min-height:385px;
	float:left;
	padding:0px 15px 15px 15px;
	border-right:#f8f8d4 6px solid;
	
}

#displayArea {
	width:640px;
	min-height:380px;
	float:left;
}

#white {
	background-color:#fff;
	min-height:400px;
	margin-bottom:4px;
}

#dashedLines {
	height:2px;
	width:959px;
	border-bottom:#660000 dotted 1px;
	border-top:#660000 dotted 1px;
	margin-bottom:4px;
	clear:both;
}

#footer {
	height:14px;
	width:720px;
	margin-right:20px;
	margin-top:12px;
	float:left;
}

#browserNote {
	width:220px;
	float:left;
	margin-top:12px;
}

/* IMAGES */

#displayArea img {
	padding-top:20px;
}

#selectorBlocks ul {
	margin-left:0px;
	padding-left:0px;

}

#selectorBlocks ul li{
	list-style:none;
	display:inline;
}



/* TEXT STYLES */

#workSelector, #emailLink, #footer, #browserNote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#workSelector li {
	display:inline;
}

#workSelector ul {
	margin-top:0;
	margin-left:0px;
	padding-left:0px;
}

#copyArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#660000;
}

h3 {
	display:inline;
}

a {
	color:#660000;
	text-decoration:none;
}

a:hover {
	color:#c64501;
	/*background:#FFCE00;*/
	}

a:visited {
	color:#ffce00;
	}


/* IMAGE SHADOWS */
.img-shadow {
	width:265px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin-top:20px;
  }

.img-shadow img {
  background-color: #fff;
/*  border: 1px solid #c6450;*/
  margin: -6px 6px 6px -6px;
  padding: 0px;
  }

