#partners
{
	width:760px;
	text-align:center;
	font-size:small;
	margin:auto;
}
body
{
	font-family:Arial, Helvetica;
}

#document
{
	margin:auto;
	width:760px;
	padding:5px 5px 5px 5px;
	border:1px solid darkblue;
}

#header img
{
	float:left;
	border:none;
}

#left
{
	float:left;
	width:19%;
	padding:5px 5px 5px 0px;
	background-image:url(http://www.atlanta-homes-guide.com/left_bgr.jpg);
	background-repeat : no-repeat;
}

#right
{
	width:78%;
	float:right;
	border-left:1px solid black;
	padding:5px 5px 5px 5px;
	background-image:url(http://www.atlanta-homes-guide.com/right_bgr.jpg);
	background-repeat : no-repeat;
}

div.line
{
	width:100%;
	height:32px;
	font-size:1px;
	border-bottom:2px solid black;
	background-image:url(http://www.atlanta-homes-guide.com/bar.gif);
	clear:both;
}

#menu
{
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	margin:0 0 0 2px;
	padding:0 0 0 0;
}

#menu a
{
	color:#CC0000;
	text-decoration:none;
}

#menu a:hover
{
	color:#CC6666;
	text-decoration:underline;
}

#menu li.nadpis
{
	font-size:14px;
}

#image-container
{
	float:right;
	width:210px;
	padding:0px 5px 0px 5px;
	border:1px solid #EAEEEE;
	text-align:center;
}

#image-container img
{
	padding:3px 0px 3px 0px;
}

p
{
	text-indent:10px;
}

p.advert
{
	font-size:10px;
	background-color:yellow;
	width:55%;
	padding:5px 5px 5px 5px;
	border:1px dashed red;
}

#footer
{
	width:100%;
	clear:both;
	text-align:right;
	border-top:1px solid darkblue;
	font-weight:bold;
	font-size:12px;
}

#form
{
	width:80%;
	border:2px solid darkblue;
	margin:auto;
	font-size:12px;
	font-weight:bold;
}

#form th
{
	text-align:right;
	vertical-align:middle;
}

#form th.head-table
{
	background-image:url(http://www.atlanta-homes-guide.com/bar.gif);
	height:32px;
	color:#DDEEEE;
	font-size:22px;
	text-align:center;
}

#form tr.bgr
{
	background-color:#EEEEEE;
}

input
{
	border:1px solid black;
	background-color:#FFFFFF;
}