/* Darren's Blog SPECIFIC LAYOUT */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	background: #15282C;

	text-align:center;/* center layout in ie5 and 5.5. */

} 

div#page {
	width: 740px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/* padding: 0; */
	/*background: #FFF;*/
	text-align:left;
	background-image: url(http://www.darrenjew.com/blog/bg.gif);
	background-repeat: repeat-y;

}

div#bg {
	background-image: url(http://www.darrenjew.com/blog/bg.gif);
	background-repeat: repeat-y;
	}
	
#content {
	padding: 0;
	width:740px;
	text-align:left;
}

#nav {
	float:left;
	position:relative; 

	width:190px;
	background:#DCE0EC;

	
}
#main {
	/*float:left;*/
	 float:right; 
 position:relative; 
	background: #FFF;
	width:550px;

	
}
#header {
	background:#FFF;
	padding:0px;
	margin:0px;
	
	
}

#buypix {
	background:#4D6C7D;
	left: auto;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	color: #000000;
}

div#buypix img {
	border:1px;
	border-color:#000000;
	}

/* TYPOGRAPHY */

	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 76%;
        line-height: 1.65em;
		color: #334266;

	}

div#navtext {
	color: #000000;
	margin: 10px;
	font-size: 76%;
	
}

div#dirlink {
font-size: 76%;
text-align: right;
}

.maintext {
	color: #334266;
	margin: 5px 30px 40px 50px;
	}
	
.date {
	color: #334266;
	font-size: 76%;
	margin-left: 15px;
	padding-top:15px;
	}
	
	img {
		border: 1px;
	}
	
/* LINKS */
	/*a,*/
	a:link 
	a:active, a:visited {
		color: #6999CC;
		text-decoration: underline;
	}

	a:hover {
        color: #003366;
		text-decoration: none;
	}
	
	.rhstext {
	color: #999999;
	margin: 5px;
	font-size: 8px;	
	}
/* END LINKS */
