/* CSS Document */
body {
  font-family: Verdana,sans-serif;
  color: #a3505f;
  padding:25px;
  margin:0px;
  text-align: center;
  background-color: #fcf3f7;
}

a{
	color: #666666;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
}

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

h1{
 font-family: Verdana,sans-serif;
 font-size: 120%;
 color: #a3505f;
 margin: 0px;
 padding-bottom: 10px;
}

h2{
 font-family: Verdana,sans-serif;
 font-size: 110%;
 text-decoration: underline;
 color: #a3505f;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 color: #a3505f;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.bold {font-weight: bold;}

hr {
	background-color: #a3505f;
	height: 1px;
	border: 0px;}

.big
{font-size: 110%}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#head{
	width: 761px;
	text-align: left;
  	vertical-align: middle;
  	margin: 0px auto;
}

#foot{
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 759px;
	height: 56px;
	border-top-color: #f2c4d6;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content{
	width: 759px;
	text-align: left;
  	vertical-align: middle;
  	border-style: solid;
  	border-width: 1px;
  	border-color: #f2c4d6;
  	border-top-style: none;
  	margin: auto;
}
/************* #Nav styles **************/

#Nav{
	padding: 5px 10px 0px 0px;
	text-align: right;
	color: #a3505f;
	height: 20px;
	font-size: 70%;
}

#Nav a {
	color: #a3505f;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 250px;
	font-size: 70%;
	height: 338px;
}

.story p{
	padding: 0px 10px 10px 0px;
}

.story img{
	float: left;
	padding: 0px 10px 10px 0px;}

.story a{
	color: #a3505f;
         text-decoration: underline;}

/************** .fotos styles *****************/

.fotos{
	clear: both;
	padding: 5px 0px 0px 250px;
	font-size: 70%;
}

.fotos p{
	padding: 0px 10px 10px 0px;
}
.fotos a{
	color: #a3505f;
         text-decoration: underline;
}

.fotos img{
	padding: 0px 10px 10px 0px;}

/************** .content styles *****************/

.content{
	clear: both;
	padding: 5px 0px 0px 250px;
	font-size: 70%;
}

.content p{
	padding: 0px 10px 10px 0px;
}
.content a{
	color: #a3505f;
         text-decoration: underline;
}

.content img{
	float: left;
	padding: 0px 10px 10px 0px;}

/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 70%;
	color: #a3505f;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

/************** .design styles *****************/
.red {
	background-color: #a3505f;
	width: 761px;
	height: 17px;}
.rose {
	background-color: #f2c4d6;
	width: 761px;
	height: 17px;
	margin-top: 1px;}

.line{
	width: 759px;
	height: 56px;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	border-color: #f2c4d6;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
}
.vline{
	width: 759px;
	height: 18px;
	border-color: #f2c4d6;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-top-style: none;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px
}