/* Start of CMSMS style sheet 'Insight - Global' */
/* ////////////BASICS/////////////////////////////////////////////////////////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font: 75% Verdana, Arial, sans-serif;
	background: #4A4625 url("images/main-bg.png") 0 0 repeat-x;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
}

strong {
        color: #F9EBAC;
}

a, a:link {
	color: #FFF; /*#E5C056;*/
}

a:visited {
	color: #FFF; /*#E5C056;*/
}

a:hover {
	text-decoration: none;
	background-color: none;
	color: #E5C056;
}

a:active {
	color: #E5C056;
}

h1 {
	font-size: 100%;
        padding: 0em;
}

h2, h3, h4 {
        color: #E5C056;
}

h2 {
	font-size: 140%;
	margin: 0em 0em 1em 0em ;
	padding: 0em;
}

h3 {
	font-size: 130%;
	margin: 2.5em 0em 0.8em 0em;
	padding: 0em;
}

h4 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
}

p {
	margin: 1.5em 0;
}

/* ////////////PAGE//////////// */

#page {
	width: 950px;
	height: auto;
	background-color: transparent;
	margin: 0 auto 10px auto;
}

/* ////////////HEADER//////////// */

#header {
	width: 940px;
	height: 253px;
	background: transparent url("images/header-bg.jpg") 0 0 no-repeat;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 2px;
	top: 16px;
	width: 198px;
	height: 237px;
	overflow: hidden;
	color: #FFF
}

#header h1 span {
	display: block;
	width: 198px;
	height: 237px;
	background: transparent url("images/jahoda.jpg") 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	cursor: hand;
}

/* ////////////SUB-HEADER//////////// */

#sub-header {
	width: 950px;
	height: 31px;
	background: url("images/page-top-bg.jpg") 0 0 no-repeat;
	margin: 0 auto;
}

#content {
	width: 950px;
	height: auto;
	background: url("images/page-bg.png") 0 0 repeat-y;
	margin: 0 auto;
}

/* ////////////LEFT-COLUMN/////////////////////////////////////////////////////////////////////////////////////// */

#left-column {
	width: 190px;
	height: auto;
	background-color: transparent;
	margin: 0 auto;
	float: left;
	padding: 3px 0 3px 3px;
}

/* ////////////SPONSORS//////////// */

#sponsors {
	width: 200px;
	background-color: transparent;
	margin: 20px auto 0 auto;
}

#sponsors h3 {
	background: transparent url("images/sponsors-bg.png") 1px 7px no-repeat;
	margin: 0.5em auto;
	font-size: 110%;
	color: #E5C056;
}

/* ////////////RIGHT-COLUMN/////////////////////////////////////////////////////////////////////////////////////// */

#right-column {
	width: 700px;
	height: auto;
	background-color: transparent;
	text-align: left;
	margin: 0 auto;
	float: right;
	padding: 0 20px 10px 30px;
}

#right-column h2 {
	text-align: center;
}

/* ////////////FOOTER//////////// */

#footer {
	width: 950px;
	height: auto;
	background: #4A4625 url("images/footer-bg.png") 0 0 no-repeat;
	margin: 0 auto;
	padding-top: 1em;
	font-size: 80%;
	color: #E5C056;
}

#footer p {
	margin: 0;
}

#footer a {
	/*color: #E5C056;*/
}

/* ////////////CLEARER//////////// */

.clearer {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


/* End of 'Insight - Global' */

