/* CSS Document */

body {
	margin: 			0px;
}


#container {
	position: 			absolute;
	padding:         	0px;
	width: 				100%;
	top: 				450px;
	height:				125px;
	background-image:	url(../images/nav_bg.jpg);
	background-repeat:	repeat-x;	
}



#nav {
	padding: 0px;
	width: 900px;
	height:0px;
	margin: 0px auto 0px;
}
/*
html>body #nav { margin-top: -16px; }
*/

#nav li {
	float:				left; 
	overflow:			hidden;
	text-indent:	20px;
}

/*Footer*/

#container2 {
	position: 			absolute;
	padding:         	0px;
	width: 				100%;
	top: 				700px;
	height:				50px;
}
/*Footer*/


/* PORTFOLIO */

.white_text
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.white_text a
{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.white_text a:link
{
	text-decoration:none;
}
/* PORTFOLIO*/



/* FORMS */
#form_container{
	width: 300px;
	height:350px;
	background-color:#000000;
	overflow:hidden;
	vertical-align:text-top;
}
