BODY {
    background-color: #fff;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

DIV {
    position: absolute;
    z-index: 1;
}

IMG {
    border: 0px;
    margin: 0px;
}
IMG.portf {
    margin-bottom: 2px;
}

#lang {
    position: fixed;
    top: 0px;
    left: 7px;
    height: 23px;
    padding-top: 10px;
}


#header {
    position: fixed;
    top: 0px;
    left: 72px;
}

#menubar {
    top: 0px;
    left: 280px;
    height: 23px;
    width: 920px;
    padding-top: 10px;
}

#textcontent {
    left: 280px;
    top: 80px;
    width: 710px;
    height: 550px;
    background-color: #fff;
}
#textcontent div {
	position: relative;	
}


P, SPAN, UL, OL, TD {
    font-family: Georgia, "Times New Roman", Times, Candara, Constantia, serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
    font-size: 16pt;
    line-height: 1.6em;
    color: #888;
    text-decoration: none;
}

/* twitter widget hacks, sorry */

.twtr-tweet-text p {
	font-size: 11pt;
    line-height: 1.2em;
}

.twtr-join-conv {
	font-size: 11pt;
    line-height: 1.2em;
}

.twtr-hd {
	display: none;	
}

.twtr-widget .twtr-tweet-wrap {
	padding-left: 1px !important;	
}

.twtr-ft div {
	padding-top: 4px !important;	
	padding-left: 1px !important;	
	float: left !important;
}

.twtr-ft div a img {
	padding-top: 2px !important;
}

.twtr-ft span {
	float: left !important;
	text-align: left !important;
	margin-left: 20px;
}

/* end twitter */

.pink {
    color: #CC0022;
    font-weight: bold;
}

.bigtype {
    font-size: 21pt;
    line-height: 1.2em;
    margin: 0;
}

.hugetype {
    color: #CC0022;
    font-size: 42pt;
    line-height: 1em;
    margin: 0;
}

.mediumsize {
    font-size: 13pt;
    line-height: 1.4em;
}
.subtitle {
    font-size: 14pt;
    font-weight: bold;
    color: #333;
}

A {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}
A:Hover {
    text-decoration: none;
    color: #CC0022;
}