#articlebody
{
	padding: 10px;
	vertical-align: top;
	min-height: 451px;
	font-size: 14px;
}

#newsbox
{
	float: right;
	width: 175px;
	height: 250;
	margin-left: 10px;
	padding: 10px;
	border-width:1px;
	border-color: #FFFFFF;
	background-color: #000000;
	border-style: solid;

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;

	-khtml-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-khtml-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;

	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;

	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

#news
{
	overflow: auto;
	float: left;
	width: 175px;
	height: 250px;
	font-size: 10px;
	padding-right: 3px;
}

#news h1
{
	color: #FFFFFF;
	font-size: 13;
	font-weight: bold;
	margin-bottom: 5px;
}

#news hr
{
text-align: left;
margin: 7 auto 7 0;
width: 95%;
}

#newshead
{
	font-family: Impact;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	float: right;
	width: 175px;
	border-left-style: double;
	background-color: #101010;
	background-image: url('images/menu/jerkybar.png');
	background-align: center;
	background-repeat: no-repeat;
}

div.vid
{
	overflow: hidden;
  	width: 100%;
 	float: left;
  	text-align: center;
	height: 300;
	padding: 0px;
	border-width:1px;
	border-color: #FFFFFF;
	background-color: #000000;
	border-style: solid;

	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;

	-khtml-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-khtml-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;

	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;

	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

div.vidname
{
 	text-align: center;
	font-size: 16px;
 	font-weight: bold;
 	color: white;
	width: 200px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 3px;
}
	
div.vid img {
  	display: inline;
  	margin: 0px;
	margin-top: 3px;
	border: 1px solid #000000;
	border-bottom-width: 3px;
}

div.vid a:hover img {
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
}

div.viddesc
{
	text-align: left;	
	font-size: 12px;
 	font-weight: normal;
 	width: 200px;
 	margin: 3px;
	margin-left: 5px;
	padding: 3px;
	padding-top: 0px;
}


p{
	margin-top: 0;
}

p:first-letter 
{
	float: left;
	font-weight: bold;
	font-size: 40px;
	font-family: "Apple Chancery", "Zapf Chancery", cursive
}

img.floatleft { 
    float: left;
    clear: right;
    margin-right: 10px;
    margin-bottom: 3px; 
    margin-top: 7px;  
}

img.floatright { 
    float: right;
    clear: left; 
    margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 7px;  
}

h1 {
   color: #FFFFFF;
   font-size: 16px;
   font-weight: bold;}

ul {padding-left: 15px;}

li {background: url('http://www.lordtonysama.com/images/lpointsml.png') no-repeat top left;
margin: 0;
padding: 0px 0px 15px 60px;
list-style: none;} 

b.white{
color: white;
}