/*********************************
Layout: Shrud Development
Author: Sazzad Hossain
URL: http://sazzadhossain.org
*********************************/

body {	
	margin:0px; 
	padding:0px;
	font: 12px/12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	line-height: 16px;
	background: #E2DCBE url("images/background.gif") repeat-y 0 0;
	color: #8D805A;
}

a {
	color: #8D805A;
	border-bottom: 1px dashed #8D805A;
	text-decoration: none;
}

a:hover {
	border-bottom: none;
}

a:active {
	border-bottom: none;
}

a:visited {
	color: #8D805A;
	border-bottom: 1px dashed #8D805A;
	text-decoration: none;
}

blockquote {
	margin: 10px;
	border: 1px dashed #fff;
	width: auto;
}

code {
	margin: 10px;
	border: 1px dashed #000;
	background: #fff;
	font: 12px/12px "Courier CE", "Trebuchet MS", "Lucida Grande", Verdana, Tahoma;
	color: #000;
	width: auto;
}

/*******SIDEBAR*******/
#sidebar {
	width: 310px;
	height: auto;
	float: left;
}

#header {
	margin: auto;
	width: 200px;
	height: 100px;
	margin-left: 10px;
	margin-top: 20px;
	background: url("images/logo.gif") no-repeat 0 0;
}

/*******NAVIGATION*******/
.nav_title {
	margin-left: -15px;
	margin-bottom: 5px;
	border: none;
}
.nav{
	border: none;
	border-bottom-width: 0;
	width: 200px;
	margin-left: 30px;
	margin-top: 40px;
}

* html .nav{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 194px;
}

.nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nav a{
	font: 12px/14px Arial, "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #8D805A;
	text-decoration: none;
	border-bottom: 1px dashed #B5AC91;
}

.nav .active{
	background: #DED8C7;
}

html>body .nav a{ /*Non IE rule*/
	width: auto;
}

.nav a:hover{
	background: #DED8C7;
}

/*******CONTENT*******/
#content {
	width: 600px;
	float: left;
	margin-left: 20px;
}

#content h2 {
	border: 1px solid #fff;
	background: #CAC1A0;
	font: 16px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-left: 5px;
	margin-right: 15px;
	padding: 2px;
}
#content span {
	float: right;
	font: 12px/12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 3px;
}
#content p {
	padding-left: 10px;
	padding-right: 25px;
	text-align: justify;
}

#antique {
	width: 600px;
	height: 250px;
	margin-top: 30px;
	background: url("images/antique_shop.gif") no-repeat 0 0;
}

/*******FOOTER*******/
#footer {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font: 11px/12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#footer hr {
	width: 500px;
}
