h1 {
	font-size: 16px;
	color: #F7DCE1;
}
a:link {
	color: #F5A1BB;
	text-decoration: none;
}
a:visited {
	color: #F5A1BB;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #F5A1BB;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #FF6AAE;
}

#top {
	background-image: url(layout/bkground_top.jpg);
}
#top #header {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
#main #select {
	clear: both;
}

#bottom {
	background-image: url(layout/bkground_bot.jpg);
}
#footer {
	height: 42px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(layout/bottom.jpg);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 155px;
}
#pinklady {
	float: right;
	width: 135px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#pinklady2 {
	float: left;
	width: 135px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#menu {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5A1BB;
	border-right-color: #F5A1BB;
	border-bottom-color: #F5A1BB;
	border-left-color: #F5A1BB;
}
#widget {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #search {
	float: right;
	height: 90px;
	width: 120px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#large_bold {
	font-size: 20px;
	font-weight: bold;
}

