body {
	background: #C0617F url(images/main-bg.gif) repeat-x;
	color: #2D2D2D;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

a:link { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	height:20px;
	display:block;
	width:570px;
	margin-right:0px;
	background-repeat: no-repeat;
	background-position: right top;
	z-index:2;
	overflow:hidden;
	text-align:right;
}
#header a {
	top:322px;
	right:58px;
	width:50px;
	height:20px;
	z-index:3;
	display:inline;
	color: #F2BCCE;
	font-weight: normal;
}
	
#header a:hover, a:active { 
	text-decoration: none;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
	position:relative;
}

#copyright {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;	
}

.photo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	border: 1px solid #ca738f;	
}
.photo img{
	border: 1px solid #df8fa9;
}
#left {
	float: left;
	padding-top: 20px;
	width: 210px;
}

#menu {
	background: url(images/menu-bg.gif) no-repeat;
	clear: both;
	display: block;
	height: 1200px;
	padding-top: 10px;
	width: 190px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 0px;
}

#menu li {
	background: url(images/list-bg.gif) no-repeat;
	display: block;
	font-size: 12px;
	height: 19px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-top: 1px;
	width: 157px;
}

#right {
	float: left;
	width: 560px;
}
#right a{
text-decoration:underline;}
.tab {
	background: url(images/tab-heading.gif) no-repeat;
	color: #F2BCCE;
	display: block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	letter-spacing: -1px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 8px;
	margin-left: 7px;
	width: 166px;
}
	
.tab a:hover, a:active { 
	text-decoration: none;
	color: #F5E7ED;
}

.tag {
	color: #F5E6EB;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;	
}

.textboxtop,.textboxtop2{
	color: #F2BCCE;
	display: block;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 8px;
	padding-left: 20px;
	padding-top: 11px;
	width: 526px;
}
.textboxtop{
	background: url(images/textbox-top.gif) no-repeat;
	height: 33px;
}
.textboxtop2 {
	background: url(images/textbox-top2.gif) no-repeat;
	height: 3px;
}

.textbox {
	background: #C0617F url(images/textbox-bg.gif) no-repeat;
	border-left: 1px solid #DF8FA9;
	border-right: 1px solid #DF8FA9;
	color: #F0C5D2;
	margin-left: 8px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	width: 514px;
	padding-bottom:10px;
}

.textboxbottom {
	background: url(images/textbox-bottom.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 10px;
	margin-left: 8px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 531px;
}
.lastnav{
	border-right: 0px none #c0617f !important;
}
.lastitem{
	background:url(images/list-bg-2.gif) !important;
}

.posterror {	
	margin:10px;
	padding: 6px;
	border: 1px solid #D5D5D5; 
}

.postack {	
	margin:10px;
	padding: 6px;
	border: 1px solid #D5D5D5; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

.feed_source {
	text-align: right;
	font-size:0.8em;
}

#ads_div img {
	max-width: 300px; 
	max-height: 200px; 
	width:  expression(this.width  > 300 ? 300 : true); 
	height: expression(this.height > 200 ? 200 : true);
}