#wrapper
{
	width	: 1000px;
	margin	: 0 auto;
}	

#header
{
	float	: left;
	width	: 100%;
	height	: 168px;
	background	: url(images/header.jpg) no-repeat;
	
}

#logo
{
	float	: left;
	margin-left	: 34px;
	margin-top	: 10px;
	height		: 87px;
	
}

#topMenuPages
{
	float	: right;
	height	: 30px;
	width	: 100%;
	margin-top	: 16px;
	
}

#topMenuCats
{
	float	: right;
	width	: 670px;
	height		: 30px;
	overflow	: hidden;
}

#banner468
{
	float	: right;
	width		: 468px;
	height		: 60px;
	margin-right	: 120px;
	margin-top		: 16px;
}

#desc
{
	float	: left;
	width	: 320px;
	background	: url(images/arrow-cats.gif) 100% 0px no-repeat;
	text-indent	: 34px;
	font-size	: 11px;
	text-shadow	: 1px 1px 1px #000;
	text-transform	: uppercase;
	margin-top		: 12px;
	height			: 17px;
	overflow		: hidden;
	line-height		: 10px;
}

#columnsBg
{
	float		: left;
	width		: 100%;
	background	: #7d230c url(images/content-bg.gif) repeat-x;	
}

#colsMargin
{
	margin		: 7px;
	margin-top	: 12px;
}

/* Begin Sidebar */
#sidebar
{
	float:right;
	width: 270px;
}

#sidebar form {
	margin: 0;
	}
#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 2em;
	color		: #fd6500;
	}
#sidebar h3 {
	margin: 5px 0 7px 0;
	padding: 0;
	}
	
#sidebar {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Sidebar */


/* special h2 post title and post related things */

.postThumbnail
{
	float	: left;
	width	: 150px;
	height	: 150px;
	padding	: 0;
	margin	: 0;
	margin-left	: 5px;
	margin-top	: 5px;
	
}

.transFrameWrap
{
	position	: relative;
	
}

.transFrame
{
background	: url(images/trans-frame.png) top center no-repeat;
position	: absolute;
z-index		: 100;
width	: 160px;
height	: 160px;
}

.eachPost
{
	float	: left;
	width	: 100%;
	padding-bottom	: 12px;
	border-bottom	: 1px dotted #ab7262;
	margin-bottom	: 12px;
}

.postInBlog
{
	float	: right;
	width	: 534px;
	text-align: justify;	
}


.post hr {
	display: block;
	
	}

.widecolumn .postInBlog {
	margin: 0;
	
	}

#content h2 a
{
	background	: #303030;
	color		: #fff;
	padding		: 3px;
	display		: block;
	
}

h2 {
	margin: 0;
	}

h2.pagetitle {
	text-align: left;
	margin-bottom	: 10px;
}


/* content */

#content
{
	line-height	: 20px;
	float		: left;
	width		: 700px;
	
}




/* set common link */

a:link,
a:visited,
a:active
{
	color	: #7dfaea;
}

/* page title */

h2.pageTitle
{
	background	: #303030;
	color		: #fff;
	padding		: 3px;
	display		: block;
	margin		: 0;
	
}
