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

body {
	background: #433c40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding-top: 150px;
}
a {
	color: #d11b5c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}	
.base {
	width: 950px;
}
.blog a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
}
.blog span {
	color: #d11b5c;
	font-size: 1.3em;
}
.right_col {	
	background: #eee7e1;
	width: 100%;
	padding: 20px;
}
.left_col {	
	width: 544px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
.nav {
	height: 70px;
	background: #d11b5c;
}
.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1.5em;
	padding: 10px;
	text-decoration: none;
}
.nav a:hover {
	background: #e36592;
}
#nav_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1.5em;
	padding-left: 20px;
}
#nav_title span {
	font-size: 1.9em;
}
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d11b5c;
	font-size: 2.0em;
}
.sub_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1.1em;
}
#fashion_tips {
	background: #cfcbc8;
	padding: 10px;
	color: #333333;
}
#testimonials {
	background: #2d292b;
}

