@import url("global.css");


/* Others */

/* Layout */
.Masthead {
background:url(../images/BG_Masthead_Sub.jpg);	
position:relative;
height:170px;
width:980px;
}
	.Blog {
	position:absolute;
	top:125px;
	right:0;
	height:44px;
	width:166px;	
	}
	.Twitter {
	position:absolute;
	top:125px;
	right:166px;
	height:44px;
	width:166px;	
	}
	.Facebook {
	position:absolute;
	top:125px;
	right:332px;
	height:44px;
	width:166px;
	}
.ContentBox {
background:url(../images/BG_ContentBox.gif) repeat-y;
border:10px solid #fff;
border-left:none;
border-right:none;
margin:10px 0 0 0;
width:980px;
}
.ContentBox_Gallery {
background:#fff;
border:10px solid #fff;
border-left:none;
border-right:none;
margin:10px 0 0 0;
width:980px;
}

/* All Other elements inside the sidebar, styled in global.css */

.Content {
background:url(../images/BG_PWatermark.gif) no-repeat center;
color:#000;
float:left;
margin:0;
padding:30px 25px 30px 30px;
width:665px;/* 720px */
}	
	.Content h1{
	padding:0 0 20px 0;
	}
	.Content h2{
	padding:0 0 16px 0;
	}
	.Content h3{
	padding:0 0 14px 0;
	}
	.Content p{
	padding:0 0 14px 0;
	}
	.Content ul{
	padding-bottom:10px;
	}
	
.Footer p{
padding:0 0 14px 0;
}	
/* Office Tour */
#gallery{
display:table;
}
#gallery li{
float:left; 
margin:0 20px 20px 0;
list-style:none;
}
#gallery img{
width:150px;
border:2px solid #250558;
}