@charset "utf-8";
@import url("menu.css");
/* Salsa Rosado CSS */

body {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center 170px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#home {
	font-size: 14px;
}

div.header {
	width: 800px;
	height: 200px;
}

div.logo {
	width: 300px;
	height: 200px;
	float: left;
}

div.menu {
	width: 450px;
	height: 60px;
	float: right;
	margin-top: 100px;
}

div.title {
	margin-top: 85px;
	z-index: -1;
	width: 800px;
	height: auto;
}

div.content {
	width: 800px;
	height: auto;
	clear: both;
	display: block;
}

div.footercont {
	width: 100%;
	height: auto;
	clear: both;
	background-color: #fdf5f7;
	background-image:url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	position: absolute;
	left: 0px;
	
	padding-top: 100px;
	margin: 15px auto;
	
	text-align: center;
}

div.footer {
	width: 800px;
	margin: auto;
	text-align: left;
}

#copy {
	float: left;
	margin-bottom: 15px;
}

#designby {
	float: right;
	font-weight: bold;
	
}

a {
	color: #dc5162;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#photograph{
	border: solid 3px #fdedf4;
	padding:3px;
	margin: 10px;
}

#linksphotograph {
	border: solid 3px #fdedf4;
	padding:3px;
}

div.linkspan {
	width: 300px;
	float: left;
	height: auto;
}

a.pglinks {
	display: inline-block;
	width: 250px;
	text-align: right;	
}

#formleft {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}