* { margin: 0; padding: 0; }

body {
	background:		#fff url(images/body_bg.gif) top left repeat-x;
	font-family:	tahoma;
	font-size:		14px;
	line-height:	1.2em;
	color:			#4a264a;
}

h1 {
	font-family:	Arial;
	font-size:		24px;
	font-weight:	bold;
	margin-bottom:	10px;
}

h3 {
	font-family:	Arial;
	font-weight:	normal;
	margin-bottom:	10px;
}

#main {
	width:			780px;
	margin:			auto;
}

#header {
	width:			780px;
	height:			212px;
	background:		url(images/header_bg.gif) top left no-repeat;
	position:		relative;
}

#header h1 {
	color:			#fff;
	font-size:		14px;
	position:		absolute;
	left:			30px;
	top:			8px;
}

#navi {
	position:		absolute;
	bottom:			10px;
	left:			30px;
}

#navi ul {
	list-style-type:none;
}

#navi ul li {
	float:			left;
	font-size:		24px;
	margin-right:	15px;
}

#navi ul li a {
	
	color:			#000;
}

#navi ul li a:hover {
	text-decoration:none;
}

#wrapper {
	background:		url(images/main_bg.gif) top left no-repeat;
	width:			780px;
	overflow:		hidden;
}


#content {
	width:			720px;
	float:			left;
	padding:		0px 30px;
	padding-top:	20px;
	background:		url(images/content_bg.gif) top left repeat-y;
}

#sidebar {
	width:			250px;
	position:		absolute;
	left:			1020px;
	top:			168px;
	background:		url(images/sidebar_top.gif) top left no-repeat;
}

#sidebar  .inner {
	background:		url(images/sidebar_bg.gif) top left repeat-y;
	overflow:		hidden;
}

#sidebar  .bottom {
	background:		url(images/sidebar_bottom.gif) top left repeat-y;
	height:			40px;
	
}

#sidebar #searchform {
	padding:		20px;
}

#footer {
	background:		url(images/footer_bg.gif) top left no-repeat;
	width:			780px;
	height:			129px;
}

#search {
	position:		absolute;
	right:			30px;
	top:			5px;
	color:			#fff;
}

.sender {
	background:		url(images/sender_bg.gif) top left no-repeat;
	width:			192px;
	height:			180px;
	float:			left;
	margin-right:	15px;
	margin-bottom:	15px;
	text-align:		center;
	position:		relative;
}

.sender p {
	font-size:		11px;
	line-height:	14px;
}

.sender h2 {
	font-size:		14px;
}

.sender .button {
	position:		absolute;
	bottom:			2px;
	left:			40px;
}

.pager {
	margin:			10px 0px;
	float:			left;
	width:			100%;
}

.posts {
	float:			left;
	width:			720px;	
	overflow:		hidden;
}

#gratis {
	position:		absolute;
	right:			40px;
	top:			60px;
}

#tags {
	font-size:		10px;
}	

#tags ul {
	list-style-type:none;
	margin-left:	30px;
}

#tags ul li {
	float:	left;
	margin-right: 10px;
}

#preview {
	overflow:		hidden;
	margin-bottom:	20px;
}

#preview .flash {
	float:			left;
}

#preview {
x	width:			420px;
	xfloat:			left;
}

#preview dl {
	float:			left;
	margin-left:	20px;
}

dt {
	font-weight:	bold;
}

dd {
	margin-bottom:	10px;
}

.break {
	float:			left;
	clear:			both;
	width:			100%;
	height:			1%;
}

.video {
	width:			148px;
	height:			111px;
	float:			left;
	margin-right:	15px;
	position:		relative;
	text-align:		center;
}

.video a {
	position:		absolute;
	font-size:		24px;
	line-height:	1.3em;
	top:			0px;
	color:			#fff;
	font-weight:	bold;
	text-decoration:none;
}

.video img {
}

#sidebar .sender {
	margin-left:	30px;
}

#sidebar h3 {
	text-align:		center;
	margin-top:		20px;
	font-weight:	bold;
}

#sidebar .ad {
	text-align:		center;
	margin-left:	60px;
	margin-top:		20px;
}

.post h2,
.posts h2 {
	font-family: 	Tahoma;
	font-weight:	bold;
	margin-bottom:	10px;
}

.posts h2 a {
	color:			#4a264a;
}

.post .entry,
.posts .entry {
	margin-bottom:  20px;
}

#items {
	list-style-type:none;
	position:		absolute;
	left:			320px;
	top:			50px;
}

#items li {
	margin-bottom:	5px;
}

#items li a {
	color:			#fff;
	text-decoration:none;
	font-size:		16px;	
}

#items li a:hover {
	text-decoration:underline;
}

.entry p {
	margin-bottom: 1em;
}

.navigation {
	margin: 15px 0px;
}

