@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a279a0 url(../images/bg.jpg) left repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#container {
	height: 700px;
	width: 800px;
	background: url(../images/head.jpg) no-repeat top;
	margin-right:auto;
	margin-top: 0;
	padding: 0;
} 
#header {
	height: 407px;
}
#menu {
	float: right;
	width: 125px;
	margin-top: 0px;
	padding-right: 138px;
	margin-bottom: 10px;
}
#menu p {
	text-align: left;
	margin-top: 0px;
}
#content {
	width: 523px;
	margin-top: 0px;
	margin-left: 9px;
	margin-bottom: 100px;
	padding-top: 5px;
}
#content p {
	color: #ad99a1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 4px;
	font-style: italic;
	font-variant:small-caps;
	padding-left: 35px;
    line-height: 8px;
    color: #ad99a1;
	border-bottom: solid 5px #9f7695;
	margin-bottom: 0px;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #9f7695;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-right: 10px;
	text-align: right;
}
b {
	color: #b6b7b6;
}
a:link, a:visited, a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c2a1b1;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a38c96;
	text-decoration: underline;
}
a.menu:link, a.menu:active, a.menu:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	background: url("../images/menubg.jpg");
	border-right: solid 6px #b4b2a5;
    color: #b4b2a5;
}
a.menu:hover {
	background: url("../images/menubg2.jpg");
	color: #b4b2a5;
	padding-left: 5px;
	border-right: solid 5px #b4b2a5;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

