html {
	
}
body {}

.background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F5152;
	background-color:#003366;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.main { /* Holds the page items in place */
	width:950px;
	margin: 0 auto 0 auto;
	padding:5px 14px 14px 14px;
	background-color: #fff;
 	min-height:1200px;
	}
.flags {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	background-color: #003366;
	}
.header_logo {
	background-color:#FFFFFF;
	float:left;
	padding-top:10px;
	width:125px;
	padding-bottom:10px;
	}
.header_logo_outer {
	background-color:#003366;
	margin-bottom:5px;
	padding:8px;
	height:96px;
	}
.VI {
	color:#FFFFFF;
	font-size:4.5em;
	font-weight:bold;
	text-align:center;
	text-shadow:2px 2px 6px black;
	}

#side_bar{
	float:left;
	width:160px;
	clear:left;
		}
.content {
	margin-left:200px;
	margin-right:auto;
	margin-top:14px;
	padding:0px 14px 14px 0px;
	color:#000;
	text-align:left;
	
}
.footer {
	background-color: #003366;
	padding: 14px;
	height: auto;
	color: #FFF;
	text-align: center;
}
#login, #logout, #search_box, #side_menu {
	background-color: #003366;
	margin-top:14px;
	color:#CCCCCC;
	
	}
	#login input, #search_box input, #logout input {
	width:125px;
}
	#login a:link, #logout a:link, #side_menu a:link {
	color: #999999;
	text-decoration: none;
	}
	#login a:visited, a:active, #logout a:visited, a:active, #side_menu a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
	#login a:hover, #logout a:hover, #side_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	#login li, #logout li, #side_menu li{
	text-align:left;
	list-style-type:none;
	text-decoration:none;
	padding:2px;
	}

h1, h2, h3, h4, h5, h6 {
	color: #003366;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:1em 0;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.3em;
}
form {
	margin: 0;
}
blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}
abbr {
}
acroynm {
}
cite {
}
address {
}
strong {
}
em {
}
table {
	background-color:#FFF;
}

.shadow  {  
       box-shadow: 5px 5px 2px #999;  
 -moz-box-shadow: 5px 5px 2px #999;  
 -webkit-box-shadow: 5px 5px 2px #999;   
 } 
/*yahoo media player*/
#ymp-relevance { display:none !important; }
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }
/* hide album art*/
#ymp-meta-image {
	display:none !important;
}
#ymp-body #ymp-meta-top, #ymp-body #ymp-meta-bottom {
	left:8px !important;
	width:330px !important;
}
#ymp-yahoo-logo {
	display: none !important
}
