/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2004. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari/FireFox                             */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */

/* undohtml.css
 * (CC) 2004 Tantek Celik. Some Rights Reserved.
 * http://creativecommons.org/licenses/by/2.0
 * This style sheet is licensed under a Creative Commons License.
 **********************************************************************/

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input, em
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

/* basic elements
 * ------------------------------------------------------------------------------------- */
body {
	background: #a4a4a4;
	text-align: left;
}

p, div, li, div, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CCCCCC;
}

 h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

a:link, a:visited {
	color: #8eafcf;
	text-decoration: underline;
}
a:hover, a:active {
	color: #e2d7e5;
	text-decoration: underline;
}

span {
	display: none;
}

/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrapper {
	background: url(bg_imgs/bg.jpg) left top repeat-y;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(bg_imgs/masthead.jpg) left top no-repeat;
	height: 74px;
	width: 600px;
}

#title {
	width: 600px;
	height: 40px;
	background: url(bg_imgs/heading.jpg) left top repeat-y;
}

	#title h1 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height:40px;
	}

#images {
	width: 600px;
}

#menu {
	width: 600px;
	line-height: 30px;
}

	#menu p {
		margin:10px 35px 10px 45px;
		text-align:center;
	}

	select {
		background: #a4a4a4;
		border-color: #a4a4a4;
		color:#000;
		width:250px;
	}
	
#caption {
	width:600px;
}
	
	#caption p {
		text-align:center;
		margin:10px 35px 10px 45px;
	}
	
#footer {
	background: url(bg_imgs/footer.jpg) left top no-repeat;
	width: 600px;
	height: 50px;
	margin: 0 auto;
	clear:both;
}


