/* CSS Document for Val's Site */

a:link {color:#993300; text-decoration: none;}
a:visited{color: #C59459; text-decoration: none;}
a:hover{color:#993300; text-decoration: underline;}
a:active {color:#993300; text-decoration: underline;}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
}

img {
	border: 0px;
}

body {
	marign-top: 0px;
	background-color: #ccc;
}

#mainNav { 
	font-family: times new roman, serif;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding: 5px;
}
#mainNav a {
	padding: 0px 15px;
}
#mainNav a:link {color:#ffffff; text-decoration: none}
#mainNav a:visited{color: #f8e1b1; text-decoration: none}
#mainNav a:hover {color:#ffffff; text-decoration: underline}
#mainNav a:active {color:#f8e1b1; text-decoration: underline} 

#left {
	width: 175px;
	padding: 10px;
	border-left: 15px solid #c59459;
	border-top: 15px solid #c59459;
	background-color: #F8E1B1;
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: #339;
	line-height: 120%;
}

#center {
	width: 350px;
	padding: 10px;
	border-left: 5px solid #c59459;
	border-right: 5px solid #c59459;
	border-top: 15px solid #c59459;
	background-color: #fff;
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: #000;
	line-height: 135%;

}


#right {
	width: 175px;
	padding: 10px;
	border-right: 15px solid #c59459;
	border-top: 15px solid #c59459;
	background-color: #F8E1B1;
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 12px;
	color: #339;
	line-height: 120%;
}

#foot {
	font-family: times new roman, serif;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

#foot a {
	padding: 0px 15px;
}
#foot a:link {color:#ffffff; text-decoration: none}
#foot a:visited{color: #f8e1b1; text-decoration: none}
#foot a:hover {color:#ffffff; text-decoration: underline}
#foot a:active {color:#f8e1b1; text-decoration: underline} 

.spotlight {

}
.spotlight img {
	background-color: #f8e1b1;
	padding: 5px;
	border: 1px solid #930;
	margin: 0px 7px;
}
.imgSpace img {
	
	padding: 5px;
	border: 1px solid #930;
	margin: 0px 7px;
}
.title {
	font-weight: bold;
	font-style: italic;
}