a.footer {
	color: white;
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;

}
li {
font-size: 12px;
font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

h2.tutorial
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h2 element */
	}

.menu-topic {
	font-family : Trebuchet MS,Tahoma,Arial;
	font-size : 0.9em;
	line-height : 32px;
	font-weight : bold;
	font-variant : normal;
	font-stretch : normal;
	background-color: #851212;
	background-image: url(http://www.rickcable.com/images/btn-off.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	width: 150px;
	position: relative;
	float: right;
	cursor: pointer;
	color: white;
	padding-left: 5px;	
} 

.menu-topic-over { 
font-family : Trebuchet MS,Tahoma,Arial;
font-size : 0.9em;
line-height : 32px;
font-weight : bold;
font-variant : normal;
font-stretch : normal;
background-color: #000000;
background-image: url(http://www.rickcable.com/images/btn-on.jpg);
background-repeat: repeat-x;
text-decoration: none;
width: 150px;
position: relative;
float: right;
cursor: pointer;
color: white;
padding-left: 5px;
} 

.menu-topic-down { 
font-family : Trebuchet MS,Tahoma,Arial;
font-size : 0.9em;
line-height : 32px;
font-weight : bold;
font-variant : normal;
font-stretch : normal;
background-color: #000000;
text-decoration: none;
width: 150px;
position: relative;
float: right;
cursor: pointer;
color: silver;
padding-left: 5px;
} 

.menu-topic-up { 
font-family : Trebuchet MS,Tahoma,Arial;
font-size : 0.9em;
line-height : 32px;
font-weight : bold;
font-variant : normal;
font-stretch : normal;
background-color: #851212;
text-decoration: none;
width: 150px;
position: relative;
float: right;
cursor: pointer;
color: white;
padding-left: 5px;
} 

.menu-topic-out { 
font-family : Trebuchet MS,Tahoma,Arial;
font-size : 0.9em;
line-height : 32px;
font-weight : bold;
font-variant : normal;
font-stretch : normal;
background-color: #851212;
text-decoration: none;
width: 150px;
position: relative;
float: right;
cursor: pointer;
color: white;
padding-left: 5px;
} 

A.smaller
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline
}


#header
{
width: 950px;
height: 100px;
margin: 0px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
	background-image: url(images/rick-cable_com-head-backgro.jpg);
}
#container
{
width: 950px;
margin: 0px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
	height: 100px;
	padding: .5em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	background-image: url(images/rick-cable_com-head-backgro.jpg);
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 250px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 200px;
border-left: 1px solid gray;
margin-right: 200px;
border-right: 1px solid gray;
padding: 1em;
max-width: 46em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


body {
	padding: 0px;
	background-image: url(images/redtoblack.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font: 12px verdana, arial, "san serif";
}

.header {
	background-image: url(images/youtube-background.gif);
	background-repeat: repeat-y;

}

.main-body {
	background-color: #0099CC;
	width: 100%;
	height: 450px; 
	margin-left: 20%; 
	margin-right: 20%;
	border: solid 1px black;	
}

a:link.logo-link{
	text-decoration: none;
	color: white;
	text-decoration: none;
}
a:visited.logo-link{
	text-decoration: none;
	color: white;
	text-decoration: none;
}
a:hover.logo-link{
	text-decoration: none;
	color: white;
	text-decoration: none;
}
.lists{
font: 11px arial;
}
li.lists{
	list-style-image: url(images/bullet1.gif);
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
	vertical-align: middle;
	display: list-item;
	margin-right: -10px;
}

p {
font: 14px Trebuchet MS,Tahoma,Arial;
text-indent: 14px;

}

h1 {
font: 2.0em Trebuchet MS,Tahoma,Arial;

}