/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0em;
	padding:0em;
	background-image: url(../assets/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
#page {
	width:719px;
	height:588px;
	background-image: url(../assets/page-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:2em auto;
}
#leftcol {
	padding:20px 0px 20px 30px;
	background-image: url(../assets/bg-spots.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width:235px;
}
#leftcol .img { margin-left:65px; margin-top:10px; z-index:1; border:1px dashed #fe7700;}
#leftcol .hover { margin-left:-205px; z-index:2;}
#leftcol .book { margin-left:65px; margin-top:10px; z-index:1;}
#slideshow { margin-left:42px; margin-top:30px;}
#nav { text-align:center; height:37px;}
#text { /*border:1px solid white;*/ margin:0px 30px 10px 20px;}
.contact { color:#f6eb13;}
p{ margin-top:.75em; margin-bottom:0em;}
input, select{ margin:.2em 0em; padding:0em; font-size:90%;}
label { background-color:#FFFF00; color:#000000; height:1em; padding:0px 0px 4px 0px; margin:0em 4px 0em 0px; display:block;}
form { margin-top:1em;}
h2 { font-size:100%; font-weight: bold; margin:.5em 0em 0em 0em; padding:0em;}
a {color:#ffff00;}
a:hover {color:#df0080;}
a:visited {color:#3567a4;}
