/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

html, body {
	height: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #AB822E;
	/*
	background-image: url(images/slike_bosanska_broadway_page_bg.jpg);
	background-repeat: no-repeat;	
	background-position: center;
	*/
}

#wrapper { 
	margin: 0 auto;
	padding-left: 2px;
	padding-right: 2px;
	width: 704px;
	/*background: #DBCA95;*/
	background: #000;
}

#header {
 padding: 10px;
 height: 100px;
 background: #b6a05a;
}

#header img {
	width: 400px;
	height: 100px;
}


/* Content styles - Menus */
#navcontainer{
	background-color: #c3ad68;
	height: 30px;
}


#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #b6a05a;
	color: black;
	width: 100%;
	/* fixes Firefox 0.9.3 */
}
	
#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: black;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	background-color: #AB822E;
	color: white;
}

#navcontainer #active {
	
}


/* Images */ 
#shufflemain {
	width: 680px;
	height: 510px;
}

#shufflemain img {
	width: 680px;
	height: 510px;
	border: 1px solid #AB822E;
}

#content {
	margin: 0px;
	padding: 10px;
	position: relative;
	background: #DBCA95;
}

#textArea {
	padding: 10px;
	margin: 0px;
	background: #DBCA95;
}

#textArea p {
	text-indent: 0px;
	font-size: 0.75em;
	text-align: justify;
}
#textArea h1 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer { 
	background: #c3ad68;
	margin: 0px;
	padding: 10px;
	height: 100px;
	position: relative;
 	text-align: center;
	font-size: 0.8em;
	color: #000;
}
