@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7b005d;
	margin: 0px;
	background-color: #da00ab;
	background-image: url(../pics/taowoman-bg.jpg);
	background-repeat: repeat-x;
}

#container {
	padding:0px;
	margin:20px auto 0px auto;
	width: 905px;
	background-image: url(../pics/left-hg.jpg);
	background-repeat: no-repeat;
	background-position: 45px bottom;
}
#left {
	width: 305px;
	float:left;
}
#left-top {
	height: 166px;
	background-image: url(../pics/left-top.gif);
	background-repeat: none;
}
#homebutton {
	margin-top:20px;
	margin-left:15px;
}
#menu {
	height: 347px;
	margin-left:45px;
	margin-right:20px;
}
#menu[id]
{
	height:auto;
	min-height:347px;
}
#right {
	width: 600px;
	float:right;
}
#right-top {
	height: 51px;
	background-image: url(../pics/right-top.gif);
	background-repeat: none;
}
#content {
	height: 443px;
	padding: 19px 55px 0px 55px;
	background-color: #fff;
}
#content[id]
{
	height:auto;
	min-height:444px;
}
#bottom {
	clear:both;
	height: 68px;
}
#left-bottom {
	float:left;
	width: 305px;
	height: 60px;
	padding-top:8px;
}
#right-bottom {
	float:right;
	width: 600px;
	height: 28px;
	padding-top:40px;
	background-image: url(../pics/right-bottom.gif);
	background-repeat: none;
}
#spacer { padding:0px; margin:0 auto; height:10px; width: 905px; }

/* CONTENT */

#menu ul {
	color:#ff7900;
	font-weight:bold;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
}
#menu li {
	padding: 0px 0px 6px 0px;
}
#menu li a {
	color:#ff7900;
	text-decoration:none;
}
#menu li a:hover,
#menu li.act
 {
	color:#da00ab;
}
.img-links {
	margin: 4px 16px 0px 0px;
	}

/* TYPO */

p {
	margin: 0px;
	padding: 0px;
}
#left-bottom p,
#right-bottom p
 {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	margin: 0px 0px 0px 95px;
}
#right-bottom p {
	text-align:right;
	margin: 0px 55px 0px 0px;
}
#right-bottom a {
	color:#fff;
	text-decoration:none;
}
#right-bottom a:hover {
	color:#fff;
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-size:29px;
	line-height:36px;
	color: #7b005d;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #ff006e;
	margin: 0px;
}

ul {
	padding: 0 0 0 15px;
}

li {
	padding: 0 0 4px 0;
}

a {
	color:#ff006e;
	text-decoration:underline;
}
