@charset "UTF-8";
/* CSS Document */

/* ------------generic styles------------- */
body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

ul {
	margin:0; padding:0;
	list-style:none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	margin:0;
	padding-bottom:10px;
}
li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
}
li {
	list-style-type:none;
	list-style-position:inside;
}
a.left {
	display:block;
	text-align:left;
}
a.right {
	display:block;
	text-align:right;
}
a:link {
	color:#000;
}
a:visited {
	color:#999;
}
a:hover, a:active {
	color:#FFF;
	background-color:#000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	margin-top:15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-align:right;
	margin-top:0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-align:right;
	margin-top:-10px;
}
/* ------------/generic styles------------- */

/*----peculiar styling for an invisible tag-----*/
#artist  {
	display: none;
	font-size: 1%;
}
/*----/peculiar styling for an invisible tag-----*/

#page {
	width: 780px;
	margin: 0;
	padding: 0;
}

/*--------------------header---------------------*/
#header {
	heigth: 150px;
	margin-top:5px;
	position:relative;
}

#welcomeId {
	margin-left:5px;
	width:245px;
	float:left;
}

#furtherInfo {
	width:510px;
	float:right;
}
#moreInfo {
	margin-top:105px;
}
/*--------------------/header---------------------*/

/*--------------------content---------------------*/
#content {
	clear:both;
}
#mainMenu {
	border-top: 1px solid #999999;
	margin:5px 0 5px 5px;
	width:245px;
	float:left;
}
#menu {
	margin-top:15px;
}
#mainContent{
	border-top: 1px solid #999999;
	margin:5px 0 0 5px;
	width:510px;
	float:right;
}
div.news {
	border-bottom: 1px solid #999999;
	margin-bottom: 35px;
}
div.works {
	margin-top:15px;
}
p.date {
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
}
#footer {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 0;
}
#leftFooter {
	border-top:1px solid #999999;
	margin:0 0 0 5px;
	width:245px;
	float:left;
}
#rightFooter {
	border-top: 1px solid #999999;
	width:510px;
	float:right;
}
#returnTop {
	margin-top: 1px;
	margin-left: 22px;
	text-align: right;
	display: block;
}
div.wide_layout {
	width:780px;
	margin-top:10px;
}
/*--------------------/content---------------------*/

/*--------------------Rollovers---------------------*/
#peepLogo a:link, #peepLogo a:visited {
	width:245px;
	height:150px;
	display:block;
	background:url(Ruben-Verdu-Images/peepingMonster-Logo.jpg) no-repeat left top;
	border:none;
}
#peepLogo a:hover, #peepLogo a:active {
	background-position: left bottom;
}
#peepLogo span
{
  position: absolute;
  top: -999em;
}

/*--------------------/Rollovers---------------------*/
