/* @group global */

body {
	font: 11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	margin: 0;
	margin-bottom: 70px;
	width: 100%;
	height: 100%;
}

a, a:hover, a:visited, a:active {
	color: #999;
}

a.title, a:hover.title, a:visited.title, a:active.title {
	color: ##999;
}


#inc2 a[href ^="mailto:"] {
   padding-left: 15px;
   background: transparent url(email.gif) no-repeat left center;
}

#inc2 a[rel="external"] {
   padding-left: 15px;
   background: transparent url(external.gif) no-repeat left center;
}

#inc2 a[href ^="http:"] {
   padding-left: 15px;
   background: transparent url(external.gif) no-repeat left center;
}

#inc2 a[href $=".vcf"] {
   padding-left: 15px;
   background: transparent url(vcard.gif) no-repeat left center;
}

#inc2 a[href $=".pdf"] {
   padding-left: 15px;
   background: transparent url(file.gif) no-repeat left center;
}



img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* @end */

div {
	/* border: 1px solid #000; */
}

li {
	margin-top: 5px;
}

#logo img {
 /*width: 50%;*/
 height: 200px;
}

#wrapper {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
}

#title p {
	color: #000;
	font: small-caps bold 42px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#title {
	margin-bottom: 15px;
}

#title p sup {
	font-size: 30px;
}

#title p.title {
	float: left;
}

#title p sup {
	font-size: 28px;
}

#title p#subtitle {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

#contact h1 {
	color: #999;
	font: small-caps bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	margin-top: 10px;
}

#contact p {
	color: #999;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 15px;
}



#inc2{
	width: 200 px;
	float: left;
}

#contact a, a:hover, a:visited, a:active {
	margin-top: 10px;
}

.indent {
	margin-left: 25px;
}

#main {
	color: #999;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	margin: 0;
	padding: 0;
	padding-top: 75px;
	width: 70%;
	float: left;
}

#main h1{
	font-variant: small-caps;
}

#main h2{
	font-variant: small-caps;
}

#main p{
	margin-bottom: 10px;
}

#main a[href ^="mailto:"] {
   padding-right: 15px;
   background: transparent url(email.gif) no-repeat right center;
}

#main a[rel="external"] {
   padding-right: 15px;
   background: transparent url(external.gif) no-repeat right center;
}

#main a[href ^="http:"] {
   padding-right: 15px;
   background: transparent url(external.gif) no-repeat right center;
}

#main a[href $=".vcf"] {
   padding-right: 15px;
   background: transparent url(vcard.gif) no-repeat right center;
}

#main a[href $=".pdf"] {
   padding-right: 15px;
   background: transparent url(file.gif) no-repeat right center;
}

#content {
	margin: 0;
	padding: 0;
	margin-left: 5%;
	padding-left: 5%;
	border-left: 1px dashed #bfbfbf;
}

#main a, a:hover, a:visited, a:active {
	color: #999;
	text-decoration: underline;
}

#footer {
	text-align: center;
	color: #bfbfbf;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;

	padding-top: 10px;
	clear: both;
}

#footer #credits {

		border-bottom: 1px solid #bfbfbf; 
	border-top: 1px solid #bfbfbf;

}

#footer a, a:hover, a:visited, a:active {
	color: #bfbfbf;
}