body{
	background: #20200D url('/images/test.png') no-repeat center top;
	margin:0;
	width:100%;
	height:100%;
	padding:0;
	}
	

	
u{
	text-decoration:none;
	border-bottom:1px dashed white;
	}

/*/layout/*/
#container{
	width: 700px;
	min-height:700px;
	margin:auto;
	border-left:1px dashed #ECF284;
	border-right:1px dashed #ECF284;
	background:#C5DC37 url('/images/container_bg.png') repeat-y center;
	}
#top{
	height:214px;
	width:675px;
	margin:0 auto;
	padding:0;
	background: url('/images/header.png') center no-repeat;
	}
	
	
a#content{
	color:#5C3818;
	border-bottom:1px dashed #5C3818;
	text-decoration:none;
	}
	
#links{
	padding-top:155px;
	padding-left:35px;
	height:1px;
	word-spacing:10px;
	color:white;
	font:24pt Baskerville Old Face;
	}
	
#links a{
	text-decoration:none;
	color:white;
	}
	
#links a:hover{
	text-decoration:none;
	border-bottom:1px dashed white;
	}
	
#content{
	width:95%;
	margin:auto;
	}
/*//layout/*/

h1{
	border-bottom:2px dashed white;
	text-transform:capitalize;
	margin:0;
	padding:0;
	width:60%;
	letter-spacing:3px;
	}
	
h2{
	font-weight:bold;
	text-align:center;
	}
	
h3{
	margin:0;
	padding:0;
	display:inline;
	}
	
	
.blog{
	background:url('/images/blogbg.png') bottom right no-repeat;
	width:95%;
	margin:auto;
	padding:0px 0px 95px 10px;
	border:2px dashed #A3AF39;
	min-height:400px;
	}
	
p.blog{
	padding-left:20px;
	padding:0;
	margin:0;
	
	}
	
#footer{
	clear:all;
	width:100%;
	padding:20px 0px;
	margin:auto;
	text-align:center;
	font-weight:bold;
	}
	
.portfolio{
	width:95%;
	margin:auto;
	border:2px dashed #A3AF39;
	min-height:300px;
	padding: 10px;
	}
	
.portfolio_img{
	float:right;
	border:2px solid #96A723;
	}
	

	
.center{
	text-align:center;
	margin:auto;
	}
	