/* 2009-02-19 GDG */

/* Set font families for all elements */
/* Set styles for specific elements */
body {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:16px;
/*	font-size-adjust:none;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
/*	line-height:1.231;*/
}

/* Fixation/seperation of certain areas */
/*div#header{
position: fixed; top: 0; left: 0; width: 100%; 
}
*/
div.header {
	float:top;
}
div.left {
	float:left;
	width:160px;
	height:500px;
}
div.headerleft {
	float:left;
/*	width:190px;*/
	font-size:x-large;
	font-weight:bold;
}

div.headerright {
	font-size:smaller;
	color:gray;
/*	float:right;*/
	text-align:right;
}


div.button, div.button_dis {font-size:smaller;}
div.botton_dis {}

a {color:gray}
a:focus, a:hover, a:active {color:red}
a:active {color:blue}

h1, h2 {color: black;}

p {margin-left: 5%; margin-right: 10;}

/* add some images to used elements. */

body {background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-image: url(images/logo/LogoColorTextBelow_bl_gs_rr_brh.jpg);}


