/* ------ START CSS FILE ------------------------------------------- */
	/* ----------------------------------------------------------------- */
	/* ------ this global file defines layout, colors and fontstyles --- */
	/* ------ for all content files ------------------------------------ */
	/* ----------------------------------------------------------------- */
	/* ------ GLOBAL --------------------------------------------------- */
* {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #2C302F;
}

/* ------ BODY ----------------------------------------------------- */
body {
	background: #fff;
	/* center tag for IE 5.x */
	text-align: center;
	background: url("../images/content-bg.jpg") repeat-y; /* center tag for IE 5.x */		
}


hr {

color: #fff;
background-color: #ccc;
height: 1px;
	
}

h1 { 
	font-size:30px;
    line-height:135%; 
}


h2 { 
	font-size:16px;
    line-height:165%; 
}




#logo {
	position: absolute;
	top: 70px;
	left: 50px;
	width: 905px;
	height: 225px;
	background: url("../images/logo.jpg") no-repeat; /* center tag for IE 5.x */	
}


#menu {
	position: absolute;
	top: 120px;
	left: 510px;
	width: 500px;
	text-align: left;
}


#link_top {
	position: fixed;
	top: 100px;
	left: 970px;
	width: 30px;
	height: 80px;
}



#content {
	position: absolute;
	top: 280px;
	left: 50px;
	width: 900px;	
	text-align: left;
	color: #2C302F;
}


#content-small {
    background-color: #fff;
    padding: 10px;
    border: #ccc 1px solid;
}





