
body {
	background:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}

#wrapper {
	width:950px;
	margin:10px auto;
	padding:0px;
	}
	
	#nav {
		width:106px;
		float:left;
		padding:0px;
		margin:0px;
		}		
	
	#header {
		width:844px;
		height:110px;
		padding:0px;
		margin:0px;
		float:left;
		background: #39c url(images/header-background.jpg) no-repeat;
		}
		
	#content {
		width:793px;
		padding:20px 30px 0px 20px;
		margin:0px;
		float:left;
		background: #FFFFFF url(images/content-background.gif) repeat-y;
		font-size:12px;
		line-height:18px;
		}
		
		#content-left {
			width:300px;
			float:left;
			padding:0px;
			margin:0px;
			}
		#content-right {
			width:470px;
			float:left;
			border-left:1px dashed #000;
			margin: 0px 0px 0px 15px;
			padding:0px;
			font-size:10px;
			line-height:14px;
			}	
			
			.entry {
				padding:0px 20px 15px 20px;
				margin:0px 0px 15px 0px;
				border-bottom:1px dashed #000;
				}
			
				.entry p {
					margin:0px;
					}
				
				.entry img {
					padding:0px;
					margin:0px 40px;
					}
			
			#content-right td {
				vertical-align:bottom;
				text-align:center;
				}
				
			#blog-post {
				padding:10px 20px;
				margin-top:10px;
				border-top:1px dashed #000;
				}
				
				#blog-post h2 {
					font-size:20px;
					line-height:20px;
					font-weight:normal;
					}

		#text-left {
			width:360px;
			float:left;
			border-right:1px dashed #000;
			padding-right:20px;
			}
		#text-right {
			width:370px;
			float:left;
			padding: 0px 20px;
			}	
			
		a {
			color:#39c;
			text-decoration:none;
			}
		a:hover {
			color:#39c;
			text-decoration:underline;
			}
			
		blockquote {
			margin:10px 0px;
			color:#666666;
			border:dashed #000 1px;
			padding:10px;
			}
			
			.quote {
				font-style:italic;
				text-align:right;
				}
			
		h1, h6 {
			font-size:24px;
			line-height:28px;
			margin:0px 0px 20px 0px;
			padding:0px;
			}
		
		li {
			color:#666666;
			font-weight:bold;
			padding: 3px 0px;
			}
			
#bottom {
	width:950px;
	height:26px;
	padding:0px;
	margin:0px;
	clear:both;
	background:url(images/content-bottom.gif) bottom no-repeat;
	}	
	
#links {
	margin:10px 30px 20px 120px;
	height:50px;
	font-size:10px;
	text-align:center;
	}	
	
	#links a {
		color:#fff;
		text-decoration:none;
		}
	#links a:hover {
		color:#fff;
		text-decoration:underline;
		}
	
		
