/*CSS By Vibol Peou */


/* global on evey page */

body {
	
	background-image: url(images/wht_bg_pen.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px; 
	padding: 0px; 
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
}

#intro_text {
	position: relative;
	left: 65px;
	top: -45px;
	width: 625px;
	padding-bottom: 30px;
}

#innertube {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 75px;
}

#container {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	left: 65px;
	top: -25px;
}

#contact {
	position: relative;
	left: 0px;
	width: 500px;
	color: #999999;
	padding-bottom: 75px;
	padding-top: 75px;
	float: left;
}

#vp {
	position: absolute;
	left: 870px;
	top: 14px;
}

em {
	color: #00cc00;
	font-weight: bold;
	font-style: normal;
}

A:link {color: #000000;}
A:visited {color:#000000;}
A:hover {color: #00cc00; }
A:active {color: none;}
a {text-decoration: none; }

#img_border {
	border-style: solid;
	border-color: black;
	border-width: 2px;
}


.img_header {
	border-style: none;
	border-color: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.caption {
	position: relative;
	margin: 0;
	width: 225px;
	padding-right: 5px;
	padding-top: 5px;
}

.project_title {
	font-size: 8pt;
	text-transform: uppercase;
	color: #00cc00;
}


.project_url {
	font-size: 10pt;
	color:#CC0000;
}

.img {
	position: relative;
	margin: 15px 5px 20px 5px;
	float:left;
	}
	
.footer_nav A:link {color:#999999;}
.footer_nav A:visited {color:#999999;}
.footer_nav A:hover {color: #00cc00; }
.footer_nav A:active {color: none;}
a {text-decoration: none; }

	

/* homepage css*/
#clients_one {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	padding-bottom: 50px;
}

#clients_two {
	position: relative;
	left: -350px;
	top: -315px;
	width: 200px;
	float: right;
}

#equipment_one {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	padding-bottom: 0px;
}
#equipment_two {
	position: relative;
	left: -350px;
	top: -250px;
	width: 200px;
	float: right;
}


/* photography page css */
#lrg_img {
	position: relative;
	top: -15px;
	padding-bottom: 25px;
}

/* print page css */
#content_1 {
	position: relative;
	width: 800px;
	height: auto;
	left: 0px;
	top: 0px;
	padding-bottom: 50px;
}

#content_2 {
	position: relative;
	width: 800px;
	top: 0px;
	text-align: left;
	float: left;
}
#print_contact {
	position: relative;
	width: 500px;
	top: 0px;
	text-align: left;
	float: left;
	padding-top: 75px;
	padding-bottom: 75px;
}
