/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-color: #B5DACB;
	margin: 1em;
}

#Body {
        background-image: url(../Show10California/images/gilroy.jpg);
        background-repeat: no-repeat;
        background-position: 0px 100px;
	text-align: center;
        width: 1200px;
	border: thin solid #000000;
}

a {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #CC3300;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #407060;
}
a:active {
	text-decoration: none;
	color: #663333;
}

p {
    text-indent: 2em;
	font-size:14px;
}

td, ul {
	font-size:14px;
}

h3 {
   color:#663300;
}

h4 { 
   color:#661100;
   font-size: 14px;
}

h5 { 
   color:#661100;
   font-size: 12px;
}

#welcome {
    position: relative;
    margin-left:2em;
    top: 75px;
	z-index:2;
	text-align: left;
	overflow: visible;
	float: left;
}

.big-text {
    font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#navigation {
    position:relative;
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	z-index:2;
	text-align: left;
	float: left;
	margin-right: 1em;
}

.sm-text {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	position:relative;
	z-index:1;
	padding: 5px;
	visibility: visible;
	top: 10px;
	float: right;
}
#block1 {
	position:relative;
	z-index:2;
	top: 40px;
	background-color: #EEEEEE;
	visibility: visible;
	border: thin solid #000000;
	float: right;
	width: 65%;
	text-align: justify;
	padding: 8px 8px 8px 8px;
}

#clear {
    clear: both;
}

