


/* ----- GENERAL ----- */

body
{
	margin: 0px;
	background-color: #a7c3e0;       ;

	font-family: Arial, sans-serif;
	font-size: 12px;
}

img
{
	border: 0px;
}


h5
{
	font-size: 14px;
	margin-top: 4px;
	font-weight: bold;
	display: inline;
	text-align: left;
}

h4
{
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: left;
}

h3
{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-weight: normal;
	text-align: left;
}

h2
{
	font-size: 22px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: normal;
	text-align: left;
}

p
{
	text-align: left;
	line-height: 1.5em;

	margin-top: 5px;
	margin-bottom: 5px;
}

a			{ color: #1472c4; text-decoration: none; }
a:hover		{ color: #1472c4; text-decoration: underline; }

ul  {
    margin: 0px;
    padding: 17px 0px 10px 37px;
    line-height: 1.4em;
    list-style-image : url('/images/bullet.gif');
}

li{
    padding: 4px 0px 4px 0px;
}


/* ----- HEADER ----- */

.headerframe
{
    width: 100%;
    height: 121px;

    background: #a7c3e0 url('../images/header_back.gif') repeat-x top left;
    overflow: hidden;
}

.header
{
    margin: 0px auto;
    padding-top: 23px;
    width: 608px;
    height: 98px;
    background: url('../images/header.png') no-repeat bottom left;
    overflow: hidden;
}

.logo
{
    padding: 15px 0px 0px 15px;
}


/* ----- CONTENT ----- */

.contentframe
{
    width: 608px;
    height: 360px;
    overflow: hidden;
    margin: 0px auto;
    background: url('../images/content_back.gif') no-repeat top right;
}

.sponsor
{
    width: 608px;
    margin: 0px auto;
    text-align: center;
}

.streambox
{
    width: 400px;
    height: 320px;
    background-color: black;
    margin: 17px auto;
}

/* ----- FOOTER ----- */

.footerframe
{
    width: 608px;
    height: 10px;
    margin: 0px auto;
    background: url('../images/footer_back.gif') no-repeat top left;
}

.code
{
    width: 400px;
    margin-top:10px;
    margin: 0px auto;
    text-align: center;
}

.footer_text            { color: #999999; font-size: 11px; border-bottom: 2px solid #d1d1d1; width: 370px; padding: 40px 0px 5px 0px; margin: 0px auto; }
.footer_text a          { color: #999999; text-decoration: none; }
.footer_text a:hover    { color: #999999; text-decoration: underline; }
