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

#main {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

#leftcolumn {
	float:left;
	margin: 0px 62px 0px 0px;
	padding: 0px;
	width: 317px;
}

#bigcolumn {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 590px;
}

#logoblock {
	margin:32px 0px 165px 0px;
	text-align:right;
	height: 125px;
}

#logoblock a {
	border:none;
}

#logoblock img {
	border:none;
}

#menublock {
	margin:0px;
	padding:0px;
	text-align:right;
	color:#000;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:4px;
}

#menublock .active {
	color:#FF007F;
}

#menublock a {
	text-decoration:none;
	color:#000;
}

#menublock .active a {
	text-decoration:none;
	color:#FF007F;
}

#menublock a:hover {
	text-decoration:underline;
	color:#FF007F;
}

#meetupblock
{
	margin:10px 0px 0px 17px;
	padding:10px 0px 0px 0px;
	width:300px;
	text-align:right;
	color:#000;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 808080;
	border-right-color: 808080;
	border-bottom-color: 808080;
	border-left-color: 808080;
	
}

#meetupblock h1
{
	color:#000;
	font-size:12px;
	font-style: normal;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing:4px;
	font-style: normal;
	line-height: normal;
}

#meetupblock h2
{
	color:#B3B3B3;
	font-size:12px;
	font-style: normal;
	font-weight:normal;
	text-transform: uppercase;
}

#meetupblock p
{
	color:#B3B3B3;
	font-size:12px;
	font-style: normal;
	font-weight:normal;
}
	
#meetupblock a {
	text-decoration:none;
	color:#FF007F;
}
	
#meetupblock h2 a {
	text-decoration:none;
	color:#B3B3B3;
}

#meetupblock a:hover {
	text-decoration:underline;
	color:#FF007F;
}

#navblock
{
	margin:27px 0px 0px 0px;
	height:22px;
	padding:19px 0px;
	text-align:right;
	color:#000;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:4px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: 808080;
	border-right-color: 808080;
	border-bottom-color: 808080;
	border-left-color: 808080;
}
	
#navblock a {
	text-decoration:none;
	color:#000;
}

#navblock .active a {
	text-decoration:none;
	color:#FF007F;
}

#navblock a:hover {
	text-decoration:underline;
	color:#FF007F;
}

#clientblock
{
	margin:0px;
	height:50px;
	text-align:right;
	color:#B3B3B3;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:4px;
}
	
#clientblock a {
	text-decoration:none;
	color:#B3B3B3;
}

#clientblock .active a {
	text-decoration:none;
	color:#FF007F;
}

#clientblock a:hover {
	text-decoration:underline;
	color:#FF007F;
}

#headlineblock
{
	height:157px;
	margin:0px;
	padding:0px;
}
#headlinehighlight {
	color: #000;
}

#headlineblock h1
{
	text-align:left;
	color:#B3B3B3;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight:normal;
	line-height: normal;
	margin:0px;
	padding:30px 0px 0px 0px;
}

#headlineblock h2
{
	text-align:left;
	color:#B3B3B3;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight:normal;
	line-height: normal;
	margin:0px;
	padding:0px 0px;
}

#body
{
	text-align:left;
	color:#808080;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
}

#body p
{
	margin:0px;
	padding:0px 0px 20px 0px;
}

#body a {
	text-decoration:none;
	color:#FF007F;
}

#body .active a {
	text-decoration:none;
	color:#FF007F;
}

#body a:hover {
	text-decoration:underline;
	color:#FF007F;
}

#body ul {
	margin:0px;
	padding-bottom:20px;
}

#highlight {
	color: #4C4C4C;
	font-weight: bold;
}

#personinfo {
	width:100%;
	clear:both;
	padding:0px;
	margin-bottom:20px;
}

#personinfo h2 {
	text-align:left;
	color:#000;
	font-family: Arial, Helvetical, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight:normal;
	line-height: normal;
	margin:0px;
	padding:0px 0px;
	padding-bottom:10px;
}

#personpicture {
	float:left;
	width:160px;
	margin:0px;
}

#persondata {
	float:left;
	width:400px;
	margin-left:10px;
}