html {	
	background: #a4c9e6 url(../images/background_ipad.jpg);
	background-repeat: no-repeat;
	background-color: #a4c9e6;
}
#container {
	top: 0;	
	width: 960px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin:-1px auto 0 auto;
	padding:0;
	background-color: #FFFFFF;
}
#container_inside {
	top: -2px;	
	width: 960px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
#top_dec {
	position: relative;
	margin: auto;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 500px;
	background: url(../images/top_dec.jpg) repeat-x top center;
}
#social_media{
	margin:0;
	padding:0;
	position:absolute;
	right:15px;
	top:50px;
	}
#nav {
	font-weight: lighter;
	width: 950px;
	height: 29px;
	z-index:100;
	margin:445px 0 0 25px;
	padding:0;
}
#nav ul{
	margin: 0;
	padding-left: 0;
	float: left;
	width: 100%;
}
* html #nav ul { /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	float: left;
	color: #838282;
	font-weight: lighter;
	padding: 8px 9px 0px 8px;
	text-decoration: none;
	padding-bottom: 4px;
}
#nav ul li a:hover {
	color: #ffffff;
	background: #00192e url(../images/up_arrow.gif) no-repeat center top;
	padding-bottom: 4px;
}
#nav .current {
	color: #ffffff;
	background: #00192e url(../images/up_arrow.gif) no-repeat center top;
	padding-bottom: 4px;
}
