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

body {
	padding:0;
	text-align:center;
	margin:0 auto;
	background:url(images/bg.jpg) repeat-x;
	background-color:#0f1f2f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}
h1, h2, h3 {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0f1f2f;	
}
#container {
	width:1000px;
	margin:0 auto;
}
#logo {
	width:1000px;
	height:92px;
	background:url(images/logo.png) no-repeat;
}
#nav {
	width:1000px;
	height:44px;
}
#bodyArea {
	width:1000px;
	background:url(images/bodyBg.png) repeat-y;
}
#footerArea {
	width:1000px;
	height:79px;
	background:url(images/footerBar.png) no-repeat;
}
#footerLeft {
	float:left;	
	text-align:left;
	width:625px;
	padding-top:12px;
	padding-left:75px;
}
#footerLeft a:link, #footerLeft a:active, #footerLeft a:visited {
	text-decoration:none;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
#footerLeft a:hover {
	color:#ffbe10;
}
#footerRight {
	padding-top:12px;
	float:left;
	text-align:right;
	font-weight:bold;
	padding-right:75px;
	width:225px;
}
/* Inside Pages */
#bodyContainer {
	width:895px;
	margin:0 auto;
	text-align:center;
}
#bodyTop {
	background:url(images/insideBodyTop.png) no-repeat;
	margin:0 auto;
	width:895px;
	height:19px;	
}
#bodyCenter {
	background:url(images/insideBodyBg.png) repeat-y;
	width:895px;
	text-align:justify;
}
#bodyBot {
	background:url(images/insideBodyBot.png) no-repeat;
	margin:0 auto;
	width:895px;
	height:24px;		
}
/* Index Page */
#indexPic {
	float:left;
	margin-left:52px;
	background:url(images/mainPic.png) no-repeat;
	width:564px;
	height:273px;
}
#indexRight {
	float:left;
	height:273px;
	width:332px;
}
#inBodyLeft {
	float:left;	
	margin-left:52px;
	background:url(images/indexBodyBg.png) no-repeat;
	width:425px;
	height:338px;
}
#inBodyRight {
	float:left;	
	background:url(images/indexBodyBg2.png) no-repeat;
	width:470px;;
	height:338px;
}