	/* General styles */
	body {
		margin:0px;
		padding:0px;
		border: 0px;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		font-family: arial, sans-serif;
		background:#151b8d;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:12px;				
		/*font-size:90%;*/
	}
	a {
		color:#369;
		text-decoration:none;
		
	}
	a:hover {
		color:#000;
		background:inherit;
		text-decoration:underline;
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
.test {background: #000; color:#fff; padding-left: 10px;}	
	
	
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
}
	img {
		margin:10px 0 5px;
}

/*ADVERTISING BANNERS*/
#RRbanner_1 {float:left;
		clear:both;
		margin-top:10px;
		margin-left:57px;
}
	
/*MAIN BODY TEXT*/
.maintext {text-align:left;
		color:#000;
		font-style:normal;
		/*font-size:12px;*/
}

#menulft_box {float: left;
		width: 235px;
		margin-top:10px;
}

#menulft_box li {color:green;
				
}	

#menulft_title {float:left;
		width: 235px;
		background:#90EE90;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
		padding-left:15px;
}

#menurgt_box {float:right;		
		width: 235px;
		margin-left:30px;
		margin-top:10px;
}

#menurgt_box li {color:green;
				
}

#menurgt_title {float:left;
		width: 235px;
		background:#90EE90;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:0px;
		padding-left:15px;
}
.titlecolor {background:#CDFECD;}	

/*TITLE2*/
p.artctitle2 {text-align:left;          
          color:#000;
          font-style:bold;
          font-size:18px;
}

p.title3 {text-align:left;          
          color:#000;
          font-weight:900;
          font-size:12px;
}

/*AUTHOR*/
.authr {text-align:left;
        color:#000;
        font-style:italic;
        font-size:10px;
}

/*DATE2*/
.date2 {text-align:left;
        color:grey;
        font-size:8pt;
        font-style:normal;
}

/*LINKS*/
.artclink a {text-align;left;
       color:#000;
       font-style:italic;
       font-size:8pt;
}

	/* List styles */
.tab { margin-left: 40px; } <!-- CAN BE USED WITH LI ie <li class="tab"> TO INDENT li's WHEN NEEDED -->
/*UL STYLES = SQUARE, CIRCLE, DISK, OR NONE*/
/*list-style-image: url(http://runningtheroad.com/images/stories/j0236415.png);*/
.textcolor {color:#fff} /*USE <span class="textcolor"> WHEN USING COLORED BULLETS, OTHERWISE TEXT WILL BE SAME COLOR AS BULLETS...MAYBE*/

.noitalic ul, li{ 
	font-style: normal; /*normal, italic or oblique*/
}

ul.disk li{ /* ENTER <ul class="disk"> THEN <li> AT WHERE LIST IS TO BEGIN*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-size: 10pt;*/
	font-style: italic; /*normal, italic or oblique*/
	line-height: normal; /*normal,number ie-1-2 3 etc, length px, pt, cm, etc, %, inherit*/
	font-weight: normal; /*100,200,300,normal,500,600,bold,800,900,bolder or lighter*/
	font-variant: normal; /*normal or small-caps*/
	text-transform: normal; /*none, uppercase, capitalize or lowercase*/
	text-decoration: none; /*none, blink, overline, line-Through or underline*/
	background-color: inherit;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-position: outside; /*NONE, INSIDE OR OUTSIDE*/
	list-style-type: disk; color:#000;
}

/*OL STYLES = DECIMAL, UPPER-ROMAN, LOWER-ROMAN, UPPER-ALPHA OR LOWER-ALPHA*/
/*list-style-image: url(http://runningtheroad.com/images/stories/j0236415.png);*/
/*START DECIMAL OL*/
ol.decimal li{ /* ENTER <ol class="decimal"> THEN <li> AT WHERE LIST IS TO BEGIN*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-size: 10pt;*/
	font-style: italic; /*normal, italic or oblique*/
	line-height: normal; /*normal,number ie-1-2 3 etc, length px, pt, cm, etc, %, inherit*/
	font-weight: normal; /*100,200,300,normal,500,600,bold,800,900,bolder or lighter*/
	font-variant: normal; /*normal or small-caps*/
	text-transform: none; /*none, uppercase, capitalize or lowercase*/
	text-decoration: none; /*none, blink, overline, line-Through or underline*/
	background-color: inherit;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-position: outside; /*NONE, INSIDE OR OUTSIDE*/
	list-style-type: DECIMAL; color:#000000;
}

ol.decimalnoitalic li{ /* ENTER <ol class="decimalnoitalic"> THEN <li> AT WHERE LIST IS TO BEGIN*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-size: 10pt;*/
	font-style: normal; /*normal, italic or oblique*/
	line-height: normal; /*normal,number ie-1-2 3 etc, length px, pt, cm, etc, %, inherit*/
	font-weight: normal; /*100,200,300,normal,500,600,bold,800,900,bolder or lighter*/
	font-variant: normal; /*normal or small-caps*/
	text-transform: none; /*none, uppercase, capitalize or lowercase*/
	text-decoration: none; /*none, blink, overline, line-Through or underline*/
	background-color: inherit;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-position: outside; /*NONE, INSIDE OR OUTSIDE*/
	list-style-type: DECIMAL; color:#000000;
}
/*END DECIMAL OL*/

/*START ALPHA OL*/
ol.lalpha li{ /* ENTER <ol class="lalpha"> THEN <li> AT WHERE LIST IS TO BEGIN*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-size: 10pt;*/
	font-style: italic; /*normal, italic or oblique*/
	line-height: normal; /*normal,number ie-1-2 3 etc, length px, pt, cm, etc, %, inherit*/
	font-weight: normal; /*100,200,300,normal,500,600,bold,800,900,bolder or lighter*/
	font-variant: normal; /*normal or small-caps*/
	text-transform: normal; /*none, uppercase, capitalize or lowercase*/
	text-decoration: none; /*none, blink, overline, line-Through or underline*/
	background-color: inherit;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-position: outside; /*NONE, INSIDE OR OUTSIDE*/
	list-style-type: LOWER-ALPHA; color:#000; 
}
/*END ALPHA OL*/

/*START RUNNER OL*/
ol.runner li { /* ENTER <ol class="runner"> THEN <li> AT WHERE LIST IS TO BEGIN*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-size: 10pt;*/
	font-style: normal; /*normal, italic or oblique*/
	line-height: normal; /*normal,number ie-1-2 3 etc, length px, pt, cm, etc, %, inherit*/
	font-weight: normal; /*100,200,300,normal,500,600,bold,800,900,bolder or lighter*/
	font-variant: normal; /*normal or small-caps*/
	text-transform: normal; /*none, uppercase, capitalize or lowercase*/
	text-decoration: none; /*none, blink, overline, line-Through or underline*/
	background-color: inherit;
	text-indent: -10px;
	margin-left: 0px;	
	padding-left: 0px;
	padding-top: 0px;
	list-style-position: inside; /*NONE, INSIDE OR OUTSIDE*/
	color:#000;
	list-style-image: url(http://runningtheroad.com/images/j0236415.png);
}	
/*END RUNNER OL*/

.txtcolor2 {
/*font-family:"Times New Roman", Times, serif;*/
border-top: 0px solid #C1DAD7;
border-right: 0px solid #C1DAD7;
border-bottom: 0px solid #C1DAD7;
border-left: 0px solid #C1DAD7;
margin-top: 0px;
margin-right: 0px;<!-375 max->
margin-bottom: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
background-color:#cococo;
font-size:16px;
text-align: center;
color:blue;
}

.txtcolor3 {
/*font-family:"Times New Roman", Times, serif;*/
border-top: 0px solid #C1DAD7;
border-right: 0px solid #C1DAD7;
border-bottom: 0px solid #C1DAD7;
border-left: 0px solid #C1DAD7;
margin-top: 0px;
margin-right: 375px;<!-375 max->
margin-bottom: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
background-color:#151b8D;
font-size:16px;
text-align: center;
color:white;
}

	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		margin:0px 0px -7px 0px;		
	}
	#header {
		border-bottom:0px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:1.5em 15px 0 15px;
		margin:0;
	}
	
	/* RUNNING THE ROAD STYLES */
	#header h1 a {
	float:left; 
	margin: 0px 0em 0em 1.9em;
	padding: 0em 0em 0em 0em;
	color: white; text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	font-style:italic;
}

	#header h1 a:hover {
		background: #151b8d;
		color: #fff;
		text-decoration: underline;
}

	#header h1 a.active {
		color:#fff;
		background:#000;
		font-weight:bold;
		font-style:italic;
}

	/* END RUNNING THE ROAD STYLES */

	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0px 0px 0px 0px;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0px 0px 0px 1px;
		padding:3px 10px 0px 9px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:35px;	/* Moves menu bar to left */
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#151b8d;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;		
	}
	/* 'widths' sub menu */
	*#layoutdims {
		clear:both;
		*background:grey;
		border-top:0px solid #000;
		margin:0;
		*padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right: 1px dotted;
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
		border-right: 1px dotted;		
	}
	#colmidmarque {
		margin:.2em 0px 0px 9.7em;
				
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:23%;			/* Width of left column content (column width minus padding on either side) */
		left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:23%;			/* Width of right column content (column width minus padding on either side) */
		left:82%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
/** start content border styles **/
.lftbdrstyles1 {
		*border-top: 3px coral solid;
		*border-right: 1px blue dotted;
		border-bottom: 1px blue dotted;
		/*margin-top: -16px;*/
		padding-bottom: 17px;		
		background:#fff;
	}
	
.lftbdrstyles2 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 1px blue dotted;
		padding-bottom: 280px;
		background:#F0F0F0;
	}
	
.lftbdrstyles3 {
		*border-top: 3px coral solid;
		*border-right: 1px blue dotted;
		*border-bottom: 1px blue dotted;
		/*margin-top: -16px;*/		
		padding-bottom: 0px;		
		background:#F0F0F0;
		
	}	
	
.lftbdrstyles4 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 0px blue dotted;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 19px;
		padding-left: 23px;
		padding-bottom: 17px;
		background:#000033;
		
	}
	
.lftbdrstyles5 {
		border-top: 1px blue dotted;
		*border-right: 1px blue dotted;
		border-bottom: 1px blue dotted;
		/*margin-top: -16px;*/		
		padding-bottom: 0px;		
		background:#fff;
	}		
.midbdrstyles {
		border-top: 4px #333 solid;
		margin-top:18em;
		margin-bottom: 15px;
		padding-top: 0px;
		*border-right: 1px blue dotted;
		border-bottom: 1px #333 dotted;
		padding-bottom: 0px;
	}		
	
.rgtbdrstyles1 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 1px blue dotted;
		padding-bottom: 175px;
	}
	
.rgtbdrstyles2 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 1px blue dotted;
		padding-bottom: 17px;
		background:#FFF;
		/*background:#F0F0F0;*/
	}
	
.rgtbdrstyles3 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 1px blue dotted;
		margin-top: -16px;
		padding-bottom: 15px;
		background:#000033;
	}	

.rgtbdrstyles4 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 0px blue dotted;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 19px;
		padding-left: 23px;
		padding-bottom: 17px;
		background:#000033;
		
	}
	
.rgtbdrstyles6 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 1px blue dotted;
		padding-bottom: 3px;
	}
	
	/* START STYLES FOR RGTBDRSTYLES5 NEWS CONTENT */	
.rgtbdrstyles5 {
		*border-top: 3px coral solid;
		*border-left: 1px blue dotted;
		border-bottom: 1px blue dotted;
		padding-bottom: 10px;
		background:#F0F0F0;
		padding-left:5px;S
	}
			
.rgtbdrstyles5 a {
	color: red;
	text-decoration: none;
	font-size:12px;
	padding-left:0px;
	}

.rgtbdrstyles5 h3 {
	background: #000;
	color: white;
	padding-left: 10px
	}

.rgtbdrstyles5 p {
	color:#000;
	font-size:12px;
	}

.title1 {
	font-size:x-Small;
	padding-left:9em;
	}

.title2 {
	color:#000;
	font-size:12px;
	}

.rgtbdrstyles5 a:link {
	color: red;
	text-decoration: none;
	}

.rgtbdrstyles5 a:visited {}

.rgtbdrstyles5 a:hover {
	color: red;
	text-decoration: underline;
	background: #F0F0F0;
	}
	/* END STYLES FOR RGTBDRSTYLES5 NEWS CONTENT */	
	
.links {
	float:left;
	margin-left:15px;
	padding: 0px 0px 0px 0px;
	color:#000;
	}

	/* 3 Column settings */
	#fullbody {
		background:#fff;
		margin-right:0px;
		margin-left:144px;
		padding-left:1em;
		padding-right:1em;
		float:left;
		width:75%;			/* width of page */
		position:relative;
		height:100%;
	}
	
	#fullbody H2 {
		background:blue;
		color: white;
		padding-left: 10px;
	}
	
	#fullbody p {
		padding-right: 300px;
	}
	
	#fullbody li {
		padding-right: 300px;
	}
	
	#fullbody2 {
		background:#fff;
		margin-right:0px;
		margin-left:53px;
		padding-left:1em;
		padding-right:0em;
		float:left;
		width:90%;			/* width of page */
		position:relative;
	}
	
	#fullbody2 H2 {
		background:blue;
		color: white;
		padding-left: 10px;
		margin-right: 15px;
	}
	
/** specific modules for content**/
#mod_1 {
	background-color: brown;
	height:120px;
	min-height:100px;
	vertical-align:top;
	/*font-family: "Times New Roman", Times, serif;*/
	color:#fff;
	text-align:left;
	padding-top: 2.0px;
	padding-right: 0px;
	padding-bottom: 13.0px;
	padding-left: 3px;	
-moz-border-radius-bottomright: 5px;   
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;   
-webkit-border-bottom-left-radius: 5px;
}    
    
#mod_1 a {
	color: white;
	text-decoration: none;
}

#mod_1 a:link {	
	color: white;
	text-decoration: none;
}

#mod_1 a:visited {}

#mod_1 a:hover {
	color: white;
	text-decoration: underline;
	background:brown;
	
}

#mod_2 {
	background-color: brown;
	height:120px;
	min-height:100px;
	vertical-align:top;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size:15px;
	color:#fff;
	text-align:left;
	padding-top: 2.0px;
	padding-right: 0px;
	padding-bottom: 13.0px;
	padding-left: 3px;
	color: white;
-moz-border-radius-bottomright: 5px;   
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;   
-webkit-border-bottom-left-radius: 5px;
}

#mod_2 a {
	color: white;
	text-decoration: none;
}

#mod_2 a:link {
	color: white;
	text-decoration: none;
}

#mod_2 a:visited {}

#mod_2 a:hover {
	color: white;
	text-decoration: underline;
}

#mod_3 {
	background-color: #F0F0F0;
	height:63px;
	min-height:50px;
	vertical-align:top;
	/*font-family: "Times New Roman", Times, serif;*/
	color:#000;
	text-align:left;
	margin-top:-2px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom:33px;;
	padding-left: 3px;	
-moz-border-radius-bottomright: 0px;   
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;   
-webkit-border-bottom-left-radius: 0px;
}    
    
#mod_3 a {
	color: #000;
	text-decoration: none;
}

#mod_3 a:link {	
	color: #000;
	text-decoration: none;
}

#mod_3 a:visited {}

#mod_3 a:hover {
	color: #000;
	text-decoration: underline;
	background:#F0F0F0;
	
}

#mod_4 {
	background-color: #fff;
	height:63px;
	min-height:50px;
	vertical-align:top;
	/*font-family: "Times New Roman", Times, serif;*/
	color:#fff;
	text-align:left;
	margin-top:0px;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom:16px;;
	padding-left: 3px;	
-moz-border-radius-bottomright: 0px;   
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;   
-webkit-border-bottom-left-radius: 0px;
}    
    
#mod_4 a {
	color: #000;
	text-decoration: none;
}

#mod_4 a:link {	
	color: #000;
	text-decoration: none;
}

#mod_4 a:visited {}

#mod_4 a:hover {
	color: #000;
	text-decoration: underline;
	background:#F0F0F0;
	
}

	/*modMain is in center column at top*/
#modMainlft {
	background-image:url('http://runningtheroad.com/images/j0424395_197x200.jpg'); 
    float: left;
    padding-bottom: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 200px;
    width: 197px;
    border-top: 0px dotted #ebebeb;
    border-right: 0px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb;
    border-left: 0px dotted #ebebeb;
    }
    
#modMainrgt { 
    float: left;
    padding-bottom: 0px;
    padding: 5px 0px 0px 5px;
    margin: 0px 0px 0px 5px;
    height: 95px;
    width: 369px;
    overflow:hidden;
    border-top: 0px dotted #ebebeb;
    border-right: 0px dotted #ebebeb;
    border-bottom: 4px solid #ebebeb;
    border-left: 0px dotted #ebebeb;
    }
    
#modMainrgt a {
	color: red;
	text-decoration: none;
}

#modMainrgt a:link {	
	color: #000;
	text-decoration: none;
}

#modMainrgt a:visited {}

#modMainrgt a:hover {
	color: red;
	text-decoration: underline;
	background:inherit;	
}    
    
#modMainblft { 
    float: left;    
    padding-bottom: 0px;
    padding: 5px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    height: 91px;
    width: 180px;
    overflow:hidden;
    border-top: 0px dotted #ebebeb;
    border-right: 0px dotted #ebebeb;
    border-bottom: 2px dotted #ebebeb;
    border-left: 0px dotted #ebebeb;
    }
    
#modMainblft a {
	color: red;
	text-decoration: none;
}

#modMainblft a:link {	
	color: red;
	text-decoration: none;
}

#modMainblft a:visited {}

#modMainblft a:hover {
	color: red;
	text-decoration: underline;
	background:inherit;	
}
    
#modMainbrgt { 
    float: left;    
    padding: 5px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    height: 91px;
    width: 180px;
    overflow:hidden;
    border-top: 0px dotted #ebebeb;
    border-right: 0px dotted #ebebeb;
    border-bottom: 2px dotted #ebebeb;
    border-left: 0px dotted #ebebeb;
    }
    
#modMainbrgt a {
	color: red;
	text-decoration: none;
}

#modMainbrgt a:link {	
	color: red;
	text-decoration: none;
}

#modMainbrgt a:visited {}

#modMainbrgt a:hover {
	color: red;
	text-decoration: underline;
	background:inherit;	
}
 	/*END modMain moduals in center column*/
 	
.runglossary {text-align:left;
        color:#000000;
        background-color: #66ee77;
        font-style:normal;
        text-decoration: underline;
        padding-left:3px;
        padding-right:3px;
}	
 	
#vids1 div { /*FRONT PAGE*/
	margin:0px 20px 15px 31px;
	padding:20px 20px 20px 20px;
	background:#838B8B;
	float:left;
}

#vids2 div { /*FRONT PAGE*/
	margin:0px 20px 15px 57px;
	padding:20px 20px 20px 20px;
	background:#838B8B;
	float:left;
} 	  	 	

#vids3 div { /*RUNNING DRILLS*/
	margin:10px 82px 10px 31px;
	padding:20px 20px 20px 20px;
	background:#838B8B;
	float:left;
}

#vids4 div { /*RUNNING DRILL VIDEOS*/
	margin:10px 20px 15px 31px;
	padding:20px 20px 20px 20px;
	background:#838B8B;
	float:left;
}

#vids5 div { /*STRETCHING VIDEOS*/
	margin:10px 107px 15px 31px;
	padding:20px 20px 20px 20px;
	background:#838B8B;
	float:left;
}

#vids6 div { /*STRETCHING VIDEOS*/
	margin:10px 0px 15px 31px;
	padding:20px 20px 20px 20px;
	background:red;
	float:left;
} 

#vids7 div { /*STRETCHING VIDEOS*/
	margin:10px 0px 15px 150px;
	padding:20px 20px 20px 20px;
	background:#838B8B;
	float:left;
} 
 		
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	
	#footer p {
		padding:20px;		
		margin:0;
		color:#fff;
	}

	#footer ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:0px 0 0 0;
		padding:0;
	}
	#footer ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#footer ul li a {
		display:block;
		float:left;
		margin:0 0 0 10px;
		padding:0px 10px;
		text-align:center;
		background:inherit;
		color:#fff;
		text-decoration:none;
		position:relative;
		left:405px;
		top:7px;
		line-height:1.3em;
		font-size:70%;
	}
	#footer ul li a:hover {
		background:#151b8d;
		text-decoration:underline;
		color:#fff;
	}
	/*#footer ul li a.active,*/
	/*#footer ul li a.active:hover*/ {
		color:#fff;
		background:#000;
		font-weight:bold;
	}

	
.copyright {
		border-top:5px solid #000;		
		padding: 0.5em 0em 1.0em 64em;
		background: #fff;		
		height: 10px;
		font: 9px Times New Roman;		
	}

	/** photo placement **/

.picture { background-color: inherit;
border: 0px solid #cccccc; padding: 0px;
font: 11px arial, sans-serif;;
font-style:italic;
color:#000000; }
.picture img { border: 0px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0.0em 0.2em 0.8em; float:right; }
.left { margin: 0.0em 0.8em 0.2em 0.0em; float:left; } 

/** end photo placement **/



