/* CSS :: TEMPLATE */ 

/* IMPORTS */
@import url("nav.css");
@import url("template-contentl.css");
@import url("textstylel.css");


/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	background-color: #E8E8E8;
}

#container {
	
	margin:auto;
	padding:0px;
	width:880px;
}

	#maincontainer {
		border-top:10px solid #492F92;
		position:relative;
		float:left;
		padding:0 35px;
		background-color: #FFFFFF;
		width:100%;
	}

		#header {
			background: url(../assets/img_topbgr.jpg) no-repeat scroll left top;
			display:inline;
			float:left;
			margin:0 0 20px;
			padding:0;
			position:relative;
			width:100%;
		}
		
		
		#content {
			float:left;
			height:100%;
			margin:0;
			padding:5px 0 30px;
			position:relative;
			width:640px;
		}
		
			#colleft {
				color:#000000;
				display:inline;
				float:left;
				font-size:1.1em;
				margin:0 0 25px;
				padding:0;
				position:relative;
				width:240px;
			}
	
		
		#footer {
			background-attachment:scroll;
			background-image:url(../assets/img_logoBiogenIdec.jpg);
			background-position:right bottom;
			background-repeat:no-repeat;
			clear:both;
			height:25px;
			padding:20px 55px 0 10px;
			width:100%;
		}
