@charset "UTF-8";
* {margin:0;padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	margin-bottom: 60px;
	}

#wrapper {
	margin: 10px auto;
	width: 560px;
	text-align: center;
	}

#navigation {
	list-style: none;
	}
	#navigation li {
		display: inline-block;
		padding: 3px;}

h1 {
	font-size: 24px;
	margin-top: 46px;
	}
	h1#video {
		background-image:url(images/header_soundonvideo.gif);
		background-repeat:no-repeat;
		color: transparent;
		width: 560px;
		height: 60px;
		}
	h1#www {
		background-image:url(images/header_soundonwww.gif);
		background-repeat:no-repeat;
		color: transparent;
		width: 560px;
		height: 60px;
		}
	h1#sound {
		background-image:url(images/header_soundonsound.gif);
		background-repeat:no-repeat;
		color: transparent;
		width: 560px;
		height: 60px;
		}
	h1#radio {
		background-image:url(images/header_soundonamfm.gif);
		background-repeat:no-repeat;
		color: transparent;
		width: 560px;
		height: 60px;
		}

.entry {
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
	}
	.half {
		width: 275px;
		display: inline-block;
		}
	.entry h2 {
		font-size: 18px;
		margin-top: 6px;
		line-height: 130%;
		}
	.entry p {
		margin-top: 3px;
		}	
	.justify {
		text-align:justify;
		}
		
#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
	}	
