html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-family:Tahoma, Geneva, sans-serif; font-size:11px;}


body
{
	background-color:#edf0f4;
	margin:0px auto;
}

#Page
{
	height:600px;
	width:800px;
	background-color:#fff;
	margin:0px auto;
}

#Header
{
	background: transparent url('../../images/TechnistockBanner.jpg') no-repeat;
	height:70px;
	width:800px;
	overflow:hidden;	
}

/*--------------------------------------Menus--------------------------------------*/

#Menu
{
	height:30px;
	width:800px;
	background-color:#ececec;
	padding:0px;
}

#Items
{
	list-style:none;
	margin-left:52px;	
}

#Items li
{
	float:left;	
	margin-right:5px;
}

#Items li a img
{
	display:block;
	border:none;
}
/*End Main Menu*/

#Content {
	margin-left:52px;
	margin-top:53px;	
	font:Tahoma, Geneva, sans-serif;
	font-size:20px;
	height:358px;
}

#RightPartContainer{
	width:468px; 
	float:left; 
	text-align:left;
}

#LeftPartContainer{
	width:191px;
	float:right;
	height:200px;
	margin-right:53px;
	text-align:left;
}

#Footer
{
	height: 90px; 
	width: 800px; 
	text-align: center; 
	line-height: 70px;
	font-size:11px;	
	float:left;
	color:black;
}
/*------------------------------Classes------------------------------*/

.vspace2 { height:2px; }
.vspace5 { height:5px; }
.vspace8 { height:8px; }
.vspace10 { height:10px; }
.vspace15 { height:15px; }
.vspace17 { height:17px; }
.vspace20 { height:20px; }

/*------------------------------End Classes------------------------------*/

