body#content {
color: #000;
background-color: #FFF;
background-image: none; 
text-align: left;
font-size: 12px;
}
* {margin:0;padding:0;} 
h2 {
font-size: 2.0em;
color: #600c91;
font-weight: normal;
padding: 3px 5px 3px 5px;
}
.highlight {
background: #5d3d6e;
color: #FFF;
margin-top: 15px;
}
html, body, #container {
height: 100%;
}
body > #container {
height: auto; 
min-height: 100%;
}
body {
background: #600c91 url(/img/site/bg.png) top repeat-x;
text-align: center;
font-family: 'Lucida Grande', arial, verdana, sans-serif;
font-size: 62.50%;
}
#header {
background: url(/img/site/bg-header_03.png) top no-repeat;
height: 106px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#logo h1 a {
	display: block;
	height: 91px;
	outline: none;
	text-indent: -9999px;
	width: 385px;
}
#twitter {
background: url(/img/site/twitter.png) top no-repeat;
width: 294px;
height: 258px;
margin-left: 20px;
}
#twitterRSS {
width:263px;
position: relative;
top:54px;
left: 21px;
text-align: center;
}
#container {
background: url(/img/site/bg-container.png) top repeat-y;
text-align: left;
width:960px;
margin: 0 auto;
}
#nav {
position: relative;
top:40px;
left:20px;
}
.rss {
font-size: 1.1em;
}
.rss a:link, .rss a:active, .rss a:visited {
color: #600c91;
font-size: 1.1em;
}
.rss a:hover {
color: #333;
font-size: 1.1em;
}
a:link, a:active, a:visited {
color: #600c91;
}
a:hover {
color: #333;
}
#navigation {
list-style: none;
margin: 0; padding: 0;
}
#navigation li {
float: left;
}
#navigation li a {
display: block;
width: 110px;
text-decoration: none;
text-align: center;
color: #FFF;
font-size: 1.3em;
padding: 3px 0;
}
#navigation li a:hover {
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#2c0343;
}
#main {
padding-bottom: 285px;   /* must be same height as the footer */
}
#content {
width: 630px;
float: left;
font-size: 1.2em;
color: #606060;
line-height: 2.2em;
}
#side {
float: right;
width: 320px;
}
#footerContainer {
margin: 0 auto;
width: 960px;
text-align: left;
color: #FFF;
line-height: 1.8em;
}
.f1 {
float: left;
width: 310px;
}
.f2 {
float: left;
margin-left: 15px;
width: 310px;
}
.f3 {
float: right;
width: 310px;
}
#footer {
background: #2c0343;
position: relative;
margin-top: -285px; /* negative value of footer height */
height: 285px;
clear:both;
}
.padc {
padding: 5px 20px 5px 20px;
}
.pads {
padding: 5px 20px 5px 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
ul {
    padding-left:2em;
    margin-left:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/*Rockin Slider */
#slider {
    width: 600px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:20px;
	background-color: #2c0343;
}
#slider ul, #slider li {
list-style-type: none;
margin: 0px;
}
#sliderContent {
    width: 600px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	padding: 0px;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 600px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#copyright {
width: 960px;
font-size: 10px;
}
#copyL {
	float: left;
	width:49%;
	font-size: 10px;
}
#copyR {
	float: right;
	width:49%;
	text-align: right;
	font-size: 10px;
}
a.sephonelink:link, a.sephonelink:active, a.sephonelink:visited {
color:#fff;
}
a.sephonelink:hover {
color: #5D3D6E;
}