* {
	margin: 0;
	padding: 5;
}

body {
	background: #B1DFDC url(images/Side-left1.jpg) top right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFF4;
}

a {
	text-decoration: underline;
	color: #e60094;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {

}
#header h1 {
	font-size: 28px;
	letter-spacing: 0px;
	padding: 0px 0 0 0px;
	color: #e60094;
}
#header h1 a {
	color: #e60094;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 0px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
	font-size: 16px;
	color: #e60094;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

#content {
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
	font-size: 14px;
	font-weight: 100;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #e60094;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	background: #e60094;
	color: #fff;
	font-size: 13px;
}
.left ul {
	padding: 10px 0 15px 20px;
	color: #e60094;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles {
	padding: 0px;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

