/*CSS Document*/

/* Main Style Sheet for Artificer's Workshop.*/

/* Style Sheet includes, Body Styling, Header Styling, Menu Styling, Text Styling & Footer Styling. */

body {
	background-color: #000000;
	color: #FFFFCC;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 100%;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
h1 {
	font-size: 1.1em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.3em;
	text-align: center;
	}
h4 {
	color: #005590;
	font-size: 1.5em;
	text-align: center;
	}

/*Artificers Header Styling*/
#headingholder {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width: auto;
	}
#ntclogo {
	float: left;
	left: 5px;
	position: absolute;
	top: 5px;
	text-align: left;
	width: auto;
	}
#artlogo {
	position: relative;
	top: 10px;
	text-align: center;
	width: auto;
	}
#artcontact {
	font-size: .9em;
	float: right;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 5px;
	}
#artcontact a, #artcontact a:active {
	color: #FFFFCC;
	text-decoration: none;
	}
#artcontact a:hover {
	color: #005294;
	}

/*Artificers Menu Styling*/
#menuholder {
	width: 100%;
	text-align: center;
	}
#menu {
	font-size: .9em;
	width: 505px;
	text-align: center;
	}
#menu ul {
	margin: 0;
	padding: 0;
	}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
	}
#menu a, #menu a:active {
	background-image: url(images/ltblue_block.gif);
	background-repeat: no-repeat;
	border: 3px outset #FFFFCC;
	color: #FFFFCC;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	}
#menu a:hover {
	background-image: url(images/dkblue_block.gif);
	background-repeat: no-repeat;
	border: 3px inset #FFFFCC;
	}
#hotlink a, #hotlink a:active {
	background-image: url(images/dkblue_block.gif);
	background-repeat: no-repeat;
	border: 3px inset #FFFFCC;
	color: #FFFFFF;
	}
#hotlink a:hover {
	border: 3px outset #FFFFCC;
	color: #FFFFCC;
	}

/*Artificers Text Styling*/
#email, #email a, email a:active {
	color: #FFFFCC;
	font-size: 1.2em;
	text-align: center;
	text-decoration: underline;
	}
#email a:hover {
	color: #005590;
	text-decoration: none;
	}
#mainwrapper {
    margin: 0 10% 0 10%;
	padding: 20px 0px 0px 0px;
	width: auto;
	}
#maintext {
	float: left;
	font-size: 1em;
	line-height: 1.3;
	margin: 0 10% 0 10%;
	padding: 12px;
	text-align: justify;
	width: 78%;
	}
#maintext p:first-line {
	font-size: 1.2em;
	line-height: 1.4;
	}
#maintextalt {
	float: left;
	font-size: 1em;
	line-height: 1.3;
	margin: 0 10% 0 10%;
	padding: 12px;
	text-align: justify;
	width: 78%;
	}
#piece1 {
	float: left;
	margin: 0 3% 0 3%;
	text-align: justify;
	width: 43%;
	}
#piece1 p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#piece2 {
	float: right; 
	margin: 0 3% 0 3%;
	text-align: justify;
	width: 43%;
	}
#piece2 p:first-line {
    font-size: 1.2em;
	text-align: center;
	}
#fineprint {
	font-size: .8em;
	text-align: center;
	}

/*Artificers Footer Styling*/
#footer {
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}
#footer a, #footer a:active {
	color: #FFFFCC;
	text-decoration: none;
	}
#footer a:hover {
	color:#005590;
	}