body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #4682a7;
    text-align: center;
	padding: 15px;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #387097;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6e9ec0;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#header {
	background: transparent url(../_images/video/header.gif) 0 0 repeat-x;
	height: 97px;
	overflow: hidden;
}
	#page-select {
		float: right;
		display: inline;
		margin: 40px 50px 0 0;
	}
	#header img {
		float: left;
		vertical-align: middle;
		display: inline;
		margin-right: 20px;
	}
	#header h1 {
		font-size: 24px;
		color: #204a64;
		font-weight: normal;
		line-height: 97px;
	}

#content {
	padding: 30px 50px;
}
	#flashcontent {
		margin: 0 0 15px 0;
	}
	#content strong {
		font-size: 16px;
	}