/*
    Referendum CSS Document
*/

body {
    background-color: #000000;
    font: 14px Verdana, Arial;
	text-align:justify;
    color: #FFFFFF;
}

a.contactlink {
	font-weight:bold;
	color:#008080;
	text-decoration: none;
}

a.contactlink:visited {
	font-weight:bold;
	color:#008080;
	text-decoration: none;
}

a.contactlink:hover {
    font-weight:bold;
	text-decoration: underline;
	color:#008080;
}

th.contactname {
    width: 30%;
}

th.contactnumber {
    width: 20%;
}

th.contactweb {
    width: 10%;    
}

th.song {
    width: 50%;
}

th.artist {
    width: 50%;
}

h4.music {
    color: #008080;
    text-decoration: underline;
}

/******************************* DIVS *******************************/

/* This is the main div that frames all content*/
#main_container {
	width: 985px;
    margin: 0px auto -1px auto;
    border-style: solid;
    border-width: thin;
    border-color: #008080;
}

/* This is the div that will display the header */
#header_area {
	height:150px;
}

/* This is the div that will hold the site links */
#link_section {
	background-color: #008080;
	height:30px;
	font-size:24px;
	color:#FFFFFF
}

/* This is the div that will display all content */
#content_area {
    top: 0px;
    min-height: 380px;
}

/* This is the div that will display the text accompanying the mp3 on the music page */
#musictext {
    position: relative;
    width: 632px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    text-align: justify;
}

/* This is the div that will hold the mp3 player */
#mp3player {
    position: relative;
    float: right;
    margin-right: 25px;
    margin-top: 25px;
}

/* This is the div that contains the copyright information */
#copyright {
    text-align: right;
	width: 985px;
    margin: 0px auto -1px auto;
}

/******************************* IMAGES ******************************/

/* This is the logo that is positioned on the top left corner of the header */
#main_page_img_tl {
	position:relative;
    float:left;   
}

/* This is the logo that is positioned on the top right corner of the header */
#main_page_img_tr {
	position:relative;
    float:right;   
}

/* This is the logo for the main page. */
#main_page_logo {
	position:relative;
    text-align:center;
	/*float: left;
    left: 94px;*/
    top: 15px;
}

/******************************* TESTIMONIAL ******************************/

.basic  {
	width: 632px;
	font-family: Verdana, Arial;
	border: 1px solid #008080;
	position:relative;
	margin-left: 25px;
    margin-top: 25px;
}
.basic div {
	background-color: #000000;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font: 14px Verdana, Arial;
	margin: 0px;
	padding: 10px;
	text-align:justify;
    color: #FFFFFF;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font: 16px Verdana, Arial;
	color: #FFFFFF;
	background-color: #008080;
	border-top: 1px solid #008080;
	border-bottom: 1px solid #000000;
}
.basic a:hover {
	background-color: #008080;
	color: #000000;
}
.basic a.selected {
	color: #FFFFFF;
	background-color: #008080;
}