
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
}


td
{
	font-size: 0.7em;
}


/*
	Standard paragraph style
*/

p
{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 0.7em;
	margin-top: 0px;
	line-height: 1.5em;
}


ul
{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 0.6em;
	margin-top: 20px;
	line-height: 1.5em;
	padding-left: 20px;
}



/*
	headings
*/

h1
{
	color: #000;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}

h2
{
	margin: 5px 0 30px 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.4em;
	color: #666;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}

h3
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.8em;
	color: #d54c99;
	font-weight: normal;
}




/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #c5da0f;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}


/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	padding: 0;
	margin: 60px auto 0 auto;
	width: 970px;
	background-color: #fff;
}


#left-column
{
	float: left;
	width: 450px;
	background-color: #fff;
}


#right-column
{
	float: right;
	width: 460px;
	margin: 0 0 0 60px;
	padding: 0;
	background-color: #fff;
}

#player
{
	margin: 30px 0 0 0;
	padding: 0;
}


p.contact
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #d54c99;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}

p.contact2
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #d54c99;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}


p.contact a,p.contact2 a
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #d54c99;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}

p.contact a:hover, a:active,p.contact2 a:hover, a:active
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}

p.contact a:visited,p.contact2 a:visited
{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #d54c99;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
}







.notpink
{
	color: #666;
}




/* Footer */

#footer
{
	height: 60px;
	margin: 30px 0 0 0;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
}


#footer p
{
	padding-top: 20px;
	color: #666;
}






/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0px; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}


