/*  Copyright (c) A2Group 2006   */
/*  Made in Slovakia.            */
/*  http://www.a2.sk/            */

body {
	margin:        		0px;
	padding:			0px;
	background: 	 	#6A3516 url(i/bg.gif) repeat-x;
	/*background-color: #ffcc00;*/
	font-family:		"Georgia", Times New Roman, Times, serif;
	color:				#693516;
	font-size:			12px; 
}

/****           DIVS          ****/
/* Main */
#mainContainer {
	width:      	 	840px;
	margin:     	 	0 auto;
}

#headerContainer {
	width:				840px;
	height:				155px;
}

#menuContainer {
	width:				840px;
	height:				45px;
	background:			url(i/menu_bg0.gif) no-repeat;
	/*background-color: #ffcc00; */
}
#menuContentContainer {
	width:				800px;
	height:				28px;
	padding-top:		12px;
	margin-left:		20px;
	text-align:			left;
	background:			url(i/menu_bg1.gif) repeat-x;
	/*background-color: #ffcc00;*/
}

#contentContainer {
	width:				800px;
	padding:			20px;
	float:				left;
	background:			url(i/content_bg.gif) repeat-y;
	
}

#leftSideContainer {
	width:				180px;
	float:				left;
	background:			url(i/leftBox_bg.gif) repeat-y;
	/*background-color: #ffcc00;*/
}
#leftSideContentContainer {
	width:				130px;
	margin-left:		29px;;
}

#rightSideContainer {
	width:				620px;
	float:				left;
}
#rightSideContentContainer {
	padding:			15px 20px 0px 0px;
	text-align:			justify;
	line-height:		18px;
}

#footerContainer {
	width:				840px;
	float:				left;
}

#footerContentContainer {
	width:				800px;
	height:				30px;
	margin-left:		20px;
	margin-top:			10px;
	text-align:			center;
	font-family:		"Georgia", Times New Roman, Times, serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#C59B69;
}

/* Content */
#titleContainer {
	width:				604px;
	height:				16px;
	padding:			8px;
	background:			url(i/title_bg.jpg) no-repeat;
	/*background-color:  #ffcc00;*/
	font-family:		"Georgia", Times New Roman, Times, serif;
	font-size:			12px;
	font-weight:		bold;
	text-transform:		uppercase;
	color:				#F8EBC8;
}

/****          LINKS          ****/

a:link, a:active, a:visited, a:hover {
	color:				#693516;
	text-decoration: 	underline;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family:		"Georgia", Times New Roman, Times, serif;
	font-size:			13px;
	font-weight:		bold;
	color:				#693516;
	text-decoration: 	none;
}
a.menu:hover {
	font-family:		"Georgia", Times New Roman, Times, serif;
	font-size:			13px;
	font-weight:		bold;
	color:				#A87B4F;
	text-decoration: 	none;
}

a.footerText:link, a.footerText:active, a.footerText:visited, a.footerText:hover {
	text-decoration: 	underline;
	color:				#C59B69;
}

/****       MISCELANEOUS      ****/

.leftSidePix {
	border:				1px solid #DFC78C;
	float:				left;
	margin-bottom:		7px;
	margin-top:			7px;
}

.mainPix {
	border:				1px solid #DFC78C;
	margin:		0px;
	}

.linksPix {
	border:				1px solid #DFC78C;
}

ul {
	padding-left:		10px;
	margin-top:			0px;
	margin-left:		10px;
}

.pixCap {
	margin-top: 		10px;
	margin-left:		0px;
	padding-top:	3px;
	font-family:		"Georgia", Times New Roman, Times, serif;
	color:				#693516;
	background-color:#EFEFEF;
	font-size:			94%;
	}
	