/* CSS Document */

body {
background: #444444;
margin: 0px 0px;
}

p, h1 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: justify;
margin: 0px 0px;
}

h1 {
color: #C0C0C0;
font-size: 28px;
font-weight: normal;
margin: 0px 0px 4px 0px;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #C0C0C0;
margin: 5px 0px;
}

h6 {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 7px 0px;
}

.mailing, .mailing1 {
font-weight: bold;
font-size: 10px;
}

.mailing1 {
font-weight: normal;
text-align: center;
}

.orange {
color: #FFBA38;
}

/*Div's*/

#orb {
margin: 598px 0px 0px 635px;
width: 85px;
}

#container {
margin: auto auto;
width: 718px;
height: 10px;
}

absolute, #microphone, #top, #line, #line2, #line3, #nav, #bottom, #iframe, #mailing, #led, #orb
, #speaker {
	position: absolute;
}

#mailing {
margin: 269px 0px 0px 34px;
width: 150px;
}

/*IFRAME*/

#content {
width: 480px;
height: auto;
}

/*Images*/

#speaker {
margin: 467px 0px 0px 72px;
}

#microphone {
background: url(images/microphone.gif);
height: 215px;
width: 212px;
}

#top {
background: url(images/top.gif);
margin-left: 211px;
height: 218px;
width: 506px;
}

#nav {
margin: 215px 0px 0px 4px;
height: 53px;
width: 735px;
}

#led {
margin: 145px 0px 0px 210px;
}

#line, #line2, #line3 {
background: url(images/line.gif);
margin: 267px 0px 0px 26px;
height: 350px;
width: 6px;
}

#line2 {
margin: 267px 0px 0px 185px;
}

#line3 {
margin: 267px 0px 0px 710px;
}

#bottom {
background: url(images/bottom.gif);
height: 20px;
width: 693px;
margin: 595px 0px 0px 24px;
}

/*Classes*/

.button {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin: 2px auto;
height: 16px;
width: 50px;
font-size: 10px;
font-weight: normal;
background-color: #ffffff;
border: #000000 solid 1px;
}

.texta, .mailingtext, .textbox {
font-family: Arial, Helvetica, sans-serif;
margin: 2px 0px;
color: #000000;
font-size: 12px;
font-weight: normal;
background-color: #cccccc;
border: #000000 solid 1px;
}

.mailingtext {
width: 100px;
}

.textbox {
background-color: #cccccc;
}

.floatright {
float: right;
}

.textcentre {
text-align: center;
}

.textright {
text-align: right;
}

/*Links*/

a:link {
text-decoration: underline; 
color: #FFBA38;
}

a:visited {	
text-decoration: underline; 
color: #FFBA38;
}

a:hover, a:active {
text-decoration: underline; 
color: #FFFFFF;
}

a.o:link {
font-size: 10px;
text-decoration: underline; 
color: #000000;
}

a.o:visited {
font-size: 10px;
text-decoration: underline; 
color: #000000;
}

a.o:hover, a.o:active {
font-size: 10px;
text-decoration: underline; 
color: #FFFFFF;
}

