html,body{
	margin:auto;
	font-family:Arial, Helvetica, sans-serif ;
	color: #333333;
	height: 100%;
}

h1{
	color:#ad5c73;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	margin-top:2px;
	padding-left:20px;
}

a{
	text-decoration:none;
	color:#333333;
	
}
a:hover{
	color:#333333;
}


/*PAGE*/

	#container {
		width:1000px;
		min-height:100%;
		position:relative;
		margin:auto
		
	}
	#header {
		height:340px;
		
	}
	#body {
		
		padding:20px;
		padding-top: 40px;
		padding-bottom:131px;	/* Height of the footer */
		width:1000px;
		
		background:url('gfx/bg_shadow.jpg');
		background-repeat:repeat-y;
	}
	#footer {
		position:absolute;
		bottom:0;
		width:1000px;
		height:121px;			/* Height of the footer */
		background:url('gfx/bg_shadow.jpg');
		background-repeat:repeat-y;
		
	}
	
	<!--[if lt IE 7]>
	#container {
		height:100%;
	}
	
	<![endif]-->



#flash{
	width:1000px;
	height:340px;
	margin-left:-1px;
}


#search{
	width:1000px;
	height:40px;
	background: url('gfx/search.jpg') no-repeat;
}

#search .lang{
	width: 35px;
}

#search div{
	padding-top: 16px;
	float: right;
}

#search .langblank{
	width:18px;
}

#search a{
	color: #666666;
	font-size: 12px;
}


#a3ialogo{
	width:50px;
	height:25px;
	position:absolute;
	bottom:0;
	right:20px;
	cursor:pointer;
}
/*---------------------*/
/*----MENU-------------*/
/*---------------------*/
#menu{
	float:left;
	padding-top:10px;
	width:250px;
	height:300px;
	background:#ffffff url('gfx/menu_bg.gif') no-repeat;
	font-size:14px;
}

.menu a{
	text-decoration:none;
	color:#707070;
	
}
.menu a:hover{
	color:#000000;
}

ul.menu{
	color:#626262;
	margin:0px;
	padding:0;
	list-style-type: none;
	
	margin-top:15px;
}

.menuli{
	height:15px;
	padding-left:20px;
	margin-top:5px;
	cursor:pointer;
	width: 130px;
}



.submenuli{
	height:15px;
	padding-left:40px;
	margin-top:5px;
	width: 150px;
	cursor:pointer;
}

#project_mini_content{
	width:230px;
	float:left;
	font-size:12px;
	padding: 0 5px 0 0;
	margin: 0 3px 0 0;
	background: url('gfx/text_spacer.gif') no-repeat right top;
}

#project_images{
	width:460px;
	float:left;
}

#imgthumbs{
	width: 460px;
	height:77px;
}

#project_main_content{
	width:700px;
}

.project_item{
	float:left;
	width: 220px;
	padding: 0 4px 0 0;
	margin: 0 5px 5px 0px;
	min-height: 300px;
}

.project_item_bg{
	float:left;
	width: 225px;
	padding: 0 5px 0 0;
	margin: 0 5px 5px 0px;
	background: url('gfx/text_spacer.gif') no-repeat right top;
	min-height: 300px;
}

.group_content{
	float:left;
	width: 700px;
	font-size: 12px;
	padding:10px 0 10px 5px;	
}



.page_content{
	width: 930px;
	padding: 5px 0 10px 20px;
	font-size: 12px;
}



.subject{
	color: #A12941;
	font-size: 18px;
	padding: 10px 0 0 24px;
	height: 15px;
}



#news_left{
	float:left;
	width:250px;
	
	min-height:300px;
}

#news_right{
	padding: 0 0 0 20px;
	width: 920px;
}

#news_left_header{
	height:60px;
	width:250px;
	background: url('gfx/subject_bg.jpg') no-repeat left top;
}

#news_left_content{
	width: 250px;
	min-height:300px;
	background: url('gfx/menu_bg.gif') no-repeat top left;
	
}

.news_left_content{
	width: 220px;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	font-weight:normal;
	
}

#news_list{
	padding: 10px 0 0 0;
}

.news_item{
	width:920px;
	cursor:pointer;
}

.news_item_date{
	float:left;
	width: 60px;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	color: #A12941;
}

.news_item_subject{
	float:left;
	padding: 5px 0 5px 10px;
	width: 710px;
	font-size: 12px;
	font-weight:bold;
}

.news_item_content{
	display:none;
	width: 800px;
	padding: 2px 5px 5px 80px; 
	font-size: 12px;
	font-weight:normal;
}

.news_item_content_open{
	width: 800px;
	padding: 2px 5px 5px 80px; 
	font-size: 12px;
	font-weight:normal;
}

.news_subject{
	color: #A12941;
	font-size: 16px;
	padding: 10px 0 0 10px;
}


.active{
	background:url('gfx/hover.jpg');
	background-repeat:no-repeat;
	color:#000000;
}
#hover{
	background:url('gfx/hover.jpg');
	background-repeat:no-repeat;
	color:#000000;
}
#hover a{
	color:#000000;
}

.clear{
	clear:both;
}

.project_item_bg p,.project_item p{
	padding: 0 5px 0 5px;
}

p {
	margin: 2px 0 10px 0;
}
