@charset "UTF-8";
body {
	margin: 0px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #333;
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	float: right;
	margin: 0px 0px 20px 20px;
}
h1 {
	color: #FF48B0;
	margin: 0px 0px 2px 0px;
	font-size: 1.75em;
	letter-spacing: -1px;
	line-height: 1em;
	text-transform: lowercase;
}
h2 {
	color: #FF48B0;
	font-size: 1.13em;
	line-height: 1em;
	margin: 0px 0px 5px 0px;
	text-transform: lowercase;
}
h3 {
	color: #FF48B0;
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
	text-transform: lowercase;
}
h3 a {
	color: #FF48B0;
}

p {
	font-size: 0.88em;
	line-height: 1.3em;
	color: #FFFFFF;
	margin: 0px 0px 10px;
}
p a  {
	color: #FFFFFF;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	font-size: 0.88em;
	line-height: 1.3em;
}
.linkedin {
	background-image: url(../images/design/linked_in.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 23px;
	background-position: top left;
}
.facebook {
	background-image: url(../images/design/facebook16.png);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 23px;
	background-position: top left;
}

.skype {
	background-image: url(../images/design/skype.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 23px;
	background-position: top left;
}
.twitter {
	background-image: url(../images/design/twitter.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 23px;
	background-position: top left;
}

