@font-face {
    font-family: 'GoudyModern';
    src: url('fonts/goudy_modern_mt.otf') format('opentype');
}

@font-face {
    font-family: 'CouchLover';
    src: url('fonts/couchlover97.otf') format('opentype');
}

body {
	width: 768px;
	margin: auto;
	text-align: center;
	font-family: Muli;
        /*background-color: rgb(229,229,229);*/
        background-color: rgb(255,255,255);
    /*IE 6/7 */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ffffff',EndColorStr='#ccc');
	/*IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#ccc)";
}

#div_content {
	/*background-image: url('../img/typewriter_bkg_800w.png');
	overflow: hidden;
	background-repeat: repeat-y;*/
	/*width: 800px;*/
	/*margin: 0px auto;*/
	text-align: left;
	vertical-align: central;
	float: left;
}

span.required {
    color: rgb(192,0,0);
    font-size: 80%;
}

label {
    display: block;
    padding-top: 20px;
}

a {
    text-decoration: none;
    color:#555;
}

a.menu {
	padding-left: 3%;
	color: #C90016;
}

a.menu:hover {
	color: rgb(255,235,67);
}

/* li.menu {list-style-type: none;} */

a.link {
    color: rgb(0,21,192);
}

a.lang {
	color: rgb(0,21,107);
}

a.lang:hover {
	color: rgb(255,235,67);
}

span.red {
	color: #C90016;
}

div.textdiv {
	//padding: 15px;
	height: auto;
	min-width: 400px;
	text-align: justify;
	line-height: 150%;
}

div.coretext {
        font-size: 90%;
}

div.imagebox {
	margin: auto;
	width: 730px;
}

p {
    text-indent: 5%
}

p.quote_text {
	font-size: 80%;
	font-style: italic;
	text-indent: 5%;
	margin: 0px 0px 0px 200px;
    text-align: justify;
}

p.quote_author {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

p.textright {
}

p.textleft {
}

p.copyright {
	font-size: 70%;
	color: #C90016;
        margin-top: 4px;
}

img.floatleft {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
	width: 276px;
}

img.floatright {
	float: right;
	padding-left: 10px;
	width: 276px;
}

img.fixedheight {
	padding-top: 20px;
	height: 150px;
}

#div_header {
	width: 145px;
	height: 160px;
	padding-top: 30px;
	float: left;
}

#div_lang {
	float: right;
	color: #555;
	text-align: right;
	font-family: GoudyModern;
	font-size: 105%;
	height: 35px;
	width: 450px;
    padding-top: 20px;
}

#div_menu {
	/*color:#555;*/
	color: #930;
	float: right;
	width: 100%;
	//min-width: 270px;
	text-align: right;
	font-family: CouchLover;
	font-size: 140%;
	padding-top: 20px;
	vertical-align: top;
}

#div_textbody {
	background-image: none;
	overflow: hidden;
	background-repeat: repeat-y;
	float: left;
	min-width: 400px;
	width: 100%;
}

#div_home {display: block;}

#div_about {display: none;}

#div_whyme {display: none;}

#div_publications {display: none;}

#div_rates {display: none;}

#div_contactform {display: none;}

#div_tools {display: none;}

#a_menu_home {font-weight: bold;}


