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

body	{
		background-color:#fffadc;
		padding: 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
#container	{
		width: 1026px;
		margin: auto;
		padding: 15px;
		background-image:url(../images/bg_cartoon.png);
		background-repeat:no-repeat;
		}
#container2	{
		width: 1026px;
		background-image:url(../images/footer_city.png);
		background-repeat: no-repeat;
		background-position: bottom;
		}
#main	{
		position: relative;
		float: right;
		width: 540px;
		min-height: 550px;
		margin-top: 175px;
		}
#navi	{
		}
#content	{
		position: relative;
		top: 10px;
		}
#cityspace	{
		width: 50px;
		height: 250px;
		}
#footer	{
		clear: both;
		}
#footer_ads	{
		position: relative;
		float: left;
		bottom: -5px;
		left: 10px;
		}
#footer_nav	{
		position: relative;
		float: right;
		bottom: 15px;
		right: 10px;
		}
		
/* Classes */
p	{
		padding: 0px 0px;
		}
h2	{
		}
h3	{
		margin: 0px 0px -10px 0px;
		}
.header {
	    color: #E2CE53;
	    font-weight: bold;
	    }
.mp3	{
		position: relative;
		top: 25px;
/*		width: 254px;*/
		}
.quotes {
        font-size: 16px;
		}
.quoteend {
        font-size:12px;
		}
.boldtext	{
		font-weight: bold;
		}

		
/* Links */

a:link  {
	    color: #655252;
        }
a:visited  {
	    color: #655252;
        }
a:hover  {
	    color: #655252;
        }
a:active  {
	    color: #655252;
        }
#footer a:link  {
	    color: #cab842;
        }
#footer a:visited {
	    color: #cab842;
        }
#footer a:hover {
	    color: #e2ce53;
        }
#footer a:active {
        color: #cab842;
        }
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}
		
		