body {
	margin-top:0;
	padding:0px;
	background:url(../imgs/gradient_bkg.jpg);
	background-repeat:repeat-x;
	background-color:#E2E2E2;
}

a {
	outline:none;
}

#contentbkg {
	margin-top:45px;
	width:820px;
	min-height:650px;
	height:100%;
	border:#BEBEBE solid;
	border-width:1px;
	background:url(../imgs/bkg_stripes2.gif);
	background-color:#FFF;
}

#header {
	width:820px;
	height:95px;
	background:url(../imgs/header_bkg.gif);
	background-repeat:repeat-x;
	padding-top:10px;
}


/* Navigation Styling */

#navbkg {
	float:left;
	min-height:538px;
	background-color:#E1DDD5;
	width:240px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	text-align:right;
	color:#333333;
	line-height:2;
}

#navbkg a:link, #navbkg a:visited, #navbkg a:active {
    text-decoration: none;
	color:#333333;
}

#navbkg a:hover {
	text-decoration:underline;
	color:#333333;
}

/* Font Styling */

#title {
	font-family:Trajan, Times, serif;
	font-size:45px;
	text-transform:uppercase;
	color:#FAF1D9;
	letter-spacing:5px;
	margin:0 0 0 75px;
}

#subtitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#FAF1D9;
	position:absolute;
	margin:-5px 0 0 265px;
	letter-spacing:1px;
}

.addtxt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
	color:#FAF1D9;
}

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

a.addtxt:hover {
	text-decoration:underline;
}

.agenttxt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:right;
	line-height:1.5;
}

/* property styles */
a.address:link,a.address:visited,a.address:active {
	font-weight:bold;
	font-size:18px;
	color:#5a0f02;
	text-decoration:none;
}

a.address:hover {
	text-decoration:underline;
	color:#5a0f02;
	font-weight:bold;
	font-size:18px;
}

.price {
	font-weight:bold;
	font-size:18px;
}

a.details:link,a.details:visited,a.details:active {
	text-decoration:none;
	font-size:14px;
	color:#5a0f02;
}

a.details:hover{
	text-decoration:underline;
	font-size:14px;
	color:#5a0f02;
}

a.name:link,a.name:visited,a.name:active {
	text-decoration:none;
	font-size:14px;
	color:#5a0f02;
}

a.name:hover{
	text-decoration:underline;
	font-size:14px;
	color:#5a0f02;
}

#property {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/* styling for form on contact us page */

fieldset dl {
	padding-bottom:15px;
	border:1px solid #666;
	background:#E1DDD5;
}
fieldset dt {
	float:left;
	width:150px;
	padding:5px;
}

fieldset dd {
	width:485px;
	margin:0px;
	padding:5px;
}

form {
	margin:0;
	padding:0;
}

fieldset {
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #333;
}
fieldset p {
	padding:5px;
	background:#E1DDD5;
}

legend {
	background-color:#E1ddd5;
	margin:0;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	font-weight:bold;
}

label {
	font-weight:bold;
}

#name,#email,#comments {
	width:280px;
}

input, textarea{
	border:3px double #333;
}

