/* Let's reset everything to make alternate browsers happy */
body{padding:0;margin:0;line-height:1.5em;font:14px Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small;}
ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1.5em;font-size:100%;font-weight:normal;font-style: normal;}
h1,h2,h3,h4,h5,h6{padding:0;margin:0;line-height:1.5em;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}
a{text-decoration: none;}

#page {
	width: 806px;
	margin: 0 auto;
}

#header {
	width: 806px;
	height: 192px;
	background-image: url(/~concept/assets/templates/concept/header.jpg);
}

#nav {
	width: 130px;
	float: left;
}

#content {
	width: 656px;
	padding: 10px;
	float: right;
}

#nav li a {
	display: block;
	background-color: #565656;
	padding: 4px;
	font-weight: bold;
	color: white;
}

#nav li a:hover {
	background-color: #c0c0c0;
	color: #333;
}