/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bodybg.gif) 0 0 repeat #FFF;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
h2, p {
	margin:0;
	padding:0;
	}
	
ul {
	list-style-type:none;
	}

.spacer {
	clear:both;
	line-height:1px;
	padding:0;
	margin:0px;
	}

a {
	outline:none;
	}
	
/*===================== strucuture =======================*/
#struct {
	width:921px;
	padding:0 41px 20px 42px;
	margin:0 auto;
	background:url(../images/bodybg.jpg) no-repeat 0 0;
	}
	
/*===================== header =======================*/
#header {
	background:url(../images/headerbg.jpg) no-repeat 0 0;
	height:328px;
	padding:8px 22px 0 24px;
	}
#header img.logo {
	margin:0 258px 0 0;
	}
#header img.lionlogo {
	margin:0 36px 0 0;
	}
	
/*===================== body =======================*/
#cotainer {
	background:url(../images/containerbdbg.gif) no-repeat 0 0;
	padding:22px 50px 0 20px;
	}
#cotainer p {
	line-height:20px;
	padding:0 0 25px;
	}
#cotainer h2 {
	font:normal 26px Georgia, "Times New Roman", Times, serif;
	/*color:#133991; */ color:#1C72DD;
	padding:8px 0 32px;
	text-align:center;
	background-color:inherit;
	}
#cotainer h2 span {
	/*color:#257FF1; */
	color:#E22356;
	background-color:inherit;
	}
#cotainer a.entersite {
	display:block;
	width:107px;
	height:24px;
	background:url(../images/entersite-bg.gif) no-repeat 0 0;
	text-align:center;
	margin:0 auto 43px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:inherit;
	line-height:24px;
	}
#cotainer a.entersite:hover {
	background:url(../images/entersite-bghov.gif) no-repeat 0 0;
	text-decoration:none;
	}
#cotainer img.logo {
	margin:0 0 20px 366px;
	}
