html {
	height:100%;
}
body {
	background: #4d4d4d;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin:0;
}
img {
	border-style:none;
}
.main {
	min-height:100%;
	background: #f8f8f8;
	margin:0 auto;
	width:950px;
	overflow:hidden;
	border-left:1px solid #4d4d4d;
	border-right:1px solid #4d4d4d;
}
.main a {
	color:#336666;
	text-decoration:none;
}

.main a:visited {
	color:#336666;
}

.main a:hover {
	color:#333;
	text-decoration:underline;
}


/*header*/
#header {
	top:0;
	background:url(../images/bg-header.jpg) repeat-x 0 100%;
	margin:0 auto;
	width:1000px;
	overflow:hidden;
	height:385px;
}

/*content-part*/
.columns-holder {
	width:950px;
	overflow:hidden;
	padding-bottom:34px;
}
.images-holder {
	width:1000px;
	overflow:hidden;
}
.images-holder img {
	float:left;
	margin-right:1px;
}
.columns {
	width:100%;
	overflow:hidden;
}
/*content*/
#content {
	float:left;
	width:630px;
}
#content .text-box {
	padding:10px 10px 10px 10px;
	background: #f8f8f8;
}

#content .text-box h1 {
	margin:0;
	font-size:16px;
}
#content .text-box p {
	margin:13px 0 0;
	line-height:14px;
}
#content .text-box p a {
	color:#0050a2;
}
#content .text-box p a:hover {
	text-decoration:none;
}
#content .text-box strong.title {
	display:block;
	padding:14px 0 0 0;
}
#title a:hover {
	text-decoration: none;
	color:#32676b;
	
}

/*sidebar*/
#sidebar {
	float:right;
	width:320px;
	
}
/*videoplayer*/
#sidebar .videoplayer {
	width:320px;
	font-size:11px;
	background: #f8f8f8;
}
#sidebar .videoplayer p {
	margin:0 0 0 11px;
}

/*photogallery*/
#sidebar .photogallery {
	width:320px;
	font-size:11px;
	background: #f8f8f8;
}
/*footer*/
#footer {
	position:relative;
	min-height: 100%;
	height: auto;
    height: 100%;
    margin: 0 auto -4em;
	padding-top:7px;
	background:#dddddd;
	width:950px;
	border-left:1px solid #4d4d4d;
	border-right:1px solid #4d4d4d;
	color:#000000;
	text-align:center;
	font-size:11px;
}
#footer p {
	margin:0;
	word-spacing:2px;
	line-height:13px;
}
