/*
Design by Md. Arafatuzzaman
01712145218 | 01673490396

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	text-transform: uppercase;
	color:#2F3192;
	
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

a {
	color: #2F3192;
}

a:hover {
        color: #016cfd;
	text-decoration: none;
}

img {
	border: none;
	
}



img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 770px;
	height: 150px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/Untitled-1.jpg) no-repeat bottom left;
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 60px 0 0 180px;
	letter-spacing: 4px;
	font-size: 24px;
	
}

#header p {
	padding: 8px 0 0 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

#header a {
	text-decoration: none;
	color:#000033;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 380px;
	padding: 0 20px;
	background: url(images/img4.gif) no-repeat;
}

#content .post {
	width:380px;
	min-height:468px;
	background: url(images/text_bg.gif) top left no-repeat;
}

#content .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	font-size:20px;
	color: #333333;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
        text-align:justify;
}

#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 3em;
}

/* Ad Space */

#adspace {
	float: right;
	width: 152px;
	padding: 15px 9px;
	background: url(images/img5.gif) no-repeat;
}
.tiles {
	width:152px;
	height:102px;
	padding:0px 0px 15px 0px;
	margin:0px;	
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(images/img3.gif) repeat-y;
}
sidebar .img {
        float: left;
	width: 120px;
	padding-top: 100px ;
	background: url(images/img3.gif) repeat-y;
}	
.logo {
       padding: 25px 0px 15px 0px;
}
.boxed {
}

.boxed h2 {
	margin:0px;
	padding-left: 40px;
	background: url(images/home-icon.gif) no-repeat top left;
        line-height:34px;
	font-size: 92%;
	color: #000033;
}

.boxed .list {
	background: url(images/img7.gif) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
        background: url(images/img7.gif) repeat-x left bottom;
}

.boxed .list h3 {
	font-size: 77%;
}


	


/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	/*background: url(images/img7.gif) repeat-x;*/
}

#menu li {
	padding: 5px 0;
        border-bottom: 1px dotted #9697F0;
	/*background: url(images/img7.gif) repeat-x left bottom;*/
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 610px 0 20px;
	background: url(images/img8.gif) no-repeat;
	font-size: 77%;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
	
}