/* basic elements */

body {
	background:  url(../images/BG_wood_old.jpg) repeat left top;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: .9em;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 1em;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul, li, ul li { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

a:hover {
	color: #BA4F1B;
}

a img {
	border: 0px solid #000000;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

/* container div -----------------------------------------------------------*/
#container {
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: transparent;
}

#top-border {
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 40px;
}

#top-border img { display: block; }

/* Flash content divs-----------------------------------------------------*/
#ufoContainer { 
	width: 800px;
	height: 600px;
	background-color: transparent; 
}


/* Failed content page divs ----------------------------------------------*/
#failed-content {
	position: relative;
	width: 800px;
	height: 600px;
	background: #ffffff url(../images/sketchbook.jpg) top center no-repeat;
}

#failed-content h1 {
	margin: 0;
	padding: 20px 30px 10px 30px;
	width: 740px;
}

#failed-content p {
	margin: 0;
	padding: 10px 30px 10px 30px;
	width: 740px;
}

/* Home page divs --------------------------------------------------------*/
#home-logo {
	position: relative;
	left: 11px;
	top: 7px;
}

#home-content { 
	position: relative;
	width: 800px;
	height: 600px;
	background: transparent url(../images/sketchbook.jpg) center top no-repeat;
}

/* Footer DIV -----------------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	top: 0px;
	width: 199px;
	height: 40px;
	background: transparent url(../images/footer_scrap.gif) no-repeat 0px 0px;
	margin-bottom: 35px;
}

#footer p {
	position: relative;
	width: 600px;
	top: 5px;
	margin: 0px 0px 0px 40px;
	font-size: 8px;
	color: #000000;
}
