	@charset "UTF-8";
/* CSS Document */

body{
	behavior:url(htc/csshover.htc);
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e8ac1a;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#572600;
}

img, div, a, input { behavior: url(htc/iepngfix.htc) }

a{
	text-decoration:none;
	color:#572600;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	color:#572600;
}

h2{
	color:#572600;
}

#animation_container{
	width:1200px;
	background-image:url(../images/animation_bg.jpg);
	background-repeat:none;
	background-color:#ff0000;
	height:656px;
	margin-left:auto;
	margin-right:auto;
}

#flash_content{
	margin-left:250px;
	padding-top:15px;
}