/*============================================================================*/
/*                                     													*/
/*  Style Sheet for bosko.djujich.net  													*/
/*                                     													*/
/*  created: May 27, 2008              													*/
/*  by: David Djujich                  													*/
/*                                     													*/
/*  updated:                           													*/
/*    v2.1 - Aug 2, 2008             														*/
/*		v2.3 - Jul 17, 2010 - No changes CSS												*/
/*		v2.4 - Apr 20, 2012 - No changes CSS, added Finanace section to HTML		*/
/*		v2.6 - Jul 20, 2014 - Add additional column for music/radio					*/
/*																										*/
/*============================================================================*/
body {
	background-color: #333333;
	background-image: url(images/background1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
}


/*=====================================*/
/*       Header Banner Section         */
/*=====================================*/
#Banner {
	background-color: #C0C0FF;
}

#HeadShot {
	display: block;
	float: left;
}

#BannerText {
	display: block;
}

#Divider {
	background-color: #000080;
}

#DividerImage {
	display: block;
}


/*=====================================*/
/*          Menu Formatting            */
/*=====================================*/
.Menu {
	background-color: #C0C0C0;
	position: absolute;
	font-family: arial;
	width: 325px;
	border-style: groove;
	border-width: 5px;
	padding: 1px;
	margin: 0px;
}

dl {
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
}

dt {
	color: White;
	background-color: #000080;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

dd {
	color: #0000FF;
	font-size: small;
	border-top: 1px solid DimGray;
	margin: 0px;
	padding: 5px;
	padding-left: 7px;
	cursor: pointer;
}

dd:hover {background-color: LightGrey;}

dd span {
	color: red;
}

/*=====================================*/
/*          Menu Positioning           */
/*=====================================*/
#International {
	left: 35px;
	top: 150px;
}

#News {
	left: 385px;
	top: 150px;
}

#Sports {
	left: 385px;
	top: 285px;
}

#Other {
	left: 385px;
	top: 447px;
}

#Secret {
	left: 385px;
	top: 450px;
	visibility: hidden;
}

#Radio {
	left: 735px;
	top: 150px;
}

#TV {
	left: 735px;
	top: 393px;
}


/*=====================================*/
/*          Footer Section             */
/*=====================================*/
.Copyright {
	color: #FFFFFF;
	font-family: arial;
	font-size: x-small;
	position: absolute;
	right: 25px;
	bottom: 0;
}

#SecretLink {
	cursor: pointer;
}

