/* Main Format */
body {
	width: 1000px;
	background-color:#CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #14416D; 
	text-decoration: none; 
}
a:visited {
	color: #14416D; 
	text-decoration: none; 
}
a:hover {
	color: red; 
	text-decoration: underline; 
}
a:active {
	color: blue; 
} 


#wrapper { 
	width: 1000px;
	margin:0 auto; /*center hack*/
	text-align: left;
	background: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.header {
	background-color: #CCCCCC;
	height: 200px;
	width: 1000px;
}
#navbar ul { 
margin: 0; 
padding: 5px; /* Set margin and padding for cross browser consistency. */ 
list-style-type: none; /* Needed to eliminate list item marker */ 
text-align: center; /* Centers navigation bar */ 
background-color: #164879; /* Set as desired */ 
} 

#navbar ul li { 
display: inline; /* Needed to create horizontal effect */ 
} 

#navbar ul li a { 
text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */ 
font-weight: bold;
padding: .2em 1em; /* Gives the link space inside it's individual block. */ 
color: #fff; /* Set as desired */ 
background-color: #164879; /* Set as desired */ 
} 

#navbar ul li a:hover { 
color: #164879; 
background-color: #fff; /* Both of these values create the "Rollover effect, Set as desired */ 
} 
.left_column {
	float: left;
	height: 5900px;
	width: 699px;
	background-color: #FFFFFF;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
	text-align: center;
}
.right_column {
	float: right;
	height: 5900px;
	width: 300px;
	background-color: #FFFFFF;
	text-align: center;
}
#blogs ul { 
margin: 40px; 
padding: 0px; /* Set margin and padding for cross browser consistency. */ 
list-style-image: url(arrow.gif);
text-align: left; /* Centers navigation bar */
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
}
#channels ul { 
margin: 40px; 
padding: 0px; /* Set margin and padding for cross browser consistency. */ 
list-style-image: url(arrow.gif);
text-align: left; /* Centers navigation bar */
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
}
#free ul { 
margin: 40px; 
padding: 0px; /* Set margin and padding for cross browser consistency. */ 
list-style-image: url(arrow.gif);
text-align: left; /* Centers navigation bar */ 
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
} 
.footer {
	clear: right;
	text-align:center;
	height: 22px;
	width: 1000px;
	background-color: #999999;
}
