/* Global Elements */
* 
	{	
	margin				: 0px; 
	padding				: 0px; 
	}

html 
	{
	}

body 
	{
	color 				: #000000;
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size 			: 12px;
	line-height			: 16px;
	}
	
body  a
	{
	color 				: #000000;
	text-decoration 	: none;
	}
body  a:hover
	{
	color 				: #000000;
	text-decoration 	: none;
	}
h1
	{
	font-size			: 22px;
	color				: #890D0D;
	font-weight			: bold;
	}
h2
	{
	font-size			: 16px;
	color				: #890D0D;
	}
p	
	{
	margin-bottom		: 16px;
	}
	
	
	

	
/*DIVS*/
.container
	{
	width				: 900px;
	}	
.content
	{
	}
.nav
	{
	background-image	: url(../imgs/bg_1.jpg);
	background-position	: top;
	background-repeat	: no-repeat;
	width				: 170px;
	float				: left;
	}
.nav ul
	{
	margin-top			: 230px;
	margin-left			: 20px;
	list-style			: none;
	font-size			: 14px;
	background-color	: #890D0D;
	}
.nav li a
	{
	display				: block;
	width				: 145px;
	padding				: 2px 5px 2px 0px;
	border-top			: 1px solid #890D0D;
	border-bottom		: 1px solid #890D0D;
	text-align			: right;
	}
.nav li a:hover
	{
	color				: #FFFFFF;
	width				: 145px;
	border-top			: 1px solid #000000;
	border-bottom		: 1px solid #000000;
	background-image	: url(../imgs/nav_bg.jpg);
	background-position	: left;
	background-repeat	: repeat-y;
	}
.nav .active
	{
	color				: #FFFFFF;
	width				: 145px;
	border-top			: 1px solid #000000;
	border-bottom		: 1px solid #000000;
	background-image	: url(../imgs/nav_bg.jpg);
	background-position	: left;
	background-repeat	: repeat-y;
	}
.nav .fade
	{
	margin-left			: 20px;
	background-image	: url(../imgs/nav_fade.jpg);
	background-position	: top;
	background-repeat	: repeat-x;
	height				: 250px;
	}
.main
	{
	background-image	: url(../imgs/bg_2.jpg);
	background-position	: top;
	background-repeat	: no-repeat;
	float				: left;	
	width				: 630px;
	}
.header
	{
	margin-left			: 20px;
	margin-top			: 160px;
	padding-top			: 5px;
	padding-bottom		: 2px;
	margin-bottom		: 10px;
	border-bottom		: 1px solid #890D0D; 
	}
.logo
	{
	margin-left			: 20px;
	margin-top			: 158px;
	float				: right;
	background-image	: url(../imgs/logo.png);
	background-position	: top right;
	background-repeat	: no-repeat;
	width				: 182px;
	height				: 35px;
	}
.flags
	{
	padding-top			: 8px;
	}
.flags img
	{
	padding-left		: 3px;
	border				: none;
	}
.body
	{
	margin-left			: 20px;
	}
.slist ul li
	{
	list-style			: none;
	font-size			: 11px;
	}
	
.disc
	{
	border				: 1px solid #890D0D;
	width				: auto;
	padding				: 10px;
	margin-bottom		: 10px;
	}
.disc a
	{
	color				: #E91B1B;
	text-decoration		: none;
	}
.disc a:hover
	{
	color				: #890D0D;
	text-decoration		: none;
	}


/* Default + hover state, "click to play": */
a.sm2_link 
	{
	display 			: block;
	padding 			: 10px 10px 10px 45px;
	background-color	: #FFFFFF;
	color				: #E91B1B;
	background-image 	: url(../imgs/music.jpg);
	background-position : 10px center;
	background-repeat	: no-repeat;
	}
a.sm2_link:hover 
	{
	color				: #890D0D;
	text-decoration		: none;
	background-image 	: url(../imgs/play.jpg);
	}

/* Playing + hover state, "click to pause": */
a.sm2_playing
	{
	background-color	: #FFFFFF;
	background-image 	: url(../imgs/play.jpg);
	}
	
a.sm2_playing:hover 
	{
	background-image 	: url(../imgs/pause.jpg);
	}

/* Paused + hover state, "click to resume": */
a.sm2_paused 
	{
	background-image 	: url(../imgs/pause.jpg);
	}
a.sm2_paused:hover 
	{
	background-image 	: url(../imgs/play.jpg);
	}
	
	
.link
	{
	border-bottom		: 1px dashed #890D0D;
	margin				: 20px;
	}
.link .img
	{
	width				: 60px;
	height				: 60px;
	float				: left;
	}
	
.link .txt
	{
	margin-left			: 110px;
	}
.link a
	{
	color				: #E91B1B;
	text-decoration		: none;
	}
.link a:hover
	{
	color				: #890D0D;
	}	

.gallery
	{
	display				: block;
	margin-right		: 20px;
	margin-bottom		: 20px;
	float				: left;
	}	
.gallery .img
	{
	width				: 180px;
	height				: 180px;
	background-position	: center center;
	background-repeat	: no-repeat;
	display				: block;
	}	
	
	
.home
	{
	height				: 330px; 
	width				: 500px; 
	margin-top			: 200px;
	margin-left			: 90px;
	}
	
		
	
	
	
