/* - - - START outside_container - - - */

#outside_container {
	position: relative;
	min-height: 100%;
    background: #160200;
}

* html #outside_container {
	height: 100%;
}

	/* - - - START container - - - */

	#container {
		margin-left:30px;
		width:830px;
	    position:relative;
	}

	/* in container */

	#logo {
		position:absolute;
		top:40px;
		left:34px;
	}
	
	/* out container */

		/* - - - START content - - - */
	
		#content {
		    padding-top:118px;
		    width:830px;
		    color:#ffffff;
		    font-size:11px;
		}

		#content a {
		    color:#ffffff;
		    text-decoration:none;
		}

		#content a:hover {
			color:#a98e54;
		}
		
		#animatie {
			width:369px;
			height:245px;
			margin:0 auto;
		}
		
		/* in content */
		
		#column1 {
			float:left;
			width:398px;
		}

		#column2 {
			float:left;
			width:432px;
			background:url(images/bg_continut.gif) no-repeat;
			min-height:524px;
			height:auto !important;
			height:524px;
			margin-bottom:30px;
			position:relative;
		}
		
		#column2 img {
			margin-bottom:32px;
		}
		
		#menu {
			background: url(images/bg_menu.gif) repeat-x;
			min-height:126px;
			height:auto !important;
			height:126px;
			margin-top:10px;
			width: 398px;
		}
		
		#menu_1 {
			float:left;
			width: 224px;
		}
		
		#menu_2 {
			float:left;
			width: 164px;
			position:relative;
		}
		
		ul#menu_1 li {
			list-style:none;
		    display:block;
			height: 16px;
			margin:0 30px;
			margin-bottom:1px;
			background: #000000;
			text-indent:6px;
			line-height:16px;
		}
		
		ul#menu_2 li {
			list-style:none;
		    display:block;
			height: 16px;
			margin-bottom:1px;
			background: #000000;
			text-indent:6px;
			line-height:16px;
		}
		
		ul#menu_1 li .selectat {
			color: #a98e54;
		}
		
		ul#menu_2 li .selectat {
			color: #a98e54;
		}
		
		.titlu {
			position:absolute;
			top:0px;
			left:116px;
		    font-weight:normal;
			font-size:20px;
			color:#9a887e;
			text-transform: uppercase;
		}
		
		#continut {
			padding:70px 70px 20px 20px;
			font-size:12px;
			line-height:14px;
		}
		
		#continut a{
			color: #a98e54;
		}
		
		#continut a:hover{
			color: #ffffff;
		}
		
		#continut p {
			padding:6px 0px;
		}

		/* out content */

		/* - - - STOP content - - - */
		
	/* - - - STOP container - - - */
	
/* - - - STOP outside_container - - - */



/*
	General Styles
*/

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

html {
	height: 100%;
}

body {
    background-color:#160200;
    font-family:'Trebuchet MS';
	color:#ffffff;
	height: 100%;
}
