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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666;
}
.oneColFixCtrHdr #container {
	width: 796px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	margin-top:50px;
	background: #fff; 
	padding: 0px;
	margin-bottom: 0px; 
}
.oneColFixCtrHdr #navigation{
	background: #fff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: right;
	height: 18px;
	text-align:right;
	text-decoration: none;
	font-size:12px;
	padding-right: 10px;
	}
	.oneColFixCtrHdr #navigation a{
	text-decoration: none;
	}
.oneColFixCtrHdr #navborder {
		
	margin-top: 18px;
	border-bottom: 1px #999 solid;
	width: 100%;
	}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #666;
	text-align:center;
	color: #fff;
	font-size:8px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	text-align:center;
	font-size: 10px;
}
.oneColFixCtrHdr #footer a {
	color: #fff;
}
p{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#666;
}

p.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#666;
	text-align: left;
}
p.centered{
	text-align: center;
}
	
h1{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:19px;
	font-weight: bold;
	color:#666;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height:17px;
	color:#666;
	border-bottom: 1px dotted #666;
}
table.cv{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#666;
}
#content{
	padding: 0px 50px 0px 295px;
	margin: 0px;
border-left: 1px solid #736f75;
	border-right: 1px solid #736f75;
	}
#content-home{
	padding: 0px 70px 0px 70px;
	margin: 0px;
border-left: 1px solid #736f75;
	border-right: 1px solid #736f75;
}
#content-full{
	padding: 0px 14px 0px 14px;
	margin: 0px;
border-left: 1px solid #736f75;
	border-right: 1px solid #736f75;
}
	
	
a{
	color:#666;
}
#citylights-background{
	background-image:url(images/MSF-collection-citylights.png);
	height: 493px;
	width: 766px;
}
#messengers-background{
	background-image:url(images/MSF-collection-messengers.png);
	height: 493px;
	width: 766px;
}
#citylights-main{
	padding-top: 87px;
	padding-left: 10px;
}

#citylights-sm{
position:relative;
width:100%;
}

#inner{
position:absolute;
}

#images{
position:relative;
padding-top: 4px;
left:10px;
}

#images img {
float:left;
padding-right: 4px;
}
#images img a:hover {
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}

	
	
	
#center {
	text-align: center;
}
