@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(images/backgr-bar.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}
#wrapper {
	width: 900px;
}
#header {
	height: 200px;
}
#logo {
	margin-left: 41px;
}
#nav {
	float: left;
	width: 185px;
	margin-left: 41px;
	margin-top: -20px;
}
#nav li {
	list-style-type: none;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #000066;
	margin-left: -40px;
	line-height: 24px;
	font-weight: normal;
}
#nav a {
	text-decoration: none;
	color: black;
}
#nav a:visited {
	text-decoration: none;
	color: #000099;
}
#nav a:hover {
	text-decoration: none;
	color: #dd0000;
}
#nav a:active {
	text-decoration: none;
	color: black;
}
#content {
	width: 604px;
	float: right;
	background-image: url(images/backgr-bar.jpg);
	background-repeat: repeat-y;
	background-position: left;	
	padding-left: 56px;
	padding-right: 8px;
	margin-top: none;
}
.girls {
	padding-top: none;	
}
.facebook {
	padding-right: 23px;
}
#copyright {
	clear: right;
	margin-right: 56px;
	padding-bottom: 75px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

