/* DaraLevinePhoto.com - by Landon Acohido - http://www.acohido.com */

/* -------------------- Body -------------------- */

body
{
    color: #FFFFFF;
    background-image: url(images/bg1.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Times, Times New Roman, serif;
}

#container
{width: 100%;}

.center{text-align:center;}

span{display: none;}

h1{
    padding: 0;
    margin: 0;
}

/* -------------------- Link Elements --------------------  */ 

a img{border: none;}

a:link{
	text-decoration: none;
	color:#FFFFFF;
}

a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

a:hover{
	/*font-weight: bold;*/
	color:#cc3300;
}

a:active{
	/*font-weight: bold; 3366ff*/
	color:#cc3300;
}

/* -------------------- Titles -------------------- */

#title{
    position: absolute;
    top: 114px;
    left: 0px;
    margin-left: 1px;
    width: 351px;
    height: 39px;
    background-position: left;
    background-repeat: no-repeat;
}

/* -------------------- Content -------------------- */

#right{
    position: absolute;
    top: 275px;
    right: 260px;
    left: 220px;
    width: auto;
    text-align: justify;
}

#left{
    width: 150px;
    position: absolute;
    top: 315px;
    left: 60px;
    text-align: right;
    font-size: 12px;
}

#lefttitle{
    background-position: right;
    background-repeat: no-repeat; 
    width: 150px;
    height: 17px; 
}

#lefttitle span{display: none;}

#lefttitle2{
    background-position: right;
    background-repeat: no-repeat; 
    width: 150px;
    height: 18px; 
}

#lefttitle2 span{display: none;}

#righttitle{
    background-position: left;
    background-repeat: no-repeat; 
    width: auto;
    height: 25px;
}

#righttitle span{display: none;}

/* -------------------- Drop Down Menus -------------------- */

#dropmenudiv{
    position:absolute;
    line-height:15px;
    z-index:100;
    text-align: right;
    width: 100%;
}

#dropmenudiv a{
    width: 100%;
    text-decoration: none;
    text-align: right;
}

/* -------------------- Link List -------------------- */

#linklist{
    z-index: 100;
    font-size: 12px;
    float: right;
    margin-right: 3px;
    margin-top: 256px;
}

.links{
    padding-top: 5px;
    margin-left: 15px;
}

.sublinks{
    font-size: 11px;
}

/* -------------------- Background Strip -------------------- */

#strip{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
    top: 154px;
    left: 0px;
    background-position: center;
}

/* -------------------- Flash Tables -------------------- */

#flash{
    text-align:left;
    width: 800px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align: middle;
}

td{
    padding: 0;
    margin: 0;
}

tr{
    padding: 0;
    margin: 0;
}

/* -------------------- Footer -------------------- */

#footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    padding-top: 5px;
    font-size: 10px;
    color: #666666;
    text-align: center;
}

#biofooter{
    text-align: center;
    color: #666666;
    font-size: 10px;    
}