/* All classes found here are for use with all pages */
body
{
	background-color:	#000;
	width:				1024px;
	height:				768px;
}

.rel_pos
{
	position:			relative;	
}

.abs_pos
{
	position:			absolute;
}

.center
{
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
}

.tab
{
	background-image:	url('../images/tab.png');
	width:				115px;
	height:				33px;
	cursor:				default;
}

.tab_text
{
	top:				8px;
	font-family:		arial;
	font-weight:		bold;
	color:				white;
	font-size:			1.1em;	
}

.tab_text_selected
{
	top:				8px;
	font-family:		arial;
	font-weight:		bold;
	color:				#b87c45;
	font-size:			1.1em;	
}

.title
{
	top:				-445px;
	left:				-2px;
	float:				left;
	background-image:	url('../images/title.png');
	background-repeat:	no-repeat;
	width:				259px;
	height:				41px;
}

.copyright
{
	top:				153px;
	left:				1px;
	background-image:	url('../images/copyright.png');
	background-repeat:	no-repeat;
	width:				157px;
	height:				17px;
	float:				right;
}

.email
{
	top:				554px;
	/*right:				42px;*/	
	color:				Tan;
	float:				left;
	font-family:		arial;
	font-weight:		normal;
}

.dislog_text_0
{
	top:				44px;
	/*left:				-26px;*/
	color:				white;
	font-family:		arial narrow;
	font-size:			1.3em;
	width:				366px;
	height:				47px;
}

#content_panel
{
	top:				16px;
	left:				105px;
	background-image:	url('../images/content_panel.png');
	background-repeat:	no-repeat;
	width:				464px;
	height:				345px;
	z-index:			1;
}

.portfolio_img
{
	float:				left;
}

.portfolio_txt
{
	float:				right;
}

.view_ls
{
	width:				49%;
	height:				100%;
	/*border:				2px solid white;*/
	float:				left;
}

.view_rs
{
	width:				49%;
	height:				100%;
	/*border:				2px solid white;*/
	float:				right;
}

#view_text
{

}

#about_content
{
	z-index:			2;
}
