/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background-image:url(http://www.rctv28.com/images/public/bg.jpg);
background-repeat:repeat-y;
background-position:center;
background-color:#386680;
}

#header {
height: 230px;
}

#contentFeed {
height: 225px;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 500px; /*Set left margin to LeftColumnWidth*/
background:#CCCCCC;
}

#leftcolumn{
float: left;
width: 500px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
height: 100%;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(http://www.rctv28.com/images/public/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
color: black;
}

.NOTE {
background-color:#CCCCCC;
border:medium, #FF9900, solid;
width: 400px;
}
.imporant {
color:#FF6600;
}

.footerTEXT {font-size:small; color:#FFFFFF;}
.footer:link {text-decoration: none; color:#0099FF;}
.footer:visited {text-decoration: none; color:#0099FF;}
.footer:active {text-decoration: none; color:#FF9933;}
.footer:hover {text-decoration: underline; color:#0099CC;}