body
{
	background:	white;
}


#video
{
    position:           absolute;
    left:               0px;
    top:               	100px;
}

#sermonnotes
{
    position:           absolute;
    left:               15px;
    top:                420px;
}

textarea
{
    width: 285px;
    height: 100px;
    border: 0;
}

#textarea2
{
    position:			absolute;
	left:				20px;
	top:				427px;
    width: 285px;
    height: 10px;
    border: 0;
}

#emailnotes
{
    position:           absolute;
    left:               15px;
    top:                555px;
}

#emailinput
{
    width:              390px;
    height:             20px;
    border:             0;
}

#desc
{
    position:           absolute;
    left:               235px;
    top:                318px;
    width:              330px;
    height:             62px;
    overflow:           hidden;

    font-family:        arial, helvetica;
    font-size:          11px;
    font-weight:        bold;
}

#links
{
    position:           absolute;
    left:               0px;
    top:                280px;
    width:              100px;
    height:             187px;
    overflow:           wrap;
    padding:            4px;

    color:              #3B1509;
    font-family:        Georgia, Times, serif;
    font-size:          12px;
    font-weight:        bold;
    text-align:         right;
    font-variant:       small-caps;
}

#links div
{
    margin-bottom:      6pt;
}

#links div a
{
    text-decoration:    none;
}

#links div a:link       { color: #3B1509; }
#links div a:visited    { color: #3B1509; }
#links div a:active     { color: #3B1509; }
#links div a:hover      { color: #3B1509; }
