@charset "utf-8";
body {
	background-color: #03C;
	text-align: center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	position: static;
	background-attachment: fixed;
}

.big_image	{
	max-width:100%;
	height:auto;
}

h2	{
	font-size:1em;
}

h1, h2, p	{
	margin-left:10px;
	margin-right:10px;
}

#centercontent {
	background-color: #EEE;
	height: auto;
	text-align: left;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	font-family: Verdana, Geneva, sans-serif;
	width: 85%;
	margin-left: 7.5%;
	margin-right: 7.5%;
	border: double thin gray;
	box-shadow: 0px 0px 30px 10px #000;
}

a {
	text-decoration: none;
	color: #F00;
}
.latest {
	text-align: center;
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-size:1.25em;
}
browse {
	text-align: center;
}
.quote {
	color: #000;
	font-size: 18px;
}
.rellinks {
	font-size: xx-small;
	text-align: center;
}
.vid_title	{
	font-size:10pt;
	color:#F00;
	width:75%;
	margin-left:12.5%;
}
.meta_desc	{
	font-size:8pt;
	width:75%;
	margin-left:12.5%;
}

#cat_nav	{
	text-align:center;
	font-weight:bolder;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#cat_nav a	{
	text-decoration:underline;
}

#cat_nav li	{
	display:inline;
	padding:15px;
}

#icon_list	{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

#icon_list li	{
	width:15%;
	max-width:150px;
	display:inline-table;
}

#icon_list img	{
	max-width:150px;
	height:auto;
	width:100%;
}
