/** BASIC */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #1E1E1E url(images/bg.gif) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0009B6; 
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

h2, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0009B6;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0009B6;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #2461CD;
}

h2 {
	font-size: 15px;
}
a:hover {
	text-decoration: none;
	color: #499CD5;
}

.img1 {
	float: left;
	margin: 5px 15px 3px 0px;
	border: 0px solid #234854;
}
.text1 {
	font-size: 14px;
}

.listdates
{
	margin-left: 0;
	padding-left: 0px;
	list-style: square inside;
}

.link1
{
	color: #FFFFFF;
}


/** HEADER */

#header {
	width: 771px;
	height: 150px;
	margin: 0px;
	background: #0009B6 url(images/bojuka-banner.jpg) center top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 771px;
	text-align: justify;
	margin: 0px auto;
	padding: 5px 0px 6px 5px;
	background-color: #000000;  //#0009B6
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #C8DDF8;
	color: #000000;
}

/** CONTENT */

#content {
	width: 770px;
	min-height: 100%; 
    	height: auto;
	height: 100%;
	position: relative; 	
	text-align: justify;
	margin: 0px auto -50px;
	padding: 20px 0px 50px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 130%;
}
	
#left {
	float: left;
	width: 210px;
	padding: 0px 10px 40px 10px;
}

#right {
	float: right;
	width: 540px;
	padding: 0px 20px 40px 10px;
}

#colA {
	float: left;
	width: 250px;
	padding: 0px 10px 0px 0px;
}

#colB {
	float: right;
	width: 250px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 771px;
	margin: auto;
	position: relative;
	height: 50px;
   	bottom: 0;
	background-color: 0009B6;
	border-top: 5px solid #0009B6; //60B7DE;
}

#footer p {
	margin: 0px;
	text-align: right;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}

#border-top {
	border-top: 5px solid #0009B6;
}



