html, body,h1, h2,h3,p,a,img, ol, ul, li{
text-decoration:none;
list-style: none;
outline:none;
font-weight:normal;
font-family: Verdana;
font-size: 10px;
color:#666;
border:none;
}

body {
text-align:center;
}

ul {
	list-style:none;
}

li {
	float:left;
}

/* ==============================================
	5.Begin Content 
================================================= */
#content{
margin:0px auto;
width:100%;
}
/* ==============================================
	End Content 
================================================= */


/* ========================================
	6. Begin Work
=========================================== */
#work{
width:100%;
text-align:center;
display:block;
}
#work .gallery{
width:100%;
/*padding:20px 14px;*/
}
#work .gallery ul{
text-align:center;
}
#work .gallery li{
display:block;
float:left;
text-align:center;
width: 176px;
height: 150px;
margin:1px;
padding:1px;
border:1px solid #ccc;
}
#work .gallery li:hover{
border:1px solid #666;
}

#nav_bar {
	clear:both;
	font-weight: bold;
	color: #ff0000;
}
#nav_bar {
	padding: 8px 0px 4px 0px;
	clear:both;
	font-weight: bold;
	color: #666666;
}
#nav_bar a{
	clear:both;
	font-weight: bold;
	color: #ff0000;
}
/* ========================================
	End Work 
=========================================== */

