@charset "UTF-8";
/* CSS Document */

/*structure*/

*  {
	margin:0px;
	padding:0px;
}

#body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
}

#wrapper {
	width:850px;
}

#header {
	height:171px;
	background: url(images/weblookshadowhead.jpg) no-repeat;
	background-position:center;
}

#content {
	width:550px;
	float:left;
	padding:50px;
	text-align:center;
}

#navbar {
	width:160px;
	float:right;
	padding:80px 0px 0px 0px;
}

#footer {
	clear:both;
	width:850px;
	height:100px;
}

/*content*/

h1 {
	font: 40px bold;
	color:#808285;
}

h6{
	font-size:14px;
}

h4 {
	color:#808285;
	font:14px italic normal;
}

h5  {
	color:#666666;
	font-size:16px;
}


/*navigation*/

#navbar ul {
	list-style:none;
}

#navbar a {
	text-decoration:none;
	margin:10px;
	padding:5px 0px 7px 0px;
	text-align:center;
	display:block;
	height:10px;
	background-image:url(images/buttons/links.jpg);
	color:#000000;
	font-style:oblique;
}
#navbar a:hover {
	background-position:top right;
	color:#FFFFFF;
}

/*footer*/

p {
	font-size:10px;
	text-align:center;
	padding: 10px
}