/**
 *
 *   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 "infoblock.css";
@import "table.css";
@import "admin.css";

img,
img a {
	border: 0px;
}

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

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #805d09;
}

div#wrap {
	width: 100%;
	
	text-align: center;
}

div#page {
	width: 962px;

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

	text-align: left;
}

div#page div#header {
	position: relative;

	display: block;
	
	width: 962px;
	height: 159px;
	
	background-image: url("../Images/Header/background.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#content {
}

div#page div#content div#ct_left {
	float: left;
	
	width: 150px;
	height: 482px;
	
	background-image: url("../Images/Content/bkg_left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#content div#ct_center {
	float: left;
	
	width: 643px;
	
	margin-left: 8px;
}

div#page div#content div#ct_center div#template {
	width:100%;
	
	margin:0;
	margin-bottom: 5px;
	padding-bottom: 35px;
	
	background-image: url("../Images/Content/mainPageBlockBck.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}

div#page div#content div#ct_center div#template div#template_inner {
	background-image: url("../Images/Content/mainBlockTableBck.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#content div#ct_right {
	float: right;
	
	width: 128px;
	height: 482px;
	
	padding-left: 5px;
	padding-right: 12px;
	
	background-image: url("../Images/Content/bkg_right.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div#page div#footer {
	width: 512px;
	height: 130px;
	
	padding-top: 70px;
	padding-left: 450px;
	
	background-image: url("../Images/Footer/background.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
