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: 1030px;
	bottom: 60px;
	width: 215px;
}


#artwork  
{
	position: absolute;
	left: 1700px;
	bottom: 80px;
	width: 250px;
}

#website  
{
	position: absolute;
	left: 2262px;
	bottom: 55px;
	width: 315px;
}


/* div ends */

/* text starts */

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

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

/* text ends */


/* links start */

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

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

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

A:hover
{
	color: #912011;
	font-family: georgia;
	font-size: 7.8pt;
	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: 7.8pt;
	color: #000000;
}


.mylabelstyle {
	font-family: Georgia;
	font-style: normal;
	font-size: 7.8pt;
	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;
}

