﻿
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#8a8a8a;
	font-size:13px;
	/*background-color:#f4f4f4;*/
	margin:0 0 0 0;
	padding:0;
}
img{
	border:0;
}
.logo{
	clear:both;
	margin:0 auto;
	width:974px;
}
.logo h1 a{
    background-image: url("../_slice_radio/logo.png");
    background-position: left top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    height: 82px;
    margin: 13px  0 13px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999em;
    width: 318px;	
}
.internalTop {
    background-image: url("../_slice_radio/top.gif");
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    margin: 0;
    padding: 23px 0 0;
    width: 100%;
}
.internalBottom {
    background-image: url("../_slice_radio/bottom.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    margin: 0;
    padding: 0 0 23px 0;
    width: 100%;
}
.internal {
    background-image: url("../_slice_radio/center.gif");
    background-position: center top;
    background-repeat: repeat-y;
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.container{
	clear:both;
	margin:0 auto;
	width:974px;
}
.leftSide{
	clear:both;
	float:left;
	width:477px;
}
.rightSide{
	float:left;
	width:467px;
	margin:0 0 0 30px;
}
.rightSide p.text{
	width:360px;
	line-height:23px;
}
.rightSide p.alignRight{
	width:450px;
	text-align:right;
	margin-top:25px;
}
h2 {
    color: #0096ff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 36px;
    margin: 75px 0 55px;
}
a {
    color: #462680;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}