/* General Definitions */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	background: url(../images/bg.gif) repeat-x;
}

img { border: none; }

p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	clear: both;
}

a,
a:link,
a:visited { text-decoration: none; }

/* Custom Definitions */

.clear { clear: both; }
.hide { display: none; }
.left { float: left; }
.right { float: right; }

.font-lg-xx { font-size: 1.5em; }

.font-lg-x { font-size: 1em; }

.font-lg { font-size: .9em; }

.font-md-x { font-size: .75em; }

.font-md { font-size: .7em; }

.font-sm-x { font-size: .65em; }

.font-sm { font-size: .6em; }

.font-bold { font-weight: bold; }

#container {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 11px 0px 11px;
	text-align: left;
	background: url(../images/bg_container.png) repeat-y;
}

#page {
	width: 898px;
	height: 460px;
	background: url(../images/header.png) no-repeat;
	border-bottom: 3px solid #4c306a;
}

#properties {
	width: 898px;
	height: 220px;
	padding: 240px 0px 0px 0px;
}

#footer {
	width: 898px;
	height: 34px;
	margin-bottom: 20px;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px dashed #999999;
	clear: both;
}

#footer-copyright {
	padding: 12px;
	color: #666666;
}
