
html, body {
	margin:0;
	padding:0;

}

body {
	font: 76% arial, sans-serif;	
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
}

#container {
	width:800px;
	margin:0 auto;
}

#wrapper {
	width:100%
}

#navigation a{
	width:139px;
}

#header {
	background-image: url(../images/header.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 120px;
	margin:0;
}

#navigation {
	float:left;
	margin-top:10px;
	padding-top:10px;
	text-transform:capitalize;
	font-family:"Tahoma";
	width:139px;
	background-image:url(../images/sidebar_bg_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#master_builder_logo a{
float:left;
text-align:center;
margin-top:20px;
}

#menu_box {
margin-top:20px;
width:139px;
text-align:center;
}

#menu_box a{
height:30px;
background-image:none;
}

#menu_box a:hover{
background-color:transparent;
background-image:none;
}


#sidebars_corners {/*adds the bottom rounded corners to the center panels*/
margin-bottom:0px;
padding-bottom:10px;
position:relative;
width:139px;
background-image:url(../images/sidebar_bg_bottom.gif);
background-position:bottom center;
background-repeat:no-repeat;

}

#sidebars_corners p{
background-color:#e0e0e0;
}



#content {
position:relative;
width:auto;
height:100%;
font-size:11px;
font-family:"Trebuchet MS", Tahoma;
margin-left:148px;
}

#panel{
margin-top:10px;
float:left;
text-align:left;
width:500px;
background-image:url(../images/centre_bg_top.gif);
background-position:top center;
background-repeat:no-repeat;
background-color:#E5E5E5;
color:#636363;
}

#profile {
width:500px;
height:auto;
}

#panel p.houses {
font-size:11px;
color:#3F3F3F;
padding:10px;
}

p.column {
width:300px;
height:auto;
margin-left:auto;
margin-right:auto;
}

.float_right{
float:right;
}

.float_left{
float:left;
font-weight:bold;}

.float_left2{
float:left;
width:100%;
}

#panel img {
border:solid 1px #EEEEEE;
}

#panel a{
font-weight:bold;
}

#panel a:hover{
font-weight:bold;
color:#000000;
}

#center_corners {/*adds the bottom rounded corners to the center panels*/
float:left;
position:relative;
margin-bottom:0px;
height:auto;
width:500px;
background-image:url(../images/centre_bg_bottom.gif);
background-position:bottom center;
background-repeat:no-repeat;

}

.image_float_right {
float:right;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}

.image_float_left {
float:left;
margin-right:10px;
margin-bottom:10px;
}


#right_panel {
margin-top:10px;
margin-right:2px;
float:right;
	width:139px;
	height:auto;
	background-color:#E0E0E0;
	background-image:url(../images/sidebar_bg_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#right_panel p{
font-size:11px;
}

#right_panel_box1{
margin-top:20px;
width:130px;
float:left;
}

#right_panel_box2{
margin-top:20px;
width:130px;
float:left;
}

#right_panel_box3{
margin-top:20px;
width:130px;
float:left;
}

.icons_float_right {
float:right;
margin-left:5px;
margin-bottom:5px;
margin-top:10px;
}

#footer {
margin-top:30px;
float:left;
width:500px;
height:50px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#footer p{

}




