/**
 *
 *   Main Style Sheet File
 *   Copyright (c) 2010. by MASSVision, http://massvision.net
 *   Author: Vladimir Ignjatijevic
 *
 **/

@import "menus.css";
@import "header.css";
@import "content.css";
@import "footer.css";
@import "table.css";
@import "news.css";
@import "gallery.css";
@import "admin.css";

img,
img a {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;

	background-color: white;
}

body, td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
}

div#wrap {
	display: block;

	text-align: center;
}

div#wrap div#page {
	display: block;
	width: 994px;
	_width: 1016px;

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

	text-align: left;
	
	background-image: url("../Images/Content/bkg_page.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

div#page div#content_left {
	position: relative;
	
	float: left;
	
	width: 229px;
	min-height: 710px;
	height: 100%;
	*height: auto !important;
	*height: 710px;
	
	background-image: url("../Images/Content/bkg_left.gif");
	background-position: top left;
	background-repeat: no-repeat;	
}

div#page div#content_middle {
	float: left;
	
	width: 554px;

	background-image: url("../Images/Content/bkg_top.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

/*
div#page div#content_middle 
*/
div#top_wrapper {
	height: 200px;
	/*height: 147px;*/
}

div#page div#content_middle div#template {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;
}

div#page div#content_right {
	position: relative;
	
	float: right;

	width: 211px;
	min-height: 210px;
	height: 100%;
	*height: auto !important;
	*height: 210px;
	
	background-image: url("../Images/Content/bkg_right.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#content_footer {
	display: block;
	
	padding-left: 365px;
	_padding-left: 322px;
	
	width: 629px;
	height: 10px;
	
	padding-top: 19px;
	padding-bottom: 17px;
	
	font-size: 10px;
	color: #989898;
	
	background-image: url("../Images/Content/bkg_bottom.gif");
	background-position: 190px 0px;
	background-repeat: no-repeat;
}

div#page div#content_footer a {
	text-decoration: none;
	color: #989898;
}

div#page div#content_footer a:hover {
	text-decoration: none;
	color: #e45523;
}

