*{
	margin:0;
	padding:0;
}

body{
	background-color:#1f2122;
	color:#FFF;
	font-size:small;
	font-family:Verdana, Geneva, sans-serif;
}

#container{
	width:800px;
	margin:0 auto;
	background:url(../images/background.jpg) top left repeat-x #3183c3;
	position:relative;
	z-index:5;
}

#container-bg{
	width:810px;
	margin:40px auto 20px auto;
	background:url(../images/middle_bg.jpg) top left repeat-y #3183c3;
	position:relative;
	z-index:10;
}

#container-top{
	width:800px;
	height:12px;
	position:absolute;
	top:-12px;
	left:0;
	font-size:1px;
	overflow:hidden;
	background:url(../images/top.jpg) top left no-repeat;
	z-index:15;
}

#container-top-bg{
	width:810px;
	height:17px;
	position:absolute;
	top:-17px;
	left:0;
	font-size:1px;
	overflow:hidden;
	background:url(../images/top_bg.jpg) top left no-repeat;
	z-index:1;
}

#container-bottom{
	width:800px;
	height:12px;
	position:absolute;
	bottom:-12px;
	left:0;
	font-size:1px;
	overflow:hidden;
	background:url(../images/bottom.jpg) top left no-repeat;
	z-index:15;
}

#container-bottom-bg{
	width:810px;
	height:17px;
	position:absolute;
	bottom:-17px;
	left:0;
	font-size:1px;
	overflow:hidden;
	background:url(../images/bottom_bg.jpg) top left no-repeat;
	z-index:1;
}

#header{
	height:63px;
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:20;
}

#logo{
	position:absolute;
	top:3px;
	left:20px;
	z-index:999;
}

#lion{
	position:absolute;
	top:-12px;
	left:390px;
	z-index:999;
}

#top-menu{
	position:absolute;
	top:-12px;
	right:0;
	width:220px;
	height:23px;
	background:url(../images/top-menu.jpg) top left no-repeat #d5e1e8;
	z-index:999;
	overflow:hidden;
	color:#000;
	font-size:medium;
	font-weight:bold;
	padding:5px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#top-menu a{
	color:#000;
	text-decoration:none;
	padding:3px 20px;
	display:inline-block;
	height:17px;
	float:left;
}

#top-menu a.current{
	color:#c65b5b;
}

#top-menu a:hover, #top-menu a:active{
	text-decoration:underline;
}

#menu{
	height:75px;
	width:760px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
}

#menu ul{
	list-style:none;	
}

#menu ul li{
	float:left;
	display:block;
}

#menu ul li a{		
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	height:35px;
	padding:15px 20px;
	text-align:center;
	display:inline-block;
	margin:0 7px;
}

#menu ul li.single a{
	padding:25px 20px 10px;	
}

#menu ul li a:hover, #menu ul li a:active{
	color:#c65b5b;
}

#menu ul li a.current{
	color:#031524;
}

#top{
	height:300px;
	position:relative;
}

#content-right{
	width:290px;
	height:260px;
	background:#d5e1e8 url(../images/content-right.jpg) top left no-repeat;
	position:absolute;
	top:0;
	right:0;
	padding:10px 15px 20px 15px;
	color:#000;
	overflow:hidden;
}

#bottom{
	min-height:50px;
	padding:10px 15px 15px 15px;
}

#bottom a{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

#bottom a:hover{
	color:#c65b5b;
}

#bottom ul{
	margin:10px 0 10px 30px;
}

#submenu{
	width:180px;
	float:left;
	margin:10px 0 0 10px;
}

#submenu ul{
	margin:0;
	list-style:none;
}

#submenu ul li{
	margin-bottom:10px;
}

#submenu ul li a{
	text-decoration:none;
}

#bottom-right{
	width:545px;
	float:left;
	padding-left:15px;
	border-left:1px solid #FFF;
	margin-left:15px;
}

.clear{
	height:1px;
	font-size:1px;
	clear:both;
}

#footer{
	width:780px;
	margin:0 auto 20px auto;
	position:relative;
	color:#999;
	font-size:x-small;
}

#footer a{
	color:#999;	
}

#footer-left{
	width:70%;
}

#lifestyle{
	display:block;
	height:38px;
	width:82px;
	background:url(../images/lifestyle.jpg) top left no-repeat;
	float:left;
	margin-right:5px;
}

#footer-left span{
	margin-top:10px;
	display:block;
	float:left;
}

#lifestyle span{
	display:none;
}

#lifestyle:hover{
	background-position:0 -43px;
}

#footer-right{
	width:28px;
	position:absolute;
	right:0;
	top:0;
	text-align:right;
}

#footer-right a{
	text-decoration:none;	
}

a img{
	border:0;	
}

p{
	margin:7px 0;
}

h1{
	font-weight:600;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2{
	font-weight:600;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}

#contact, #contact ul{
	list-style:none;
}

#contact ul{
	margin:0 0 0 25px;
}

#contact ul li{
	margin-bottom:10px;
}

#links{
	margin-left:15px;
}

#links a{
	text-decoration:none;
}

#links a:hover{
	text-decoration:underline;
}

#links li{
	margin:10px 0;
}