body {
	margin: 0px;
	text-align: left;
	background: #FFF url(/images/background.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body.secondary {
	background: #FFF url(images/secondary-bg.gif) repeat-y;
}

body a {
	outline: none;
}

#content.pillai {
	width: 1030px;
	background: transparent url(/images/gradient.gif) no-repeat;
	min-height: 454px;
}

#menu {
	padding-left: 40px;
	padding-top: 38px;
	width: 157px;
	float: left;
	/*background: #ff9900;*/
}

#menu.blog {
	background: url(/images/gradient.gif) no-repeat;
	width: 177px;
	min-height: 454px;
}

#work_container {
	padding-top: 10px;
}

#work {
	display: none;	
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 2.5em;
}

#work a {
	color: #FFF;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#home_page {
	float: left;
	width: 720px;
	height: 638px;
	position: relative;
	margin-left: 12px;
}

#laptop {
	position: absolute;
	bottom: 87px;
}

#breathe {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

#project_page_container {
	width: 813px;
	position: relative;
	float: left;
	min-height: 454px;
	background: #FFF;
	margin: 0 0 0 20px;
}

#shadows {
	width: 833px;
	height: 78px;
	position: absolute;
	left: 0px;
	top: 332px;
	background: url(/images/shadow_sides.png) no-repeat;
	float: left;
}

#project_images {
	width: 716px;
	height: 298px;
	position: absolute;
	top: 118px;
	left: 66px;
	overflow: hidden;
	float: left;
}

#project_images ul {
	padding: 0px;
	margin: 0px;
	width: 3550px;
}

#project_images li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
}

#project_images li img {
	border: 1px solid #CCC;
}

.project_image {
	position: absolute;
	top: 10px;
	left: 9px;
	float: left;
}

#images_scroll {
	position: relative;
	top: 0;
	left: 0;
}

#image_controls {
	width: 767px;
	padding-right: 66px;
	float: left;
	position: absolute;
	top: 418px;
	left: 0px;
}

#image_controls ul {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 84px;
}

#image_controls li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	float: left;
	cursor: pointer;
}

#project_info {
	padding-left: 66px;
	width: 701px;
	float: left;
	position: absolute;
	top: 485px;
	left: 0px;
}

.title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	color: #FF9900;
}

.description {
	line-height: 25px;
	color: #666;
	padding-bottom: 10px;
}

.divider {
	width: 100%;
	height: 1px;
	background: #CCC;
}

