/* RESET CSS -----------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {
	outline: none;
}
/* GLOBAL -----------------------*/
body {
	text-align: center;
	font-family: arial;
	background-color: #EEEEEE;
}
#div_main {
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
}
#div_header {
	width: inherit;
	overflow: auto;
}
#ul_gnav {
	overflow: auto;
	float: right;
}
#ul_gnav li {
	display: block;
	float: left;
	margin-left: 20px;
}
#ul_gnav li a {
	opacity: 0.5;
	display: block;
}
#ul_gnav li a:hover {
	opacity: 1.0;
}
h1 {
	color: red;
	font-family: sans-serif;
	font-size: 48px;
	float: left;
}
#img_categories {
	float: right;
	margin-top: 14px;
}
#div_body {
	width: inherit;
	overflow: hidden;
	height: 600px;
	margin-top: 50px;
	clear: both;
	position: relative;
}