html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-size: 13px;
	font-family: Tahoma;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#body{
	width: 1000px;
	position: relative;
	left:50%;
	margin-left:-500px;
}

span, div, body{
margin: 0;
padding:0;
}


#about_text{
	display: table;

}
#about_text span{
	display:table-cell;
	vertical-align: top;
	
}

#about_text_text{
	width:518px;
	padding-left: 20px;
}

.entity_text{
	margin: 0 0 10px 95px;
}

#footer{
	width: 590px;
	left:50%;
	padding: 10px 0;
	position: relative;
	margin-left:-285px;

	
	
}
#separate{
	height:39px!important;
	background: url(images/seperate.jpg) repeat-x;
}

#footer a{
	text-decoration: none;
	text-transform: uppercase;
	color:#e8d32c;
	font-size: 12px;
	margin: 0 5px 0 5px;
}

#video tr
{
  padding: 10px;
}

#video td
{
    padding: 10px;
    font-size: 13px;
    width: 33%;
}

#menu a
{
    display: block;
    float: left;
}
#menu
{
    width: 1000px;
}
#wrapper
{
    width: 1000px;
    margin: 0 auto;
}
#video .img img
{
    border: 1px solid #d8c627;
}