	body {
		background:url(assets/pattern.gif);
		background-repeat:repeat;
		outline:none;
	}
	
	.container{
		position:relative;
		width:850px;
		margin:0 auto;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding-top:50px;
		margin-top:-10px;
		padding-bottom:50px;
		margin-bottom:-10px;
		padding-right:20px;
		padding-left:20px;
		border-color:#000;
		border-left:thin;
		border-right:thin;
		border-style:solid;
	}
	
	#header{
		position:relative;
		width:850px;
		height:186px;
		padding-bottom:20px;
	}
	
	#header_img{
		position:relative;
		float:left;
	}
	
	#photo_header{
		position:relative;
		float:right;
	}
	#nav{
		width:850px;
		height:15px;
		position:relative;
		padding-bottom:15px;
		
	}
	
	#content{
		position:relative;
		width:555px;
		font-size:11px;
		color:#000;
		text-decoration:none;
		outline:none;
		background-color:#FFF;
		border-color:#000;
		border-top:medium;
		border-bottom:medium;
		border-left:thin;
		border-right:thin;
		border-style:solid;
		padding:10px;
	}
	
	#content a{
		color:#79C5DD;
		text-decoration:none;
	}
	#content a:visited{
		color:#79C5DD;
		text-decoration:none;
	}
	#content a:hover{
		color:#bf4561;
	}
	
	#content_alpha{
		background:#E2EDEC;
		position:absolute;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
		z-index:-1;
	}
	
	#sidebar{
		position:relative;
		float:right;
		letter-spacing:0.1em;
		word-spacing:-0.1em;
		background-color:#FBFCEF;
		outline:none;
		width:235px;
		padding:10px;
		padding-bottom:8px;
		border-color:#000;
		border-top:medium;
		border-bottom:medium;
		border-left:thin;
		border-right:thin;
		border-style:solid;
	}
	
	#sidebar a {
		text-decoration:none;
		color:#000;
	}
	#sidebar a:visited{
		text-decoration:none;
		color:#000;
	}
	#sidebar a:hover{
		text-decoration:none;
		color:#bf4561;
	}
	
	#about_side{
		position:relative;
		font-size:11px;
		line-height:1.4em;
		border-color:000;
		border-bottom:medium;
		border-bottom-style:solid;
		width:240px;
		color:#000;
	}
	
	#categories{
		position:relative;
		padding-top:15px;
		padding-bottom:10px;
		list-style-position:inside;
		font-size:12px;
		color:#000;
		left:5px;
		
	}
	
	#categories img {
		padding-bottom:5px;	
	}
	
	#divider {
		position:relative;
		left:35px;
		top:15px;
	}
	
	#archives{
		position:relative;
		padding-top:15px;
		padding-bottom:10px;
		list-style-position:inside;
		font-size:12px;
		color:#000;
		left:5px;
		
	}
	
	#archives img {
		padding-bottom:5px;	
	}
	
	#girl{
		position:absolute;
		bottom:50px;
		right:20px;
		z-index:1;
	}
	
	/*MENUS*/
	#blog {
		position:relative;
		float:left;
		padding-left:12px;
		padding-right:12px;
	}
	
	#projects {
		position:relative;
		float:left;
		padding-left:13px;
		padding-right:13px;
	}
	
	#about{
		position:relative;
		float:left;
		padding-left:13px;
		padding-right:13px;
	}
	
	#links{
		position:relative;
		float:left;
		padding-left:13px;
		padding-right:13px;
	}
	
	#contact{
		position:relative;
		float:left;
		padding-left:13px;
		padding-right:13px;
	}
	
	#search{
		position:relative;
		float:right;
	}
	
	.post_heading {
		font-size:14px;
		line-height:1.1em;
		letter-spacing:0.1em;
		word-spacing:-0.1em;
	}
	
	.navigation{
		margin-bottom:20px;
	}

	#commentform{
		font-size:11px;
	}
	
	
	#comment{
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		letter-spacing:0.2em;
		font-size:11px;
		margin-top:25px;
		width:553px;
		height:200px;
		border-style:solid;
		border-color:#999;
	}	
	
	.who {
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		letter-spacing:0.2em;
		font-size:11px;
		margin-right:200px;
		width:224px;
		border-style:solid;
		border-color:#999;
	}
	
	#footer {
		position:relative;
		float:left;
		width:579px;
		font-size:10px;
		color:#000;
		text-decoration:none;
		text-align:center;
		top:20px;
	}
	#footer a {
		color:#000;
		text-decoration:none;
	}
	#footer a:visited {
		color:#000;
		text-decoration:none;
	}
	#footer a:hover {
		color:#bf4561;
		text-decoration:none;
	}
	
	#s {
		opacity:0.50;
	}
	
	#button {
		opacity:0.75;	
	}