body {
	background: #465a7b;
	font: 11px verdana;
	margin: 5;
	padding: 0;
}
hr {
	border: none;
	border-bottom: 1px solid #000;
}

a { color: #0f54c7; text-decoration: none; }
a:hover { color: #0b3072; text-decoration: none; }
img{
   border: 0px;
 }
 #wrapper {
	width: 925px;
	height: auto;
	background: url('images/wrapper.jpg');
	margin: 0 auto;
}

#site {
	width: 785px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 785px;
	height:206px;
}

.sports {
	padding-left:165px;
	padding-top: 155px;
	display:block;
}
/* 
	SPORT 1
 */
.s1 {
	width: 116px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_1.jpg');
	display: block;
	float: left;
}


.s1_active {
	width: 116px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_1_hover.jpg');
	display: block;
	float: left;
}


/* 
	SPORT 2
 */
.s2 {
	width: 150px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_2.jpg');
	display: block;
	float: left;
}


.s2_active {
	width: 150px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_2_hover.jpg');
	display: block;
	float: left;
}


/* 
	SPORT 3
 */
.s3 {
	width: 124px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_3.jpg');
	display: block;
	float: left;
}


.s3_active {
	width: 124px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_3_hover.jpg');
	display: block;
	float: left;
}


/* 
	SPORT 4
 */
.s4 {
	width: 102px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_4.jpg');
	display: block;
	float: left;
}


.s4_active {
	width: 102px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_4_hover.jpg');
	display: block;
	float: left;
}


/* 
	SPORT 5
 */
.s5 {
	width: 102px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_5.jpg');
	display: block;
	float: left;
}


.s5_active {
	width: 102px;
	height: 34px;
	text-decoration: none;
	background: url('images/sport_5_hover.jpg');
	display: block;
	float: left;
}


#sidebar {
	width: 154px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

h1.head {
	width: 150px;
	height: 16px;
	background: url('images/head_sidebar_box.jpg') no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 6px;
	margin: 0px;
	margin-bottom: 1px;
	text-transform:uppercase;
}

a.sidebar {
	width: 147px;
	height: 16px;
	background: url('images/sidebar_mainmenu_a.jpg');
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-left: 7px;
	padding-top: 4px;
	margin-bottom: 2px;
}

a.sidebar:hover { 
	background: url('images/sidebar_mainmenu_hover.jpg');
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

a.sidebar_active {
	width: 147px;
	height: 16px;
	background: url('images/sidebar_mainmenu_hover.jpg');
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 4px;
	margin-bottom: 2px;
}

a.sidebar_active:hover { 
	background: url('images/sidebar_mainmenu_hover.jpg');
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

a.sidebar_sub {
	width: 137px;
	height: 14px;
	background: url('images/sidebar_submenu_a.jpg');
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-left: 17px;
	margin-bottom: 2px;
}

a.sidebar_sub:hover { 
	background: url('images/sidebar_submenu_hover.jpg');
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#content {
	width: 398px;
	float: left;
	padding-left: 20px;
	padding-top: 25px;
}

#content h1 { color: #0b3072; font-size: 14px; font-weight: bold; margin: 5px 0px 5px 0px; padding: 0px; }
#content h2 { color: #0f54c7; font-size: 12px; font-weight: bold; margin: 3px 0px 3px 0px; padding: 0px; }
#content h3 { color: #0f54c7; font-size: 11px; font-weight: bold; margin: 2px 0px 2px 0px; padding: 0px; }
#content h4 { font-size: 12px; font-weight: normal; margin: 2px 0px 2px 0px; padding: 0px; }
#content h5 { font-size: 9px; font-weight: normal; margin: 2px 0px 2px 0px; padding: 0px; }

#content img.wide {
	border: 1px solid #1e3e77;
	margin-bottom: 4px;
}

#sidebar2 {
	width: 154px;
	height: auto;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

a.sidebar2 {
	width: 147px;
	height: 16px;
	background: url('images/sidebar2_mainmenu_a.jpg');
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-left: 7px;
	padding-top: 4px;
	margin-bottom: 2px;
}

a.sidebar2:hover { 
	background: url('images/sidebar2_mainmenu_hover.jpg');
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

a.sidebar2_active {
	width: 147px;
	height: 16px;
	background: url('images/sidebar2_mainmenu_hover.jpg');
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 4px;
	margin-bottom: 2px;
}

a.sidebar2_active:hover { 
	background: url('images/sidebar2_mainmenu_hover.jpg');
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

a.sidebar2_sub {
	width: 147px;
	height: auto;
	background: url('images/sidebar2_submenu_a.jpg');
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-left: 7px;
	margin-bottom: 2px;
}

a.sidebar2_sub:hover { 
	background: url('images/sidebar2_submenu_hover.jpg');
	color: #000;
	font-size: 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#footer {
	margin-top: 20px;
	width: 925px;
	height: 85px;
	background: url('images/footer.jpg');
	padding-top: 11px;
	text-align: center;
}

#login {
	width: 251px;
	height: auto;
	background: url(images/jensenmedia.gif) no-repeat top center #fff;
	margin: 0 auto;
	padding: 20px;
	padding-top: 100px;
	margin-top: 150px;
	border: 4px solid #03121e;
	position: absolute;
	margin-left: 200px;
}

#login .box {
	width: 231px;
	padding: 10px;
	background: #ebf0f3;
	margin-bottom: 10px;
}

#login .box h1 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-weight: normal;
}

#login .box input {
	font-size: 14px;
	font-family: Verdana;
	padding: 3px;
	width: 100%;
}

#login .box input[type=submit] {
	font-size: 14px;
	font-family: Verdana;
	padding: 3px;
	width: 100%;
	background: #a0b6c6;
	border: none;
	border: 1px solid #7391a6;
}
.gallery {
	display: block;
	float: left;
	border: 1px solid #b1b1b1;
	padding: 3px;
	background: #e9e9e9;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 4px;
}

.gallery:hover {
	background: #f2f2f2;
}
