body {
	margin: 0; 
	padding:0; 
	text-align:center;
	background-color:#2F1307; 
	background-image:url('../img/background.jpg');
	background-repeat: no-repeat;
	background-position: center 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px; 
	color: #6F5037;
}

#main-box {
	width: 675px;
	position: relative;
	margin: 70px auto;
	padding-bottom: 20px;
}

#shadow-box {
	background: #fff; 
	width: 100%;
	position: absolute;
	border:1px solid;
	z-index: 0;
	top: 0;
	left: 0;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	
}

.main-shadow{
	padding-bottom: 110px;
}

#portal-box {
	width: 100%; 
	border: 1px solid #2F1307;
	z-index: 10;
	position: relative;
	background: #fff;
}

#portal-box .underline{
	border-bottom: 1px dotted #2F1307;
}

#portal-box #header-box {
	background-image: url('../img/sun.gif');
	background-position: right;
	background-repeat: no-repeat;
	margin: 5px 10px;
	height: 130px;
	text-align: right;
	font-size: medium;
}

#portal-box #header-box h1{
	margin: 0;
	padding: 55px 0 0 0;
	color: #DF291B;
}

#portal-box #header-box h3{
	margin: 0;
	padding: 0;
}

#portal-box #menu-box {
	margin: 5px 10px;
	text-align: left;
	font-size: 12px;
}

#portal-box #menu-box ul{
	padding: 0 0 5px 5px;
	margin: 0;
}

#portal-box #menu-box li{
	display: inline;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px dotted #2F1307;
}

#portal-box #menu-box .last{
	border: 0;
}

#portal-box #menu-box li span{
	font-weight: bold;
	color: #DF291B;
}

#portal-box #menu-box li a{
	color: #6F5037;
	text-decoration: none;
}

#portal-box #menu-box li a:hover{
	color: #DF291B;
	text-decoration: underline;
}

#portal-box  #content-box {
	margin: 5px 10px;
	padding: 5px 0 10px 5px;
	text-align: left;
	overflow: hidden;
}

#portal-box #content-box .row {
	overflow: hidden;
	padding: 0 0 20px 0;
}

#portal-box #content-box .row1 {
	overflow: hidden;
}

#portal-box #content-box .row2 {
	overflow: hidden;
}

#portal-box  #content-box .left {
	margin-right: 20px;
}

#portal-box  #content-box .text{
	margin-top: 15px;
	margin-left: 0px;
	float: left;
	width: 325px;
	text-align: justify;
}

#portal-box  #content-box .text p{
	padding: 0;
	margin: 0;
}

#portal-box  #content-box .row .text{
	margin-top: 10px;
}

#portal-box  #content-box .row2 .text{
	margin-top: 20px;
}

#portal-box  #content-box .images{
	float: left;
	width: 300px;
	height: 200px;
	display: none;
}

#portal-box  #content-box .row2 .images{
	height: 300px;
	position: relative;
}

#portal-box  #content-box .image{
	text-align: center;
	position:absolute;
}

#portal-box  #content-box .row2 .image{
	top: 20px;
}

#portal-box  #content-box .row2 .high{
	top: 0px;
	left: 50px;
}

#portal-box  #content-box .image img{
	display: inline;
	
}

#portal-box #footer-box {
	text-align: right;
	padding: 0 10px 10px 10px;
	font-style: italic;
	font-size: 11px;  
}

#portal-box a{
	color: #6F5037;
}

#portal-box a:hover{
	color: #DF291B;
	text-decoration: underline;
}

/*
	gallery
*/

#gallery{
	width:620px;
	list-style:none;
	padding: 0;
	margin: 0 20px;
	display: block;
}
#gallery li{
	width:60px;
	height:40px;
	border:3px double #111;
	margin: 1px;
	background: #333;
	overflow: hidden;
	display:block;
	float:left;
}

#gallery li.high{
	width:36px;
	height:48px;
}

#gallery li a{
	display:none;
}

#gallery li img.thumb{
	cursor:pointer;
}

#gallery .first{clear:both;}
#gallery .last_line{position: relative; top: -7px}

#main_image{
	margin:0 auto;
	height:400px;
	width:600px;
	text-align: center;
}

#main_image img{
	display:inline;
}

.nav{
	text-align: center;
	padding:10px 0;
	clear:both;
	letter-spacing:2px;
	text-transform:uppercase;
}

.contact-col {
	width: 300px;
	float: left;
	margin: 0 0 10px 10px;
	text-align: center
}

.contact-col .header{
	font-weight: bold;
	margin: 10px 0 0 0px;
}

.contact-col p {
	padding:0;
	margin:3px 0;
}

.contact-col .gg a {
	text-decoration: none;
}

#content-box .contact-col .gg a:hover {
	text-decoration: none;
}
.contact-col .gg span {
	position: relative;
	top: -5px;
	text-decoration: underline;
}

.contact-col .skype a {
	text-decoration: none;
}
#content-box .contact-col .skype a:hover {
	text-decoration: none;
}

.contact-col .skype img {
	border: none;
}
.contact-col .skype span {
	position: relative;
	top: -4px;
	text-decoration: underline;
}

.map {
	text-align: center;
}

.map img{
	display: inline;
}