html{margin:0;padding:0;}
body {
	background: #D7DAE4  url('/assets/images/headerbg.gif') repeat-x top center;
	min-height:	71px;
	font-family: verdana;
	font-size	: 13px;
}
#header
{
/*
	margin-top:		7px; 
	margin-top:		20px; */
	margin-left:	20px;
	max-width:	100%;
	min-height:	25px;
}
#content
{
	margin-top:	50px;
}
#left
{
	float:	left;
	margin-left:	10px;
	text-align:center;
}
#left li 
{
	font-size:	12px;
	text-align:	left;
	list-style-type: circle;
	text-decoration: underline;
	padding-bottom: 5px;
}
#left li a
{
	color		:#7D4B59;
}
#left li a:hover
{
	color		: #737D71;
}
#right
{
	float:	right;
	clear:	both;
	margin-right:	10px;
	max-width	: 67%;
	width		: 67%;
}
#footer
{
	clear: both;
	margin-top	:	50px;
	text-align	:	center;
	width		:	80%;
	margin		:	0 auto;
	color		:	#8A9688;
}
#footer ul
{
	width		:	43%;
	max-width	:	43%;
}
#footer li 
{
	text-align:	left;
	list-style-type	:	circle;
}
#footer li a
{
	color		:#7D4B59;
	font-weight	: bold;
}
#footer li a:hover
{
	color		: #737D71;
}
#footer a:visited
{
	color		: #737D71;
}
.entry
{
	padding			:	5px 20px;
	border			:	1px solid #540966;
	background: #fff url('/assets/images/entrybg1.png') repeat-x top center;
}	
.update
{
	padding			:	5px 20px;
	border			:	1px solid #f00;
	background: #CDD0D4 url('http://women.local/assets/images/update1.png') repeat-x top center;
}
.update h1
{
	margin			: 0;
	padding			: 1%;
	font-size		: 14px;
	text-align		: center;
	font-family		: arial;
	color			: #F9F9F9;	
}
.entry h1
{
	margin			: 0;
	padding			: 1%;
	font-size		: 18px;
	text-align		: center;
	font-family		: arial;
	color			: #440;
}
.entry h2
{
	font-size		: 16px;
	font-family		: arial;
	color			: #443;
	border-bottom	: 1px dashed #bbb;
}
a, a:active
{
/*	color			: #7D4B59; */
	color			: #3D3D89;
}
a:visited
{
	color			: #3D3D89;
}
ul
{
	list-style-type	: none;
}
.cam
{
	width: 175px;
	border: 2px solid #000;

}
#left h2
{
	font-size	:	15px;
	text-align	:	center;
	font-family	:	arial;
	border-bottom:	1px solid #334;
	border-right:	1px solid #334;
	background-color: #CAC0D4;
	margin-top: 0;
}
#left h3
{
	font-size	:	12px;
	font-weight:	normal;
	text-align	:	left;
	font-family	:	arial;
	border-bottom:	1px dashed #eee;
	margin-top: 0;
}
dt
{
	font-weight:	bold;
	margin:	5px 0;
}
dd
{
	margin-bottom:	10px;
}
.button
{
border:1px solid #540966;color:#7D4B59;background-color:#ffffee;font-weight:bold;
}