* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 10px;
	text-align: justify;
	background: #000000;
	color: #BEBEBE;
}

p {
	font: Verdana;
	font-size: 10px;
	text-align: justify;
	color: #BEBEBE;
}

p.date {
	font: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: justify;
	color: #d41d1b;
	margin: 0px 0px 3px 0px;
}

p.footer {
	font: Verdana;
	font-size: 10px;
	text-align: center;
	color: #282828;
}

h1 {
	font: Verdana;
	font-size: 18px;
	font-variant: small-caps;
	text-align: justify;
	color: #FFFFFF;
}

h2 {
	font: Verdana;
	text-align: justify;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	margin-bottom: 10px;
}

h3 {
	font: Verdana;
	text-align: justify;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
}

hr {
	height: 1px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	border: none;
	border-top: 1px solid #282828;
	noshade
}

ul {
	margin-left: 5px;
}

li {
	font-size: 10px;
	list-style-type: none;
}

img {
	border: none;
}

img a {
	text-decoration: none;
	border: none;
}

td {
	font: Verdana;
	font-size: 10px;
	text-align: justify;
	color: #BEBEBE;
}

#page-wrap {
	background: none;
	width: 754px;
	margin: 0px auto;
	}
	#page-wrap #inside {
			margin: 0px;
			padding: 0px;
	}

#pose-wrap {
	background: url(../pose/images/bg_pose.jpg);
	width: 1200px;
	margin: 0px;
	}
	#pose-wrap #inside {
			margin: 0px;
			padding: 250px 0px 0px 100px;
			height: 600px;
	}

#header {
	background: none;
	height: auto;
	width: 754px;
	margin: 0px 0px 1px 0px;
}

#fullcontent {
	background: none;
	height: auto;
	width: 754px;
}

#menu {
	background: none;
	width: 754px;
	height: 44px;
	margin: 0px 0px 2px 0px;
}

#spotlight_bg {
	background: url(../images/spotlight/sl_pose.jpg);
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#aboutus_block {
	background: url(../images/bg/block_aboutus.jpg);
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#project_window {
	background: none;
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#projects_block {
	background: url(../images/bg/block_projects.jpg);
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#contact_block {
	background: url(../images/bg/block_contact.jpg);
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#rentals_block {
	background: url(../images/bg/block_rentals.jpg);
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#members_block {
	background: none;
	width: 754px;
	height: 344px;
	margin: 0px 0px 2px 0px;
}

#spotlight {
	background: url(../images/bg/bg_spotlight.png) repeat;
	width: 238px;
	height: 110px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 466px;
	margin: 0px 0px 2px 0px;
}

#news {
	background: url(../images/bg/bg_grad.jpg) no-repeat;
	width: 238px;
	height: auto;
	padding: 10px;
	float: left;
}
	
#home {
	background: none;
	width: 476px;
	height: auto;
	padding: 10px;
	float: left;
}

#footer {
	background: none;
	width: 754px;
	height: auto;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#aboutus {
	background: url(../images/bg/bg_grad.jpg) repeat-x;
	width: 498px;
	min-height: 345px;
	padding: 10px;
	float: left;
}

#project {
	background: url(../images/bg/bg_grad.jpg) repeat-x;
	width: 498px;
	min-height: 345px;
	padding: 10px;
	float: left;
}

#project_side {
	background: none;
	width: 216px;
	height: auto;
	padding: 10px;
	float: left;
}

#projects {
	background: url(../images/bg/bg_grad.jpg) repeat-x;
	width: 734px;
	height: auto;
	padding: 10px;
	float: left;
}

#rentals {
	background: url(../images/bg/bg_grad498.jpg) no-repeat;
	width: 734px;
	height: auto;
	padding: 10px;
	float: left;
}

#map {
	background: none;
	width: 216px;
	height: auto;
	float: left;
}

.thumbnail {
	position: relative;
	z-index: 1;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 5px;
	left: -1000px;
	border: 1px solid #666;
	visibility: hidden;
	color: white;
	text-decoration: none;
	z-index: 1;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 1px;
	z-index: 1;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 110px; /*position where enlarged image should offset horizontally */
	z-index: 1;
}

a:link {
	color: #d41d1b;
	text-decoration: none;
}

a:active {
	color: #d41d1b;
	text-decoration: none;
}

a:visited {
	color: #d41d1b;
	text-decoration: none;
}

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

input.btn { 
	color: #d41d1b; 
	font-family: Verdana;
	font-size: 10px;
	background: none; 
	border: 1px solid;
	border-color: #000000;
	padding-bottom: 2px;
}

input.btnhov { 
	color: #BEBEBE;
	text-decoration: underline;
}

input.txt {
	font-family: Verdana;
	font-size: 10px;
	background: none;
	border: 1px solid #666666;
	color: #BEBEBE;
}

textarea.txt {
	font-family: Verdana;
	font-size: 10px;
	background: none;
	border: 1px solid #666666;
	color: #BEBEBE;
}

table.project {
	font: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: justify;
}