* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%; 
	background-image: url(gfx/bg1.png);
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
ul {
padding: 10px;
}

a {
color: #e6e6e6;
text-decoration: none;
}

li {
list-style-type: none;
padding: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: #e6e6e6;
	background-image: url(gfx/header.png);
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	height:100%;
	position: relative;
	padding: 0px;
	background: #6d6e6d;	
}
#header_title {
	height:100%;
	position: relative;
	padding: 10px;
	background: #303030;
	font-weight:bold;
	color: #e6e6e6;
	
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	width: 600px;
	float: left;
	padding: 5px;
	background: #6d6e6d;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	height: 100%;
	float: right;
	width: 180px;
	position: relative;
	background: #303030;
	text-align: left;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 20px;
	background: #e6e6e6;
	background-image: url(gfx/footer.png);
	color: #e6e6e6;
	font-weight:bold;
	padding: 10px;
	vertical-align: bottom;
	text-align: left;	
}