@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;
}

h4 {

	font: 20px bold;
	color:#f20940;
}

h5  {
	color:#808285;
	font:20px bold italic;
}

form {
	margin:20px 100px 20px 100px;
	width:360px;
	display:block;
}

fieldset {
	padding:5px 0 5px 0;
}

form label {
	float:left;
	display:block;
	padding:5px;
	clear:both;
}
form input, form textarea {
	width:250px;
	float:right;
	border:1px solid #000000;
	padding:2px;
	margin:5px 5px 5px 95px;
}

/*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;
}
