/* CSS Document */

#home_body {
	background-color: #DDA02E;
	background-image: url(images/bkgrd_repeat.gif);
	background-repeat: repeat-x;
}

#home_content {
	background-color: #EAC45D;
	background-image: url(images/bkgrd_repeat2.gif);
	background-repeat: repeat-x;
}

.copyright {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	vertical-align: middle;
}

#topnav {
	background-image: url(images/topnav_1.gif);
	background-repeat: no-repeat;
}

#topnavEsp {
	background-image: url(images/topnav_1esp.gif);
	background-repeat: no-repeat;
}

#title {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#content {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	background-image: url(images/bkgrd_film.gif);
	background-repeat: no-repeat;
}

#photos{
	margin: 10px 30px 15px 0px;
	border: 1px solid #000000;
}

a:link
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8C1212;
	text-decoration: none;
}
a:hover
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8C1212;
	text-decoration: underline;
}
a:visited
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8C1212;
	text-decoration: none;
}
a:active
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #8C1212;
	text-decoration: underline overline;
}
