/* Reset Stuff */
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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #BBE3FF;
	background-color: #000000;
}

a {
	color: #1D6AAE;
	text-decoration: none;
}
a:hover {
	color: #1D6AAE;
	text-decoration: underline;
}
.noMargin {
	margin: 0px;
}
strong, b {
	font-weight: bold;
}
.clr {
	clear: both;
}

#wrapper {
	background: #000000 url('img/main-img.jpg') no-repeat;
	width: 900px;
	margin: 0 auto;
	padding-top: 525px;
}

.box {
	width: 800px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #0E588A;
	overflow: auto;
	background-color: #000000;
}

h1 {
	background: #FFFFFF url('img/titleback.jpg') repeat-y right top;
	padding: 2px 8px;
	text-transform: uppercase;
	color: #006EBB;
	font-weight: bold;
	font-size: 16px;
}
p {
	padding: 15px;
}

#video {
	float: left;
	padding: 15px;
}

#contact {
	float: left;
}
