*,a,img,iframe,#header,#nav,#footer {
	padding:0;
	margin:0;	
}
img { behavior: url(iepngfix.htc); }
body {
  text-align:center;
  display:inline;
	font:16.5px helvetica,arial,sans-serif;
	background:url('images/bg.gif') repeat-x #e3f0f7;
	color:#1C0113;
}

a:link,a:visited {
	color:#11546f;
	text-decoration:none;
}
a:hover {
	color:#248ab4;	
	text-decoration:underline;
}
a:active {
	color:#fff;
}

#container,#header {
	width:800px;
}
#container {
  height:100%;
  background:#1a5771;
  margin:0 auto;

}
#header {
  text-align: center;
  margin-bottom:32px;
  width:100%;
  background:#171919;
  height:144px;
}
#nav {
	text-align: center;
	width: 800px;
	background:url('images/topbar.gif') no-repeat center;
	height:24px;
    margin:0 auto;
}
#content {
	float:left;
	text-align:left;
	color:#1C0113;
	padding:10px;
	height:720px;
	width:65%;
	background-color:#438faf;
	display:inline-table;
}
#aside {
  float:right;
  color: #1C0113;
  padding:10px;
  padding-right: 10px;
  background:transparent;
  width:30%;
  height: 720px;
} 
 #aside img{
 background:#4f96b3;
 padding:2px;
 border: 2px solid #245c73;
}
#footer {
	clear:both;
	background:#222;
	width 796px;
	height:20px;
	color:#fff;
	border-left:2px solid #111; 
	border-right:2px solid #111; 
	padding-top: 3px;
}
/* Formatting */
.date{font-size:12px; color:#5891a8;}
.sup{font-size:10px; color:#5891a8}
.heading{font-size:18px; color:#082633;}

/* Flash */

#flashcontent {
		height: 550px;
	}
	
#music {
		height:32px;
		width:320px;
		padding-top:6px;
		padding-left:8px;
		background: url('images/player.gif') no-repeat;
		}

/* Navagation */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:24px;
	font-size:14px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:24px;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#e3f0f7;
	text-decoration:none;
	padding:6px 16px 0 20px;
	height:20px;
	}
ul#menu li a:hover{
	background:transparent url("images/select.png") repeat-x bottom left;
	color:#a7cfe4;
	}

/* Rounded Corners */
.entry{display:block}
.entry *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e0f0f6}
.entry1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #75a2b3;
  border-right:1px solid #75a2b3;
  background:#b1ced9}
.entry2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #38758d;
  border-right:1px solid #38758d;
  background:#bcd6df}
.entry3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #bcd6df;
  border-right:1px solid #bcd6df;}
.entry4{
  border-left:1px solid #75a2b3;
  border-right:1px solid #75a2b3}
.entry5{
  border-left:1px solid #b1ced9;
  border-right:1px solid #b1ced9}
.entryfg{
  background:#e0f0f6; padding:10px}