/**Author Name:Gen 
   Developed in Vin Labs 
   Copyright at gendesigns.blogspot.com 
   ProjectName:Computer Zone **/
*{ margin: 0px; padding: 0px; }*
body
{ 
  background:#eee center top;
  color: #dcdcdc;
  font: .8em normal small "Trebuchet MS",Tahoma, verdana, arial, helvetica, sans-serif;line-height: 1.6em;
}
/**Common**/
p
{
	font-family:arial;
	font-size:0.9em;
}
/**Wrapper **/
#wrapper 
{
	width:800px;
	margin:5px auto;
	background:#ffffff;
}

#footer,#main,#content,#container
{
	width:770px;
	margin:0px auto;
}

#content
{
	height:185px;
	background:url(images/etc/cstrip.gif) repeat-x;	
}

#container
{
	background:#d9d9d9;
	margin-top:5px;
	margin-bottom:5px;
	
}

/**footer ***/
#footer {
	background: #2e2e2e url(images/etc/fstrip1.gif) repeat-x;
	margin: 0 auto;
	text-align: center;
	clear:both;
	height:30px;
}
#footer a {
	color: #5E6F6E;
	text-decoration: none;
}
#footer a:hover {
	color: #9ab2be;
	text-decoration: underline;
}

#ccontain
{
	background:#eeeeee;
	background-image:url(images/etc/stlipe_gray.jpg);
	width:760px;
	float:right;
	margin-right:5px;
	margin-top:7px;
}

#ccontain p
{
	color:#2f2f2f;
	padding:10px 10px 0 15px;
}

#ccontain a
{
	color:#4169E1;
	text-decoration:none;
}

#ccontain a:hover
{
	color:#2f2f2f;
}

#gnav {
	width: 560px; height: 30px;
	background: url(images/etc/navi.jpg);
	margin: 0; padding: 0;
	position: relative;
}

#gnav li {
	margin: 0; padding: 0;
	list-style: none;
	position: absolute; top: 0;
}
#gnav li, #gnav a {height: 30px; display: block;}

#gnav_1 {left: 0; width: 199px; }
#gnav_2 {left: 200px; width: 120px; }
#gnav_3 {left: 320px; width: 120px; }
#gnav_4 {left: 440px; width: 120px; }

#gnav_1 a:hover {background: transparent url(images/etc/navi.jpg) 0 -30px no-repeat;}
#gnav_2 a:hover {background: transparent url(images/etc/navi.jpg) -200px -30px no-repeat;}
#gnav_3 a:hover {background: transparent url(images/etc/navi.jpg) -320px -30px no-repeat;}
#gnav_4 a:hover {background: transparent url(images/etc/navi.jpg) -440px -30px no-repeat;}

#header
{
	width:770px;
	margin:0px auto;
	background:#000000;
}

