@charset "UTF-8";
/* CSS Document 
   border: medium double rgb(250,0,255)
*/

body {
    background-color: #000000;
    color: #999999;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: .8em;
    line-height: 1.5em;
    text-align: center;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

#bio {
    width: 950px;
    background: url(images/biobg.jpg);
    background-repeat: no-repeat;
    color: #f5e799;
}

#bioBlock {
    /*border: solid 6px #e4d256;*/
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 450px;
    width: 550px;
    text-align: left;
    
}


#worldvision {
    width: 950px;
    height: 900px;
    background: url(images/world_vision_header.jpg);
    background-repeat: no-repeat;
    
}

#worldvisionBlock {
    /*border: solid 6px #e4d256;*/
    padding: 20px;
    padding-top: 480px;
    display: block;
    margin: 0 auto;
    width: 500px;
    text-align: left;
    color: #fff;
    line-height: 1.3em;
    
}
 
 #worldvisionBlock a{ 
    color: #f5e47a;

}

 #worldvisionBlock h2 {
 font-size: 15px;
 margin: 5px;
 
 }
 
  #worldvisionBlock h1 {
 font-size: 13px;
 margin: 5px;
 
 }

#linkBox {
    margin-left: auto;
    margin-right: auto;
    width: 219px;
}

a:link {
    color: #FFCC66;
}
a:visited {
    color: #FFCC66;
}
a:hover {
    color: #FF9900;
}
a:active {
    color: #FF9933;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#nav ul li {
    display: inline;
    padding: 25px;
    font-size: 1.3em;
    font-style: bold;
}

#nav ul li a{
    text-decoration: none;
}

#stellars {
    border: solid 6px #e4d256;
    background-color: #4c0d09;
}

#bioheader {
    border: solid 6px #e4d256;
    width: 950px;
    height: 326px;
    background: url(../images/bioheader.jpg);
}


.footer {
    font-size: .75em;
    color: #666666
}

.yellowtext {
	color: #FFCC66;
	font-weight: bold;
	}
	
.biggertext {
    color: #e3d255;
    font-size: 1.4em;
}
.getflash {
    color: #fff;
}

h1{
    font-size: 1.3em;
    font-style: italic;
 }