body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body
{
	background-color:#ddd;
	margin:0px 0px; padding:0px;
	text-align:center;
	font-family:'Trebuchet MS','Tahoma','Arial',sans-serif;
    /*margin-top:15px;*/
}


#container
{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px solid #333;
	background-color:white;
}

#header
{
	padding-top:0px;
	background-color:#0A120B;
	text-align:center;
}

#footer
{
	background-color:#112411;
}

#copyright
{
	text-align:center;
	font-size:12px;
	color:white;
}


#swfContent
{
    background-color:pink;
    /*border:solid 1px black;*/
}

/*#LogoImage
{
    float:left;
    margin-top:5px;
}

h1#Logo
{
	background-image:url(../Data/Assets/Paralympics/Header/Logo.gif);
	width:400px;
    margin-top:20px;
    margin-left:110px;
    font-size:20px;
}

h1#Logo a, h1#Logo a:visited, h1#Logo a:hover
{
	display:block;
    color:white;
    text-decoration:none;
}*/