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

#content {
	width:550px;
	float:left;
	padding:50px;
}

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

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

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

/*content*/

p2 {
	color:#FFFFFF;
	font-size:9px;
}

/*footer*/

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