@charset "UTF-8";
/* CSS Document */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
	margin:0px;
	padding:0px;
}
p {
	text-align: left;
	line-height:16px;
	margin-bottom:10px;
}
h1 {
	font-size: 22px;
	margin-bottom:20px;
	color: #E458B3;
	text-align:left;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	margin-bottom:6px;
	color: #c70984;
	text-align:left;
	font-weight:normal;
}
a:link {
	color:#c70984;
	text-decoration:underline;
}
a:visited {
	color:#c70984;
	text-decoration:underline;
}
a:hover {
	color:#c70984;
	text-decoration:none;
}
body {
	font: 12px/1.45em "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#424242;
	text-align: left;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color: #E458B3;
}
#container {
	width:700px;
}
#header {
	margin-top:36px;
}
#logo {
	width:225px;
	float:left;
}
#nav {
	width:468px;
	float:right;
}
#content {
	padding:22px;
}
#left {
	width:440px;
	float: left;
	background-image:url(images/bg_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:15px;
	
}
#left img {
	padding: 4px;
	border: 1px solid #c2c2c2;
}
#right {
	width:200px;
	float:right;
	text-align:right;
	background-image:url(images/bg_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:15px;
}
#right ul {
	list-style: none;
	margin-bottom:30px;
}
#right li {	
	line-height: 27px;
	background-image:url(images/bg_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:15px;
	font-weight:normal;
	cursor:pointer;
	text-align:right;
}
#right li a {
	color:#494949;
	text-decoration:none;
}
#right li:hover {
	
}
#right li:hover a {
	color:#c70984;
	text-decoration:none;
}
#right li.selected a {
	color:#c70984;
	text-decoration:none;
}
#footer {
	padding-left:22px;
	float: left;
	width: 418px;
}
.align_right {
	text-align: right;
}
#right table {
	background-image: url(images/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
}
.album {
	background-image:url(images/bg_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	margin-bottom: 15px;	
}
.searchFeild {
	height: 18px;
	width: 144px;
	color:#FFFFFF;
	background-color: #EF72C1;
	border:0px;
}
.p_pink {
	color: #c70984;
}
.p_date {
	font-size: 12px;
	color: #666666;
}
.p_datePink {
	font-size: 12px;
	color: #c70984;
}
