body {
	text-align: center; /* required for centering the page in IE */
	background:#56649d url(images/background-top.gif) repeat-x; /* d9d9d9 */
	margin:0;
}
h1, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	line-height:1.4em;
	font-stretch:semi-condensed;
}
#wrapper {
	width: 900px;
	margin: 0 auto; /* centering the page */
	text-align: left;
}
#container {
	background-color:White;
}
#header {
 	height: 151px;
	background: url(images/header.jpg) no-repeat;
}
#leftcol {
	float: left;
	width: 506px;
	min-height:750px;
}
#content {
	padding:30px 0 0 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
}
#content img {
	line-height:0px;
}
#portfolio {
	/* padding:100px 25px 0 0; */
	padding-right:25px;
	float:right;
}
#adverts {
	position:relative;
	overflow:visible;
}
#adverts img {
	line-height:0px;
	display:block;
}
#rightcol {
	width: 394px;
	float:right;
	/* background:#fef1cf url(images/rightpanel.gif) no-repeat top; */
	background:#fff url(images/rightpanel.gif) no-repeat top right;
	min-height:750px;
}
#rightcol p {
	font-size:1em;
	text-align:center;
	color:#333;
}
#rightcol img {
	display:block;
}
#loginbox {
	/* background-color:#3f52a6; */
	width:217px;
	margin:100px 0 0 150px;
	padding-bottom:100px;
}
#loginboxbody {
	background:url(images/loginboxmid.gif) repeat-y;
}
#loginboxbody p {
	font: 85% Arial, Helvetica, sans-serif;
	color:White;
	margin:0;
}
form {
	padding:0 0 0 15px;
	margin:0;
}
#formbutton {
	color:#eee;
	min-width:75px;
	font: bold 80% 'trebuchet ms',helvetica,arial,sans-serif; 
	background-color:#009; 
	border:1px solid; 
	border-color: #000 #000 #333 #333;
	cursor:hand;
	text-align:center;
	padding:0;
	margin:5px 0 0 50px;
}
#footer {
	background-color:#fab600;
	height:25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:10px 0 0 0;
	clear:both;
}
.clearthis {
	clear:both;
}

