@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#69c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
}

	a {
		color:#c00;
	}
	
	a:hover {
		color:#900;
	}

.clear {
	clear:both;
	height:1px;
}

#main-bg {
	background:#8eb8e2 url(../images/top-bg.jpg) top repeat-x;
}

#header-container {
	width:100%;
	background:url(../images/header-bg.png) 50% 10px no-repeat;
}

#header {
	width:994px;
	height:150px;
	margin:0 auto;
	padding:0;
	background:url(../images/header-bg.png) 50% 10px no-repeat;
}

	#header-left {
		width:336px;
		float:left;
		padding:10px 0 0 30px;
	}
	
	#header-left a {
		display:block;
		height:128px;
		width:242px;
		text-indent:-9999px;
		overflow:hidden;
	}
	
	#header-right {
		width:470px;
		float:right;
		padding:39px 19px 19px;
	}
		
		#header-right #banner {
			border:1px solid #4d7194;
			display:block;
			float:right;
			height:60px;
		}

	
	
#content1 {
	width:996px;
	margin:0 auto;
	background:url(../images/content1-bg.gif) repeat-y;
}

#content2 {
	/*min-height:600px;*/
	background:url(../images/content2-bg.jpg) bottom no-repeat;
}

	#content-left {
		width:740px;
		padding:30px 20px 30px 41px;
		float:left;
		color:#036;
		text-align:center;
	}
	
		.t3-selecta-box {
			width:546px;
			margin:0 auto;
			padding:0;
		}
	#content-right {
		width:160px;
		padding:20px 21px 20px 0;
		float:right;
		text-align:center;
	}

#footer {
	margin:0 auto;
	background:url(../images/footer-bg.jpg) no-repeat;
	width:996px;
	height:148px;
	
}

#copyright {
	background:url(../images/copyright-bg.gif) top no-repeat;
	height:41px;
	font-size:10px;
	color:#fff;
	padding:19px 31px 0 0;
	text-align:right;
	
}

#footer-bg {
	background:url(../images/bottom-bg.jpg) bottom repeat-x;
	height:100%;
}

.hide {
	display:none;
}

.social-bookmarking {
	text-align:center;
	clear:both;
	width:740px;
	line-height:32px;
	font-size:11px;
	padding:4px 0;
	background:url(../images/sb_bg.png) top center no-repeat;
	color:#999;
	margin-top:20px;
}

	.social-bookmarking img {
		margin:0 0 0 5px;
	}