/*
	
*/
body {	
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	margin: auto;
	color: #666666;
	background: #1B181C;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

h3 {
	text-decoration: none;
}

a:hover {
}

p,ul {
	color:#FFFFFF;

}

ul {
	margin-left: -30px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #1B181C;
}

.welcome_box {
	position: relative;
	left: -30px;
	top: 65px;
	/*border: 2px groove #3399DD;*/
	width: 340px;
	height: 300px;
	margin: 20px auto;
}

.welcome_box_home {
	position: relative;
	left: -30px;
	/*border: 2px groove #3399DD;*/
	top: 35px;
	width: 350px;
	height: 300px;
	margin: 20px auto;
}

.welcome_box_about_us {
	position: relative;
	left: -30px;
	top: 8px;
	/*border: 2px groove #3399DD;*/
	width: 340px;
	height: 300px;
	margin: 20px auto;
}

.welcome_box_contact {
	position: relative;
	left: -30px;
	top: 70px;
	/*border: 2px groove #3399DD;*/
	width: 340px;
	height: 300px;
	margin: 20px auto;
}

.welcome_box_portfolio {
	position: relative;
	left: -30px;
	top: 70px;
	/*border: 2px groove #3399DD;*/
	width: 340px;
	height: 300px;
	margin: 20px auto;
}


.map_box {
	position: absolute;
	left: 360px;
	top: 0px;
}

.footer {
	font-size:9px;
	margin-bottom:0px;
	margin-top:0px;	
}

.footer_b {
	font-size:9px;
	margin-bottom:0px;
	margin-top:0px;	
	color: #000000;
}

.footer_right {
	font-size:11px;
	color:#BCBE00;
	margin-bottom:0px;
	margin-top:0px;
}

.swoosh_green {
	color:#BCBE00;
}

.holder {
	position:relative;
	float: right;
	top:535px;
	right:20px;
	margin: 10px;
}

#pane1 {
	height: 120px;
}

.scroll-pane {
	width: 250px;
	overflow: auto;
	float: left;
}

/*
height: 200px;
*/

.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}

.galleria{
	position: relative;
	width:810px;
	height:500px;
	margin:20px auto;
	left:-50px;
	top:-200px;
}


