/* CSS Document */

body {
	margin: 0;
	background-color:#500422;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}

#logo {
	position: absolute;
	top:30px;
	left: 30px;
	width: 290px;
	height: 169px;
	}
	
#tag {
	position: absolute;
	top:30px;
	left: 635px;
	width: 474px;
	height: 115px;
	background-image:url(../images/humanbrands_tag.png);
	background-repeat:no-repeat;
	}
#blurgroup {
	position: absolute;
	top:0px;
	left: 0px;
	width: 58px;
	height: 96px;
	
	}
	
#menu {
	position: absolute;
	top: 150px;
	left: 575px;
	width: 500px;
	height: 30px;
	}
	
	#menu a:link {color: #ffffff; font-size: 22px;text-decoration: none;}
	#menu a:visited {color: #ffffff; font-size: 22px;text-decoration: none;}
	#menu a:hover {font-size: 22px;text-decoration: underline; color:#222222;}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}


a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d40069;
	text-decoration: underline;
}

		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #d40069;
	font-style: normal;
	line-height:22px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #95BE16;
	font-style: normal;
	line-height: 19px;
	margin-left:15px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: lighter;
	color: #999999;
	font-style: normal;
	margin-left:15px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#d40069;
	font-size:17px;
	font-weight: lighter;
	font-style: normal;
	margin-left:15px;
}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #d40069;
	font-style: normal;
	line-height:22px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height:1px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top:0px;
	line-height:1.5em;
}

.white {
	color: #FFF;}
	
.noboarder {
	border:none;}
	
.tweet {
	color:#d40069;
	font-size:17px;}
	
.bold {
	color:#d40069;
	style:bold;}
	
.italic {
	color:#ffffff;
	style:italic;
}

.lineheight {
	line-height:0px;
}

.centered {
	text-align:center;
	font-weight: italic;
	font-weight: 100;

}

.large {
	font-size:18px;
	font-weight:bold;
}
.floatright{
	float:right;
	}
	
	
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:lighter;
	text-align:left;
	color: #d40069;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}	
