/* 
Radio Aura
Konceptas 2009
*/

body {
	background: url('bodyBg.gif') no-repeat; 
	text-align: center;
	font-family: verdana, arial, 'sans serif';
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

#wrapperBg {
	width: 1068px;
	height: 946px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 940px;
	height: 678px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#top {
	height: 125px;
}

#logo {
	width: 221px;
	margin-top: 25px;
	float: left;
}

#menu {
	background: url('menuBar.gif') no-repeat;
	width: 619px;
	height: 27px;
	float: right;
	text-align: right;
	font-size: 13px;
	color: white;
}

#menu a {
	color: #fff;
	text-decoration: none;	
}

#menu ul {
	margin: 5px 10px 0 0;
}

#menu li {
	display: inline;
	margin-left: 10px;
	height: 20px;
	
}

#menu a:hover {
	color: #000;
	background-color: #a56cba;
}

#menu table {
	float: right;
}

#content {
	width: 100%;
	margin-top: 10px;
}

#flash {
	width: 620px;
	height: 250px;
	float: left;
}

.boxSmall {
	padding: 3px 0 0 5px;
}


.boxSmall h1 {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

#box1 {
	background: url('boxLilleBg.gif') no-repeat;
	width: 300px;
	height: 245px;
	float: right;
	padding: 8px 0 0 8px;
	margin: 0;
	float: right;
}

#box1 h1 {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}

#box2 {
	background: url('boxLilleBg.gif') no-repeat;
	width: 300px;
	height: 250px;
	margin-top: 20px;
	float: left;
}

#box3 {
	background: url('boxLilleBg.gif') no-repeat;
	width: 300px;
	height: 250px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#box4 {
	width: 300px;
	height: 250px;
	margin-top: 20px;
	float: right;
	color: #5b4282;
	font-size: 13px;
}

#box4 h1 {
	padding-top: 5px;
	color: #5b4282;
	font-size: 20px;
	font-weight: bold;
}

#box4 h2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}

#boxLarge {
	background: url('boxStorBg.gif') no-repeat;
	margin-top: 20px;
	width: 610px;	
	height: 245px;
	padding: 5px;
	float: left;
}

#boxLarge h1 {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

#footer {
	color: #5b4282;
	font-size: 13px;
	text-align: right;
	float: right;	
}