/******************************************
Description: Register My Things Stylesheet
Version: 1.0
Author: Stuart Brown
******************************************/

/*******
* Body *
********/
 
body {
	color: #FFF;
	background: black;
	font-family:"Lucida Grande",Verdana,sans-serif;
	font-size: small;
}
 
html>body { /* be nice to Opera */
	font-size: small;
}
 
body img {
	border:0px;
	background-color: white;
	padding: 4px;
}

#body-box {
	margin: 14px auto 0px;
	width: 808px;
}

.box-top {
	width:480px;
	float:left;
	margin-right: 20px;
}

.box-top img {
	padding:0px;
	margin: 8px 0px;
}

.box-video img{
	margin-top: 8px;
}

h1 {
	font-size: 140%:
}

h2 {
	font-size: 140%;
	margin: 4px 0px;
	color: #fff200;
}

p {
	font-size: 100%;
	line-height: 1.5em;
}

a {
	color: #ec008c;
	text-decoration: none;
}

h2 a{
		color: #fff200;
}

a:hover {
	text-decoration: underline;
}

#box-holder {
	margin-top: 22px;
}

.box {
	margin: 10px 0px;
	width: 240px;
	float: left;
}

.box img {
	margin: 5px 0px 10px 0px;
}

#immob, #footer img {
	padding: 0px;
}


#box-middle {
	margin: 10px 44px;
}

.box-bottom {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 230px;
	height: 100px;
	float: left;
}

.box-bottom-middle {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 250px;
	height: 100px;
	float: left;
	margin-left: 22px;
}

.box-bottom-middle img {
	margin-right: 14px;
}

#box-bottom-right {
	float:right;
	width: 48px;
}

#footer {
	clear: both;
	width:808px;
	color: #ec008c;
}

#image-box {
	margin-top: 12px;
}