#wrapper
{
	width	: 950px;
	margin	: 0 auto;

}	

#headerAndMenu
{
	float	: left;
	width	: 100%;
	height	: 222px;
	background	:  url(images/header.jpg) top center no-repeat;
	margin-top	: 12px;
}

#searchBar
{
	position	: absolute;
	left		: 610px;
	top			: 18px;
}

#searchBar .gobutton
{
	
	background	: url(images/search-bg.jpg) no-repeat;
	text-indent	: -2000px;
	outline		: none;
	width		: 122px;
	height		: 30px;
	border		: none;
	margin-left	: 12px;
}

#rssLink
{
	position	: absolute;
	width		: 70px;
	height		: 70px;
	top			: 145px;
	right		: 0px;
}

#searchBar form
{
	padding: 0;
	margin	: 0;
}

#searchBar .textfield
{
	width		: 188px;
	height		: 25px;
	background	: none;
	border		: none;
	font-size	: 16px;
}

#posRelative
{
	position	: relative;
}

#topMenuPages
{
	position	: absolute;
	top			: 174px;
	left		: 20px;
	width		: 780px;
}


#containerBg
{
	float		: left;
	width		: 100%;
	background	: url(images/container-mid-bg.jpg) top center repeat-y;
}

#containerBot
{
	float		: left;
	width		: 100%;
	background	: url(images/container-bot-bg.jpg) no-repeat;
	height		: 13px;
}

#containerGradient
{
	margin		: 0 1px;
	background	: url(images/container-gdnt.jpg) repeat-x;
	min-height	: 500px;
	padding		: 0 10px;
}

#columnsBg
{
	float	: left;
	width	: 100%;
	margin-top	: 20px;
}

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

#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 */


/* content */



#content
{
	line-height	: 1.8em;
	float		: left;
	width		: 660px;
}


#contentMgn
{
	margin		: 0px;
}

/* set common link */

a:link,
a:visited,
a:active
{
	color	: #2e84ab;
}

h2.pageTitle
{
color	: #3c3c3c;
font-size	: 2em;
font-weight	: bold;
font-family	: "trebuchet ms", arial;
margin		: 0;
padding		: 0;
margin-bottom	: 10px;

}

a.content-title:link,
a.content-title:visited,
a.content-title:active
{
	font-size	: .8em;
	font-family	: "trebuchet ms", arial;
	color	: #3c3c3c;
	font-weight	: bold;
}

.titleWork
{
	float	: left;
	width	: 100%;
	border-bottom	: 2px solid #404040;
	
}

.titleWork small
{
	float	: right;
}

.styleAuthor
{
	font-style	: italic;
	font-family	: georgia;
	
}

h2.eachPosth2
{
	margin	: 0;
	padding	: 0;
	margin-bottom	: 5px;
	float		: left;
	width	: 66%;
}

#footerWrap
{
	
	float			: left;
	width			: 100%;
	padding-top		: 7px;
	padding-bottom	: 10px;
}

a.more-link
{
    display:block;
    margin-top    : 10px;
    text-decoration    : underline;
}

.postInBlog
{
	margin-bottom		: 30px;
}