@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	line-height:1.5;
	font-size:75%;
    word-break: break-all;
    word-wrap: break-word;
	background-color: rgb(222, 222, 222);
	margin: 0px;
	padding: 0px;
	
}

.clear {
	clear: both;	
}

.title {
	width: 950px;
	margin-top: 10px; 
	margin-left: 20px;
	margin-bottom: 10px;
}

.inline {
	display: inline;	
}
#logo {
	display: inline;
	float: left;
	width: 650px;
	height: 80px;
	background-image:url(../images/Diu_logo.jpg);
	background-repeat: no-repeat;
}

#siteTitle {		
	display: block;
	position: absolute;
	top: 0px;
	left: 400px;
	width: 550px;
	height: 0px;
	overflow: hidden;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: white;

}

#wrapper_inner {
	width: 980px;
	//border: solid black 1px;
}

#headerContainer {
	width: 980px;
	height: 80px;
	
}

#headerContainer_inner {
	width: 100%;
	height: 100%;
	
}

#bodyContainer {
	width: 100%;
	
}

#homeTitleContainer{
	width: 980px;
	height: 250px;
	
}

#homeTitleContainer_inner{
	width: 890px;
	height: 100%;
	margin-left: 60px;
	margin-right: 30px;

}

#homeTitleLeft{
	width: 510px;
	height: 220px;
	float: left;
	padding-top: 30px;
}

#homeTitleRight{
	width: 380px;
	height: 250px;
	float: right;
}

#leftColumn {
	float: left;
	width: 705px;
	margin-left: 20px;
	
}

#leftColumn_inner {
	
	
}

#leftColumn_inner .project {
	float: left;
	width: 215px;
	height: 360px;
	margin-right: 20px;	
	margin-bottom: 30px;
	background-image:url(../images/top-left-column-frame-for-project-1_3.19.2013.jpg);
	
}

#leftColumn_inner .project .projectPic {
	margin: 17px;	
}
#leftColumn_inner .project .projectTitle {
	margin: 15px;
	color: orange;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#leftColumn_inner .project .projectDetail {
	margin: 0 15px;
	font-size: 0.8em;
}

#centerColumn {
	
	
}

#centerColumn_inner {
	
	
}

#rightColumn {
	float: right;
	width: 235px;
	margin-right:20px;
}

#rightColumn_inner {
	
	
}

#rightColumn_inner .info {
	margin-bottom: 20px;
	width: 235px;
	height: 180px;
	background-image:url(../images/top-right-column-Box1.jpg);
	font-size: 1.1em;
	
}

#footerContainer {
	width: 980px;
	height: 100px;
	background-color: orange;
}

#footerContainer_inner {
	width: 100%;
	height: 100%;
	
}