body 
{ 
background-color: #F4F4D7;
}

/* div starts */
#thechimerical  /* position of main layout image */
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	overflow-y:hidden;

}

#artist 
{
	position: absolute;
	left: 1480px;
	bottom: 85px;
	width: 265px;
}


#artwork  
{
	position: absolute;
	left: 2365px;
	bottom: 120px;
	width: 360px;
}

#website  
{
	position: absolute;
	left: 3235px;
	bottom: 80px;
	width: 340px;
}


/* div ends */

/* text starts */

.title
{
	font-family: georgia;
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	font-variant: none;
	text-decoration: none;
}

.text
{
	font-family: georgia;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	font-variant: none;
}

/* text ends */


/* links start */

A:link
{
	color: #912011;
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

A:visited
{
	color: #912011;
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

A:active
{
	color: #912011;
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

A:hover
{
	color: #912011;
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

/* links end */

/* form */


.myinputstyle {
	border: 1px dashed #000000;
	background: url(none) no-repeat #f4f4d8;
	font-family: Georgia;
	font-style: normal;
	font-size: 9pt;
	color: #000000;
}


.mylabelstyle {
	font-family: Georgia;
	font-style: normal;
	font-size: 9pt;
	color: #000000;
}


.myinputstyle:hover {
	border: 1px dashed #912011;
	background: url(none) no-repeat #f4f4d8;
	color: #912011;
}


.myinputstyle:focus {
	border: 1px dashed #912011;
	background: url(none) no-repeat #f4f4d8;
	color: #912011;
}

