body {
background-color:#999999;
font-family:"Arial";
font-size: 12px;
margin: 0px;
}
#page {
width: 950px;
margin: 0 auto;
border: 1px solid black;
/* background-color: #aaccff; */
background: repeat-y url(http://sunrisefm.ca/images/sidebar.png);
}
#info {
width: 950px;
clear: both;
background-color: #aaccff;
}
#info p {
display: inline;
}
#header {
width: 950px;
clear: both;
height: expression( this.scrollHeight < 181 ? "180px" : "auto" ); 
min-height: 145px;
background: no-repeat url(http://sunrisefm.ca/images/banner.png);
padding-top:5px;
padding-bottom:0px;
}
#header p {
margin: 0px;
font-size: 24px;
text-align:center;
color:#cc6600;
padding-left: 160px;
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}
#header h1 {
font-size: 38px;
text-align:center;
color:#cc6600;
padding-left:160px;
padding-top:0px;
margin-top:0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#header img {
width: 948px;
border: none;
}
#links {
padding: 7px 0px;
clear:both;
background-color:#cc9900;
width: 950px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#links a {
font-family: "Arial";
padding: 5px 10px;
margin: 0px 2px;
color: black;
background-color: #ffff00;
text-decoration:none;
}
#links a:hover {
text-decoration:underline;
}
#sidebar {
background: repeat-y url(http://sunrisefm.ca/images/sidebar.png);
float: left;
width: 198px;
text-align: center;
min-height: 300px;
padding-left: 2px;
padding-top: 20px;
}
#sidebar p {
text-align: left;
}
#c {
text-align: center;
}
#content {
float:right;
width: 730px;
background-color: #ffffff;
min-height: 400px;
height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); 
padding: 10px;
}
#content a {
color: black;
text-decoration: none;
}
#content a:hover {
color: black;
text-decoration: underline;
}
#content table tr td {
border:none;
}
#content table.borderOn tr td {
border: 1px solid black;
}
#header1 {
font-size: 2em;
text-align: center;
margin: 0px;
}
#footer {
clear: both;
width: 950px;
border-top: 1px solid black;
background-color: #ffcc00;
}
#content td {
border:1px solid black;
}
#sidebar a {
text-decoration: none;
color: black;
}
#sidebar a:hover {
text-decoration: underline;
color: black;
}
#footer a {
color:black;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
