* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: #ffffff;
	padding: 50px 0px 0px 0px;
	text-align: center;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 170px 0 170px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
	background: #ffffff;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 150px;
	margin-left: -150px;
	position: relative;
	background: #ffffff;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #ffffff;
	padding: 50px 0px 0px 0px;
}

.imagez {
   text-align: center;
	margin: 5px 0px 5px 0px;
}
a img{
   border: 2px solid #000000;
}
img{
   border: 2px solid #000000;
	margin: 10px 0px 50px 0px;
}
.nav {
padding: 50px 0px 50px 0px;
}
ul {
width:100%;
font-size: 16px;
text-align: center;
list-style: none;
letter-spacing:5px;
padding: 10px 0px 30px 0px;
}
li {
display:inline;
}
li a {
color: #000033;
}
li a:visited {
text-decoration:none;
color:#333333;
}
li a:hover  {
color: #bd2026;
}