/* Normalize all margins and paddings */
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{margin : 0; padding : 0; }

/* Normalize font size for headers */
h1, h2, h3, h4, h5, h6
{font-size : 100%; }

/* removes list styles from lits */
ol, ul {list-style : none; }

/* Normalize font sizes to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight:normal; }

/* Removes border */
table {border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and images */
fieldset, img {border : 0; }

/* left align text in caption and th */
caption, th {text-align: left; }

/* Removes quotation marsk from q */
q:before q:after {content : ' ';  }

/* Layout.css */



body {
	text-align : center; }
	
div#content{
margin 0 auto;
max-width:970px;
text-align:left;
padding : 10px 0;

}

div#content_left{
position : relative;
left : 0%;
width : 65%;
padding 1em 0;
padding-top : 10;
float : left;
clear : right;
}

div#content_right{
position : relative;
left : 68%;
width : 32%;
padding 1em 0;
padding-top : 10;
float : right;
clear : left;
}

div#content_contact{
	text-align : center;
	padding-bottom : 400px;	
	padding-top : 20px;
}

div#linkbox{
	text-align : left; 
	padding-left : 20px; 
	padding-top : 10px;
	
	
	}
div#content_whole{
position : relative;

left : 100px;;
width : 80%;
padding 1em 0;

}

table.tablemain{
	padding : 10px 10px;
	
	}

td{
	padding : 6px 6px;
	}




#content_video li{
style : inline;	
}

#vid_testimony{
	text-align : center;
	}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */


