@charset "utf-8";
/* CSS Document */

body
	{
		background:url(../images/bg.gif);
		margin:0;
		padding:0;
	}
	p
		{
			margin:0;
			padding:0;
		}
	#container
		{
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
		}
		#header
			{
				height:68px;
				background:url(../images/top_grad.jpg) repeat-x;
			}
			#header div
				{
					margin-left:auto;
					margin-right:auto;
					position:relative;
					width:942px;	
				}
			#header img
				{
					margin-top:18px;
					margin-left:20px;
				}
		#feature
			{
				background:url(../images/feature.jpg) no-repeat center;
				height:480px;
				background-color:#FFF;
			}
		#grad_bar
			{
				background:url(../images/grad_bar.gif);
				height:19px;
				margin-bottom:20px;
			}
		#bodyContainer
			{
				margin-left:auto;
				margin-right:auto;
				position:relative;
				width:942px;
			}	
			.workItem
				{
					width:940px;
					margin-bottom:50px;
					border:1px solid #f2f2f2;
					background-color:#FFF;
				}
				.workItem div ul
					{
						margin-left:380px;
						margin-top:30px;
						margin-right:20px;
						padding:0;
					}
				.workItem li
					{
						padding-bottom:20px;
					}
				#expertise
					{
						margin-left:220px;
						margin-top:220px;
					}
					.expertiseItem
						{
							float:left;
							width:450px;
							padding-bottom:40px;
						}
					.expertiseItem h1
						{
							padding:0;
							margin:0;
							font-size:14px;
						}
				#aboutMe
					{
						margin-left:340px;
						margin-top:30px;
						padding-right:20px;
					}
				#availabilityContainer
					{
						background:url(../images/top_grad.jpg);
						height:68px;
					}
				.availability
					{
						width:700px;
						margin-left:auto;
						margin-right:auto;
						padding-top:8px;
						position:relative;
						text-align: center;
						color:#FFF;
					}
				#contactDetail
					{
						margin-top:130px;
						width:450px;
						margin-left:300px;
						position:relative;
						text-align: center;
					}
					#contactDetail a
						{
							font-weight:bold;
							font-size:16px;
							color:#000;
							text-decoration:none;
						}
					#contactDetail a:hover
						{
							color:#666;
						}
		#footer
			{
				background:url(../images/top_grad.jpg);
				height:68px;
			}
