#wrap{
	padding: 0px;
	height: auto;
	width: 800px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;


}


#head{
	height: 200px;
	width: 800px;
	border-bottom-style: solid;
	margin-top: 0px;
	padding: 0px;
	background-color: #A40000;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;

}



#main{
	background-color: #A40000;
	height: 800px;
	width: 800px;
	padding: 0px;


}




#left{
	height: 600px;
	width: 160px;
	float: left;

}



#right{
	background-color: #F5F8FD;
	float: right;
	height: 665px;
	width: 560px;
	margin-top: 12px;
	margin-right: 15px;
	border: 2px solid #B7CBF0;
	background-attachment: scroll;
	background-image: url(img/pozonama.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 16px;
	padding-bottom: 12px;


}


#bottom{
	background-color: #A40000;
	height: auto;
	width: 800px;


}
body {
	margin-top: 0px;
	background-color: #B7CBF0;
}
