/**
 *
 *   Main Style Sheet File
 *   Copyright (c) 2009. by MASSVision, http://massvision.net
 *   Author: Mladen Mijatov
 *
 **/

@import "menus.css";
@import "header.css";
@import "content.css";
@import "footer.css";
@import "bnrs.css";
@import "admin.css";

img {
	border: 0px;
}

body {
	/* IE :hover, :active, :focus selector support */
	_behavior: url("UI/Style/csshover.htc");

	margin: 0px;
	padding: 0px;

	background-color: #eae7e1;

	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

div#center_wrap {
	display: block;
	
	padding-top: 20px;
	padding-bottom: 10px;

	text-align: center;
}

div#center_wrap div#wrap {
	display: block;
	width: 985px;

	margin-left: auto;
	margin-right: auto;

	text-align: left;
}

div#center_wrap div#wrap div#left_wrap {
	display: block;
	width: 795px;

	float: left;
}

div#center_wrap div#wrap div#right_wrap {
	display: block;
	width: 175px;

	float: right;
}

.png_fix {
	_behavior: url("UI/Style/iepngfix.htc");
}
