/* RESET & BASIC PAGE SETUP */
* {margin: 0; padding: 0;}
html {overflow-y: scroll;}

body {
	font: 62.5%;
	background: #1e1e1e;
}

ul{ list-style:  none inside;}
a {outline: none; text-decoration: none;}

a img {border: none;}
/* END RESET */


#page {
	color: #9a9a9a;
	font: 10pt/1.6em Arial, sans-serif;
	margin: 20px auto;
	width: 1000px;
	text-align: justify;
}

/* @group navbar */

ul#navbar {
	width: 1000px;
	height: 52px;
	
	}
	ul#navbar li {
		display: inline;
		float: left;
		text-indent: -9999px;

		}
		ul#navbar li.title {
			display: block;
			background: url(../images/title.png);
			width: 750px;
			height: 52px;
		}
		ul#navbar li.ljuba a{
			display: block;
			background: url(../images/ljuba.png);
			width: 250px;
			height: 26px;
		}
		ul#navbar li.ben a {
			display: block;
			background: url(../images/ben.png) 0 top;
			width: 250px;
			height: 26px;
		}
		ul#navbar li a:hover {
			background-position: 0 bottom;
		}

/* @end */

#smallbartkiosk {
	margin-top: 8px;
	padding: 10px 0 10px 0;
	background: url(../images/kiosk-background.png) repeat-x;
}

p.intro {
	margin: 15px 0 10px 0;
}

p {
	margin-bottom: 10px;
	text-align: left;
}

p.more-to-come {
	text-align: center;
	clear: both;
	color: #fff;
	font: italic 14px Georgia;
	padding-bottom: 10px;
}

p.caption {
	font-style: italic;
	text-align: right;
	color: #e4e4e4;
	font-size: 80%;
}

p a {
	color: #0592f9;
	text-decoration: none;
	padding: 2px;
}
	p a:hover {
		text-decoration: none;
		background-color: #1a1a1a;
}

#details p a {
	color: white;
	
}

#column1 {
	width: 485px;
	margin: 0 15px 20px 0;
	float: left;
}

#column2 {
	width: 485px;
	margin: 0 0 20px 15px;
	float: left;
}

h1 {
	font: bold 10pt/1.6em Arial, sans-serif;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
}

#details {
	width: 100%;
	height: 70px;
	background-color: #323232;
	clear: both;
	overflow: auto;
}

#details p {
	color: #9a9a9a;
	font: 9pt/1.6em Arial, sans-serif;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}

img {
	border: 1px solid #1a1a1a;
}

object {
	margin-bottom: 10px;
	border: 1px solid #1a1a1a;
}
