/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	/*background-image: url(../images/bg.gif);*/
	background-color: #003F78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}
p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
li {
	line-height: 1.4em;
	margin-left: 1em;
}
ul {
	margin-top: .7em;
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 120%;
	margin-bottom: .8em;
	color: #333333;
}
h2 {
	font-size: 100%;
	color: #003366;
	margin-bottom: 0.7em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#333333;
	margin-bottom: 0.3em;
}
a:link {color: #000000; text-decoration: underline}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #CC0099; text-decoration: underline}
a:active {color: #CC0099; text-decoration: underline}

a.magenta:link {color: #CC0099; text-decoration: underline}
a.magenta:visited {color: #CC0099; text-decoration: none}
a.magenta:hover {color: #000000; text-decoration: underline}
a.magenta:active {color: #000000; text-decoration: underline}

a:link img {border: 0px; text-decoration: none}
a:visited img {border: 0px; text-decoration: none}
a:hover img {border: 0px; color: #CC0099; text-decoration: underline}
a:active img {border: 0px; text-decoration: none}

#container {
	margin: 0px auto 10px;
	width: 880px;
	background-image: url(../images/shadow.jpg);
}
#shadowbox {
	margin: 0px auto 10px;
	padding: 0px;
	width: 854px;
	text-align: left;
}
#nav {
	background-image: url(../images/nav.jpg);
	border-top: 1px solid #FFFFFF;
	height: 2.4em;
}
#main_nav {
	text-align: center;
	margin-top: 9px;
}
#main_nav li {
	display: inline;
	margin: 0px;
	padding: 0px .8em;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
}
#nav a:link, #nav a:visited {
	color: #4595D4;
	text-decoration:none; 
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #FFFFFF;
	text-decoration:none; 
}
#idea a.idea, #support a.support, #peace a.peace, #songs a.songs, #news a.news, #contact a.contact {
	color: #FFFFFF;
}
#content {
	background-color: #FFFFFF;
	padding: 20px 45px;
}
#col1 {
	float: left;
	width: 450px;
	border-right: 1px dashed #999999;
	padding-right: 15px;
}
#main_content {
	margin-bottom: 20px;
}
#col2 {
	float: left;
	width: 280px;
	margin-left: 15px;
}
#footer {
	background-color: #060E14;
	background-image: url(../images/nav.jpg);
	height: 2em;
	padding: 5px;
}
#footer p {
	font-size: 70%;
	color: #4595D4;
	text-align: center;
}
#footer p a:link, #footer p a:visited {
	color: #4595D4;
	text-decoration: underline;
}
#footer p a:hover, #footer p a:active {
	color: #4595D4;
	text-decoration: none;
}
#blownaway {
margin-bottom: 10px;
margin-left: 10px;
margin-right: 15px;
float: right;
text-align: center;
}
#flashPlayer {
	font-size: 9px;
	/*width: 100px;
	height: 37px;*/
}
#miniPlayer {
	font-size: 9px;
	width: 100px;
	height: 37px;
	float: right;
}
.bluebox {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #003F78;
	text-transform: uppercase;
	border: 3px solid #3E79AC;
	margin-bottom: 1.5em;
}
a.cta:link, a.cta:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.cta:hover, a.cta:active, a.cta:focus {
	color: #4595D4;
	text-decoration:none;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.formfield {
	border: 1px solid #CCCCCC;
}
.emphasis {
	font-size: 110%;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
}
.linebreak {
	border-top: 1px dashed #666666;
	margin-bottom: 1em;
}
.caps {
	text-transform: uppercase;
	margin-bottom: 0.2em;
}
.caption {
	font-style: italic;
	font-weight: bold;
}
.button {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003F78;
	text-transform: uppercase;
	border: 3px solid #3E79AC;
	margin-bottom: 1.5em;
	color:#FFFFFF
}

