ul, li{
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

html{
	overflow-y: scroll;
}

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border-style: none;
	font-family: arial,helvetica,sans-serif;
	font-size: 9pt;
	background-image: url(../images/vancouver-background.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: center;
}

a{
	outline: none;
	text-decoration: none;
}

p{
	line-height: 140%;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	margin: 0px auto; 
	width: 990px;
	overflow: hidden;
}

#col1{
	width: 160px;
	float: left;
	margin: 10px 0px;
	text-align: left;
}

#col2{
	width: 830px;
	float: right;
	margin: 10px 0px;
}

.clear{
	clear: both;
}

#menu{
	width: 150px;
	margin: 0px;
	position: fixed;
	text-align: right;
	color: #ffffff;
}

* html  #menu { 
	position: absolute;
}

#menu img{
	border: none;
}

#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li{
	padding: 2px 0px 0px 0px;
	white-space: nowrap;
}

#menu li a{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#menu li .active, #menu li a:hover{
	color: #000000;
	background-image: url('/vankuvera/images/btn.png');
	background-repeat: no-repeat;
	padding-left: 15px;
}

#container{
	background-color: #ffffff;
	text-align: left;
}

#info{
	padding: 10px;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
}

#header{
	height: 79px;
	overflow: visible;
	margin: 0px 10px;
}

#header .left{
	float: left;
	width: 159px;
	height: 79px;
}

#header .right{
	float: right;
	width: 642px;
	height: 79px;
	position: relative;
}

#header .right .rss{
	position: absolute;
	top: -19px;
	right: 0px;
}

#header .right .rss a{
}
#header .right .rss a img{
	border: none;
}

#topmenu{
	width: 810px;
	margin: 10px;
	text-transform: uppercase;
	background-image: url('../images/menu.jpg');
	height: 25px;
	font-weight: bold;
	color: #ffffff;
}

#topmenu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	
}
#topmenu ul li{
	float: left;
	margin-left: 10px;
	height: 25px;
	line-height: 25px;
}

#topmenu ul li a{
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

#topmenu ul li a:hover, #topmenu ul li .active{
	color: #d4851c;
}

#body{
	margin: 0px 10px;
	overflow: hidden;
}

#body #content{
	float: left;
	width: 600px;
}

#body #right{
	float: right;
	width: 200px;
	background-color: #737e83;
}

.pageTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.articleTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.articleText{
	color: #444444;
}

.articleText p{
	margin-bottom: 10px;
}

.articleText img{
	margin-right: 10px;
}

.newTitle{
	font-family: arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #48555c;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 8px;
	
}
.newDateAuthor{
	color: #48555c;
	overflow: hidden;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.newDateAuthor .left{
	float: left;
}

.newDateAuthor .right{
	float: right;
}

.newText{
	color: #444444;
}

.newText img{
	margin-right: 10px;
}

.sportTitle{
	overflow: hidden;
	margin-bottom: 10px;
}
.sportTitle .ico{
	float: left;
	width: 70px;
	height: 70px;
}

.sportTitle .box {
	float: right;
	width: 520px;
}

.sportTitle .box .title{
	font-family: arial,sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #48555c;
	color: #48555c;
	font-size: 24px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.sportTitle .box .results{
	color: #900028;
}

.sportText{
	color: #444444;
}

.sportText p{
	margin-bottom: 10px;
}

