@charset "UTF-8";


a:link {
	color: #333333;
}
a:visited {
	color: #54525B;
}
a:hover {
	color: #54525B;
}
a:active {
	color: #54525B;
}


 html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
   }
   
body
{ 
background-image: url(images/background1c.jpg); 
background-color: #ccc9b4
}
   
   
.lovely_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.lovely_text a {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.lovely_links_small {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.lovely_text_textfield {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F5F5F;
	border-right-color: #5F5F5F;
	border-bottom-color: #5F5F5F;
	border-left-color: #5F5F5F;
}
.input {     
border: 1px solid #ffffff; 
background: #ffffff;
} 

.input:hover {
    border: 1px solid #ffffff; 
    background: #cccccc;
}

.button {
    border: none;
    background: url('images/ok_button.gif') no-repeat top left;
    padding: 1px 1px;
}
.button:hover {
    border: none;
    background: url('images/ok_button_over.gif') no-repeat top left;
    padding: 1px 1px;
}
/*
-------------NEWS------------------------
*/
.lovely_news_date{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 100%
}

.lovely_news_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 200%
}

/*
-------------------------------------
*/


/*
-------------AUDIO------------------------
*/
.lovely_audio_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 200%
}



/*


------------titles all------------------------
*/
.lovely_all_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
}


/*-------------------------------------*/



#credits
{
	position:absolute;
	top: 670px;
	left:590px;
}
