/* General Style */
body {
	background: #fff url(images/bg.png) repeat-x;
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;	
}
#container {
	background: url(images/top.png) no-repeat;
	margin: 20px auto;
	width: 960px;
}
	#container-inside {
		background: url(images/bottom.png) 0 100% no-repeat;
		padding: 10px 0;
	}
	
p {
	margin: 1em 0;
}
a {
	color: #0b86a8;
	text-decoration: none;
}
	a:hover {
		color: #c00;
	}

/* Header */
#header {
	background: url(images/body.gif) repeat-y;
	color: #0b86a8;
	height: 100px;
	line-height: 100px;
}
	h1 {
		background: url(images/dot.gif) 0 100% repeat-x;	
		font-size: 200%;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		margin: 0 1px;
		padding-left: 30px;
	}

/* Body Content */
#content {
	background: url(images/body.gif) repeat-y;
	height: 100%;
	overflow: hidden;
}

	/* Sidebar */
	#sidebar {
		background: #f2f8fa url(images/sidemid.gif) repeat-y;
		display: inline;
		float: left;
		margin: 10px;		
		width: 270px;
	}
		#sidebar .outer {
			background: url(images/sidetop.gif) no-repeat;
			padding-top: 10px;
		}
			#sidebar .inner {
				background: url(images/sidebottom.gif) 0 100% no-repeat;
				padding: 0 0 10px 20px;
			}
	
	/* Main Content */
	#mainContent {
		display: inline;
		float: right;
		margin: 10px 10px 10px 0;
		width: 660px;
	}
		#article-title, .items h2 {
			color: #0b86a8;
			font-size: 150%;
			font-weight: normal;
		}
			#article-title a, .items h2 a {
				color: #0b86a8;
				text-decoration: none;
			}
				#article-title a:hover, .items h2 a:hover {
					color: #0b86a8;
					text-decoration: underline;
				}
				
		.items {
			border-bottom: 1px solid #f5f5f5;
			margin-bottom: 15px;
			padding-bottom: 10px;
		}
	
#footer {
	background: url(images/body.gif) repeat-y;
	clear: both;
	font-size: 80%;
	height: 70px;
	text-align: center;
}
	#footer-inside {
		background: url(images/dot.gif) repeat-x;
		margin: 0 1px;
		padding: 30px 0;
	}


