/****************/
/* Global		*/
/****************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:0;
	padding:0;
	background:#000;
	color:#FFF;
	width:100%;
}

a { }

a:hover {}

table {border: 0px; cell-padding: 0px}

p { margin:10px 0 10px 0;}
/****************/
/* Layout		*/
/****************/

#header_wrapper {
	height:70px;
	width:100%;
	background:url(images/header_bg.jpg) bottom repeat-x;
	border-bottom:1px solid #bbb;
	padding:0 0 2px 0;
}

#header {
	margin:0 auto 0 auto;
	width:750px;
	font-weight:bold;
}

#logo_wrapper {height:40px; padding:10px 0 0 0;}
#logo {
float:left;
	background:url(images/logo.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	text-indent: -9999px;
	width: 597px;
	height:40px;
}
#menu {height:20px;}
#menu ul {margin:0; padding:0}
#menu li {display:inline;}

#content_wrapper {
	width:750px;
	margin:0 auto 0 auto;
/*	border:1px solid #fff;*/
}

.height_prop {
	height:475px;
	float:right;
	width:1px;
}
.prop_foundation {
	clear:both;
	height:1px;
	overflow:hidden;
}

#footer_wrapper {
	background:url(images/footer_bg.jpg) top repeat-x;
	border-top:1px solid #bbb;
	width:100%;
	height:70px;
	padding:5px 0 0 0;
	text-align:center;
}
#footer {width:750px; margin:0 auto 0 auto;}

/****************/
/* Menu			*/
/****************/

#header a {
	color:#fff;
	text-decoration:none;
	margin:0 15px 0 0;
}

/****************/
/* footer		*/
/****************/
#footer a {color:#FFFFFF;}

#icon-plog {
	background: url(images/plogger.gif) no-repeat 0px 0px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	text-indent: -9999px;
	width: 80px;
}
