body {
	margin: 0;
	padding: 0;
	background-color: grey;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #444444;
	background-image: url('../images/bg3.png');
}
h2 {
	text-align: left;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #444444;
}
h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 0 10px;
	border-bottom: 1px solid white;
	font-size: 18px;
}

#content {
	width: 840px;
	margin: 40px auto;
	background-color: white;
	border: 3px solid black;
}
#header {
	margin: 20px 0;
}
#navbar {
	margin: -20px 0 20px 0;
}
#leftcol {
	float: left;
	width: 550px;
	margin: 0 0 0 20px;
	padding: 0;
}
#about {
	color: white;
	background-color: #333333;
}
#serv1, #serv2, #serv3 {
	margin-top: 20px;
	text-align: left;
}
#rightcol {
	float: right;
	width: 240px;
	margin: 0 20px 0 0;
	padding: 0;
}
#personal {
	margin: 0 0 10px 0;
	border: 1px solid #444444;
	height: 143px;
}
#flickr {
	margin: 10px 0 0 0;
	border: 1px solid #444444;
}
#tweet {
	margin: 10px 0 0 0;
	border: 1px solid #444444;
	height: 150px;
	overflow: auto;
	text-align: left;
}
#tweet ul {
	padding: 0 0 0 20px;
}
#tweet li {
	margin: 5px;
}
#images {
	height: 185px;
	width: 238px;
	padding:0;
	margin:0;
	overflow: hidden;
}
#images img {
	border:none;
}
#glance {
	background-color: #444444;
	color: white;
	text-align: left;
	margin-top: 20px;
}
#port {
	margin: 20px;
}
#footer {
	margin: 20px;
	font-weight: bold;
}
#portfoliodata {
	margin: 20px;
}
#msg {
	color: grey;
	font-style: italic;
}
#litebox{
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -420px;
	z-index:9999;
	width:840px;
	height:500px;
	border: 5px solid grey;
	background-color: white;
	text-align:left;
}
#greybox{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.pad {
	padding: 20px;
	text-align: left;
}
.tweetTime {
	font-size:10px;
	color:grey;
}
.flickrNav {
	margin-bottom:5px;
}
.clearfloat {
	height: 0;
	clear: both;
}
.sitebox {
	float: left;
	width: 200px;
	text-align: center;
	margin: 30px;
}
.menu2 {
	padding:0 0 0 32px; 
	margin:20px; 
	list-style:none; 
	height:35px; 
	background:#fff url(../images/button1.gif); 
	position:relative; 
	border:1px solid #000; 
	border-width:0 1px; 
	border-bottom:1px solid #444;
}
.menu2 li {
	float:right;
}
.menu2 li a {
	display:block; 
	float:left; 
	height:35px; 
	line-height:35px; 
	color:#aaa; 
	text-decoration:none; 
	font-size:11px; 
	font-family:arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 8px; 
	cursor:pointer;
}
.menu2 li a b {
	float:left; 
	display:block; 
	padding:0 16px 0 8px;
}
.menu2 li.current a {
	color:#fff; 
	background:url(../images/button3.gif);
}
.menu2 li.current a b {
	background:url(../images/button3.gif) no-repeat right top;
}
.menu2 li a:hover {
	color:#fff; 
	background:#000 url(../images/button4.gif);
}
.menu2 li a:hover b {
	background:url(../images/button4.gif) no-repeat right top;
}
.menu2 li.current a:hover {
	color:#fff; 
	background:#000 url(../images/button3.gif); 
	cursor:default;
}
.menu2 li.current a:hover b {
	background:url(../images/button3.gif) no-repeat right top;
}