/* Layout general elements */

body {
	margin: 0px;
	padding: 0px;
	background: url(Images/bg.png) 0 0 repeat-x ;
	font-family: Verdana, Arial, Helvetica;
	font-size: 100%;
	color: #000;
}

	p {
		margin: 0px 0px 1.0em 0px;
		padding: 0px;
		line-height: 1.4em;	
	}
	
	a {
		color: #000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;	
	}
	
/*c3dbff*/

/* Positioning and layout characteristics block elements */
	
	#grid {
	    position: absolute;
	    left: 50%;
	    width: 1004px;
	    margin-left: -502px;
	}
		
		#master_top {
			position: relative;
			top: 20px;
			left: 0px; 
			width: 1004px;
			height: 260px;
		}
			
			#master_top #header {
				position: absolute;
				left: 20px;
				top: 10px; 
				width: 981px;
				height: 186px;
				background: url(Images/header.png) 0 0 no-repeat;
			}
			
			#master_top #logo {
				position: absolute; 
				left:  25px;
				top: 135px;
				width: 218px;
				height: 70px;
			}
			
				#master_top #logo a {
					width: 218px;
					height: 70px;
					display: block;
				}
			
			#master_top #nav {
				position: absolute;
				top: 176px;
				right: 11px;
				margin: 0px;
				padding: 0px;
				list-style-type: none;	
				}
			
				#master_top #nav li {
					float: left;
					display: inline;
					}
			
					#master_top #nav li a {
						font-size: 10px;
						font-weight: bold; 
						text-decoration: none;
						display: inline;
						margin: 0 5px 0 5px;  
					}
					
					#master_top #nav li a:hover {
						text-decoration: underline;
					}
			
			#master_top h1 {
				position: absolute;
				top: 200px;
				right: 11px;
				width: 725px;
				font-size: 20px;
				font-weight: normal;
				border-bottom: 1px solid #093678;
			}
			
			h2 { font-size:16px; 
			font-weight:bold}
			
		#master_content {
			position: relative;
			top: 15px;
			left: 0px; 
			width: 1004px;
		}
			
			#master_content #headlines {
				position: relative;
				top: 0px;
				left: 0px;
				margin-left: 19px;
				float: left;
				width: 236px;
				height: auto !important;
				height: 409px;
				min-height: 409px; 
				background-color: #efece0;
				font-size: 11px;
				text-align: justify;
			}
				
				#master_content #headlines .headline_item {
					position: relative;
					top: 0px;
					left: 0px;
					padding: 10px;

				}
				
				#master_content #headlines .headline_item span {
					color: #093678;
					font-weight: bold;
				}
				
				#master_content #headlines .headline_item a {
					position: relative;
					float: right;
					font-size: 9px;
					font-weight: bold;
					font-style: italic;
					text-decoration: none;
				}
				
				#master_content #headlines .headline_item a:hover {
					text-decoration: underline;
				}
				
			#master_content #content {
				position: relative;
				top: 0px;
				left: 14px; 
				float: left;
				width: 473px; 
				height: auto !important;
				height: 409px;
				min-height: 409px; 
				font-size: 12px;
				text-align: justify;
				
			}
				
				#master_content #content .project_item {
					padding: 8px;
					background-color: #efece0;
				}
				
				#master_content #content .project_item_title {
					color: #093678;
					font-weight: bold;
					text-align: right;
				}
				
				#master_content #content .project_item_stressed {
					font-weight: bold;
				}
				#master_content #content .news_item {
					padding: 8px;
					background-color: #efece0;
				}
				
				#master_content #content .news_item_date_right {
					text-align: right;
				}
				
				#master_content #content .news_item_date {
					color: #093678;
					font-weight: bold;
					text-align: right;
				}
				
				.sife_ucu_currentboard {
					list-style-type: none;
				}
				
			#master_content #info_items {
				position: relative;
				top: 0px;
				left: 28px; 
				float: left;
				width: 236px; 
				height: auto !important;
				height: 409px;
				min-height: 409px; 
			}
			
				#master_content #projects,
				#master_content #sife_ucu,
				#master_content #about_sife {
				height: 126px;
				background-color: #efece0;
				width: 236px;
				}				
					
					.info_block {
						padding: 8px;
					}
					
					.info_block h2 {
						font-size: 14px;
						font-weight: bold;
						border-bottom: 1px solid #093678;
						display: inline;
						}
										
					.image_info_item {
						float: left;
						padding-right: 6px;
					}
					
					.info_block_paragraph {
					padding-top: 5px;
					font-size: 11px;
					text-align: justify;
					line-height: 1.2em;	
					}
					
				#master_content #projects {
				margin-bottom: 14px;
				}
					
				
				#master_content #sife_ucu {
				margin-bottom: 14px;
				}
				
				#master_content #about_sife {
				}
				
				#master_content .pdf_logo {
				height: 18px;
				width: 18px;
				}
				
				#master_content .link_pdf{
				font-weight:bold;
				}
				
		#master_footer {
			position: relative;
			top: 15px;
			left: 0px; 
			width: 1004px;
		}
		
		#master_footer ul {
			position: relative;
			right: 11px;
			top: 10px;
			margin: 0px;
			padding: 0px; 
			list-style-type: none;
			float: right;
			} 			
			
			#master_footer ul li {
					float: left;
					display: inline;
					font-size: 9px;
					color: #666;
					}
			
					#master_footer ul li a {
						text-decoration: none;
						display: inline;
						margin: 0 5px 0 5px;
						color: #666;  
					}
					
					#master_footer ul li a:hover {
						text-decoration: underline;
						}