body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #f1d3db;
}

a {
	text-decoration: underline;
	color: #c25279;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c25279;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 16px 0px 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c25279;
	padding: 0px;
	margin: 6px 0px 10px 0px;
}

img {
	border: 0px;
}

/* MAIN STYLES */

div#root {
	width: 810px;
	margin: 0px auto;
	padding: 20px 0px;
}

div#root div#contentCenter{
	padding: 0;
	background-image: url('images/bg_center.gif');
	background-repeat: repeat-y;
	background-position: center;
}

div#root div#contentCenter div#contentTop{
	padding-top: 10px;
	background-image: url('images/bg_top.gif');
	background-repeat: no-repeat;
	background-position: top;
}

div#root div#contentCenter div#contentTop div#contentBot{
	padding: 20px 55px;
	background-image: url('images/bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

div#root div#contentCenter div#contentTop div#contentBot div#topper{
	height: 150px
}

div#root div#contentCenter div#contentTop div#contentBot div#topMenu{
	background-color: #c25279;
	height: 27px;
	text-align: center;
}

div#root div#contentCenter div#contentTop div#contentBot div#images{
	height: 230px;
	padding-top: 5px;
}

div#root div#contentCenter div#contentTop div#contentBot div#images img.small{
	width: 167px;
	height: 228px;
	margin-right: 10px;
}

div#root div#contentCenter div#contentTop div#contentBot div#images img.large{
	width: 700px;
	height: 228px;
}

div#root div#contentCenter div#contentTop div#contentBot div#images img.nomargin{
	margin: 0;
}

div#root div#contentCenter div#contentTop div#contentBot div.separator {
	height: 13px;
	background-image: url('images/bg_separator.gif');
	background-repeat: repeat-x;
}

div#root div#contentCenter div#contentTop div#contentBot div#textContent div.subcontents {
	float: left;
	width: 200px;
	padding: 15px 10px;
}

/* NEW DIV FOR TEXT */

div#root div#contentCenter div#contentTop div#contentBot div#textContent div.text {
	float: right; 
	width: 455px;
	padding: 15px 10px;
}

/* END NEW DIV */

div#root div#contentCenter div#contentTop div#contentBot div#textContent div.subcontents div.subcontent{
	height: 22px;
	background-image: url('images/bg_subcontents.gif');
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 30px;
	font-weight: bold;
	color: #c25279;	
}

div#root div#contentCenter div#contentTop div#contentBot div#textContent div.subcontents div.subcontent a{
	text-decoration: none;
	color: #c25279;	
}

div#root div#contentCenter div#contentTop div#contentBot div#textContent div.subcontents div.subcontent a:hover{
	text-decoration: underline;
	color: #c25279;	
}

div#root div#contentCenter div#contentTop div#contentBot div#textContent p{
	margin: 8px 0px;
	line-height: 15px;
}

div#root div#contentCenter div#contentTop div#contentBot div#bottom{
	padding: 8px 0px 0px 0px;
	text-align: center;
}

/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* ANDRZEJ - CLASSES */
