html, body {
	margin: 0;
	padding: 0;
	background: #f1f1f1 url(/i/bckg.jpg) left top repeat;
	color: #72635B;
	line-height: 2em;
}

body {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}

img {
	border: 0;
}
#content {
	background: url(/i/dirt.jpg) left top no-repeat;
	padding: 30px 80px;
	
}

h1 {
	font-size: 1.8em;
	color: #B1DB00;
	font-family: Tahoma;
	font-weight: normal;
	text-shadow: none;
}

p {
	line-height: 2em;
	font-size: 1.02em;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
}

#data a, #footer a {
	text-decoration: none;
	color: #9DC202;
	border-bottom: 1px dashed #72635B;
	
}

#data a:hover, #footer a:hover {
	
	color: #B1DB00;
	background-color: #544841;
}
#data #icons a:hover {
	background: none;
	color: none;
	border-bottom-style: solid;
}
#design a {
	border-bottom: none;
}
#design a:hover {
	background: none;
	border-bottom: 1px dashed #72635B;
	}
ul#menu {
	margin: 25px 0 30px 90px;
	padding: 0;
	list-style: none;
	
}

ul#menu li {
	font-size: 1.6em;
	color: #72635B;
	display: inline;
	padding: 0 0 0 0;
}

ul#menu li a {
	height: 30px;
	line-height: 30px;
	float: left;
}

#data {
	margin: 112px 0 50px 100px;
	width: 700px;
	padding: 11px;
	background: transparent url(/i/semit.png) repeat scroll 0% 0%
}

li a span {
	display: none;
	
}
li#m_about a {
	width: 64px;
	background: url(/i/m_about.png) center no-repeat;
}

li#m_about a:hover, li#m_about a.active  {
	background: url(/i/m_about_h.png) center no-repeat;
}

li#m_portfolio a {
	width: 94px;
	background: url(/i/m_portfolio.png) center no-repeat;
}

li#m_portfolio a:hover, li#m_portfolio a.active {
	background: url(/i/m_portfolio_h.png) center no-repeat;
}

li#m_blog a {
	width: 54px;
	background: url(/i/m_blog.png) center no-repeat;
}

li#m_blog a:hover, li#m_blog a.active {
	background: url(/i/m_blog_h.png) center no-repeat;
}

li#m_contact a {
	width: 70px;
	background: url(/i/m_contact.png) center no-repeat;
}

li#m_contact a:hover, li#m_contact a.active {
	background: url(/i/m_contact_h.png) center no-repeat;
}

#footer {
	margin: 50px 0 30px 100px;
	font-size: 0.9em;
	color: #887A73;
	height: 24px;
}

#footer p {
	margin: 0;
	padding: 0;
	width: 800px;
	line-height: 24px;
}

#footer p span#design {
	padding: 5px 0 5px 220px;
	
}

.pic {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	float: right;
	margin: 5px;
}
.pic img {
	display: inline;
}

.caption {
	font-size: 0.9em;
}

#design img {
	vertical-align: middle;
}

#right { 
	float: right;
	border-left: 1px dashed #72635B;
	margin: 20px 15px 0 0;
	padding-left: 20px;

}

#content_blog {
	padding: 0px 0 0 5px;
	width: 450px;
	
}

#comment {
width: 400px;
}

.meta {
	margin: 0;
	font-size: 0.83em;
	font-style: italic;
	}
ol {
	padding: 0 3em;
	margin: 1.5em 0 2em 0;
}