html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, sans-serif;
	color: #111;
	font-size: 13px;
	background-color: #000;
}


strong,em,b,i {
}

h1,h2,h3,h4,h5,h6 {
	color: #111;
	padding-bottom: 10px;
}
h1 {
   font-size:18px;
	 text-transform: uppercase;
	 }
h2 {
   font-size:16px;
	 }
h3 {
   font-size:14px;
	 }

a {
	color: #333;
	text-decoration: none;
}

img {
border:0;
}

#container {
	margin: 20px 20px;
}

#stage {	
	min-height: 400px;
}

.clear {
	clear: both;
}

#menu {
	margin: 5px;
	position:relative;
}

#menu ul {
	list-style-type: none;
  list-style-position: inside; 
}
#menu ul li {
	background:url(../img/menu_sep.png) repeat-y scroll left top transparent;
	float:left;
	margin-right:10px;
	padding-left:15px;
	height: 20px;
}

#menu ul li.first {
	background:none;
	padding-left:0px;
	

}

.box {
	width: 133px;
	height: 96px;
	background: url(../img/box.png) no-repeat left top;
	display:block;
	float:left;
	margin:5px;
}

#left_nav {
	display:block;
	float:left;
	margin:5px;
}

.content {
	width:800px;
	float:left;
}

#navigation {
	margin: 5px 5px 5px 0px;
	position:relative;
}

#navigation ul {
	list-style-type: none;
  list-style-position: inside; 
}

#navigation ul li {
	margin:2px 5px 0px 0px;
}

