body
	{
	background-image: url('../images/bg.jpg');
	background-position: top center;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	}

#wrapper
	{
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	height: auto;
	overflow: hidden;
	position: relative;
	}

	#download_brochure
		{
		position: absolute;
		top: 645px;
		left: 185px;
		}
	
	#about_right
		{
		text-align: left;
		color: #4c6270;
		font-size: 18px;
		line-height: 24px;
		position: absolute;
		top: 235px;
		left: 586px;
		width: 200px;
		}
	
		ul
			{
			margin: 0;
			padding: 10px 0 10px 0;
			list-style-image: url('../images/bullet.gif');
			}
		
			li
				{
				margin: 0 0 10px 15px;
				}
	
	#content
		{
		overflow: hidden;
		}
	
	#about_left
		{
		text-align: left;
		color: #4c6270;
		font-size: 18px;
		line-height: 24px;
		position: absolute;
		top: 200px;
		left: 0px;
		width: 550px;
		}
	
		.title_image
			{
			padding: 0;
			margin: 0 0 10px 0;
			}
	
		p
			{
			padding: 0;
			margin: 0 0 20px 0;
			}
	.content_item
		{
		min-height: 1000px;
		text-align: center;
		background-repeat: no-repeat;
		position: relative;
		}	
		
	#home_section
		{
		background-image: url('../images/home_image.gif');
		}
		
	#work_section
		{
		background-image: url('../images/work_image.gif');
		}

	#about_section
		{
		background-image: url('../images/about_image.gif');
		}

	#contact_section
		{
		background-image: url('../images/contact_image.gif');
		}

	#gallery
		{
		position: absolute;
		left: 0px;
		top: 150px;
		}

	.gallery_item
		{
		opacity: 0.3;
		filter: alpha(opacity = 30);
		margin: 3px;
		float: left;
		width: 260px;
		height: 125px;
		overflow: hidden;
		}

#navigation
	{
	position: fixed;
	bottom: -150px;
	height: 110px;
	width: 600px;
	margin: 0 100px 0 100px;
	background-image: url('../images/navigation_bg.png');
	z-index: 1000;
	}

	#logo
		{
		position: absolute;
		top: 15px;
		left: 40px;
		}

#curtain
	{
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: white;
	line-height: 100%;
	}

#gallery_container
	{
	overflow:hidden;
	width: 100%;
	height: 100%;
	background-color:white;
	position: relative;
	float: left;
	line-height: 100%;
	margin: 0;
	padding: 0;
	}


	.gallery_image
		{
		float: left;
		text-align: center;
		position: relative;
		overflow: hidden;
		}
	
	#project_info
		{
		position: fixed;
		top: 50px;
		left: 120px;
		}
			
	.title
		{
		color: #4c6270;
		font-weight: bold;
		font-size: 24px;
		margin: 0 0 20px 0;
		}
	
	.description
		{
		color: #4c6270;
		font-size: 12px;
		}
	
					
.section
	{
	width: 10000px;
	position: relative;
	}
	
	.set
		{
		position: relative;
		border: 1px solid red;
		}

#close
	{
	position: fixed;
	top: -20px;
	right: 150px;
	z-index: 1000;
	}

#left
	{
	position: fixed;
	top: 50%;
	left: 20px;
	z-index: 1000;
	}

#right
	{
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 1000;
	}

.transparent
	{
	opacity: 0.3;
	filter: alpha(opacity = 30);
	}
	
.tablehack
	{
	height: 100%;
	width: 100%;
	}
	
	.tablehack td
		{
		height: 100%;
		width: 100%
		vertical-align: middle;
		}
	
#name
	{
	position: absolute;
	top: 313px;
	left: 1px;
	width: 365px;
	height: 28px;
	border: 0;
	background-color: #f6f7f8;
	}

#email
	{
	position: absolute;
	top: 313px;
	left: 410px;
	width: 365px;
	height: 28px;
	border: 0;
	background-color: #f6f7f8;
	}
	
#captcha_box
	{
	position: absolute;
	top: 570px;
	left: 1px;
	width: 400px;
	height: 28px;	
	color: #b44119;
	font-size: 18px;
	padding: 0 0 0 10px;
	text-align: left;
	}

#captcha
	{
	width: 65px;
	height: 28px;
	border: 0;
	margin-left: 10px;
	background-color: #f6f7f8;
	}
	
#message
	{
	position: absolute;
	top: 372px;
	left: 1px;
	width: 780px;
	height: 168px;
	border: 0;
	background-color: #f6f7f8;
	}

#success
	{
	position: absolute;
	top: 372px;
	left: 1px;
	width: 800px;
	height: 178px;
	border: 0;
	color: #4c6270;
	font-size: 18px;
	line-height: 24px;
	}


#send_button
	{
	position: absolute;
	top: 568px;
	left: 570px;
	width: 233px;
	height: 41px;
	background-image: url('../images/send.gif');
	cursor: pointer; 	
	}

input, textarea
	{
	color: #b44119;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Verdana, sans-serif;
	}