/* Cascadingg Style Sheet and HTML documents by Monica R. Koemans, 2004. Copyright Dana Boussard, 2004. All rights reserved. You may not reproduce this page without the designer's written permission. */
/* Basic Elements (body, h1,h2, p, a, etc...) */

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.0em;
	background-color: #000000;
	background-position: 50% 0px;
	text-align: center;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.0em;
	color:#FF740D;
	text-decoration: none;
	}

td, p {
	color: #BA4E00;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
	}

h1 {
	font-size: 1.5em;
	color: #BA4E00;
	letter-spacing: .4em;
	}
h2 {
	font-size: 1em;
	color: #BA4E00;
	font-weight: bold;}
h3 {
	font-weight: bold;
	color: #BA4E00;
	font-size: .8em;
	}

h4 {
}

h5 {
}

h6 {
}

a:hover {
	font-weight: normal;
	color: #FF740D;
	}

a:visited {
	text-decoration: none;
		}

/* Main Layout Div */

div#maincontainer {
	width: 859px;
	height: 650px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../gifs/slices/Background.jpg);
	background-repeat: no-repeat;
}

div#maincontainer p {
	color: #BA4E00;
	}

/*Divs inside div#maincontainer*/

div#studiopic {
	position: absolute;
	left: 50px;
	top: 175px;
	width: 407px;
	height: 76px;
	z-index: 3;
}

div#navigation {
	position: absolute;
	left: 221px;
	top: 383px;
	width: 409px;
	height: 109px;
}

div#text1 {
	position: absolute;
	width: 360px;
	height: 200px;
	left: 467px;
	top: 179px;
}

div#text2 {
	position: absolute;
	left: 625px;
	top: 370px;
	width: 202px;
	height: 114px;
}

div#textile {
	position: absolute;
	width: 98px;
	height: 122px;
	left: 98px;
	top: 0px;
}

#cutline {
	position: absolute;
	left: -573px;
	top: -3px;
	color: #BA4E00;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 169px;
	text-align: left;
}

div#bottomnav{
	position: absolute;
	left: 30px;
	top: 614px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BA4E00;
	width: 800px;
	height: 17px;
}

div#bottomnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF740D;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}
	
div#bottomnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #FF740D;
	}

div#bottomnav a:visited {
	text-decoration: none;
	}
