/* generic styles */
body
{
    margin: 0 auto;
    background-image: url(images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #aaa390;
}


/* content panel */


#container
{
	margin: 0 auto;
	width: 999px;
	text-align: center;
}


#contentcontainer
{
	margin: 0 auto;
	width: 999px;
	text-align: center;
}

#content-txt
{
    padding: 10px;
}

#header
{
    margin: 0 auto;
    width: 999px;
    height: 288px;
}

.top-links
{
    float: left;
    width: 999px;
    height: 35px;
    text-align: center;
    background-image: url(images/header.1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.links-container
{
    float: left;
    width: 999px;
    padding: 10px 10px 0px 10px;
}

.link
{
    float: left; 
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}  


#content
{
    float: left;
    width: 999px;
    background-color: #ffffff;
    background-image: url(images/container-bg.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

.contentcontainer2
{
    float: left;
    width: 996px;
    padding: 10px 10px 10px 10px;
}


/* footer */

#footer
{
    float: left;
    background-position: top left;
    width: 997px;
    background-color: Transparent;
    border: solid 1px #ffffff;

}


#footer1
{
    float: left;
    width: 996px;
    background-color: Transparent;
}

#footer2
{
    float: left;
    width: 996px;
    background-color:  Transparent;
}

#footer2-bottom
{
    float: left ;
    width: 999px;
}

#footer-txt1
{
    float: left;
    width: 333px;
    font-family: Tahoma;
    font-size: 10pt;
    text-align: left;
    color: #ffffff;
    padding: 10px 0px 10px 10px;
}

#footer-txt2
{
    float: left;
    width: 300px;
    font-family: Tahoma;
    font-size: 10pt;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px 10px 10px;
}

#footer-txt3
{
    float: left;
    width: 333px;
    font-family: Tahoma;
    font-size: 10pt;
    text-align: right;
    color: #ffffff;
    padding: 10px 10px 10px 0px;
}

/*--------------LEFT CONTENT------------------------------*/

.left-content
{
    float: left;
    width: 485px;
}

.mid-img
{
    float: left;
    width: 485px;
}

.content-text-container
{
    float: left;
    width: 485px;
}

.content-text
{
    float: left;
    width: 465px;
    padding: 10px;
    font-family: Tahoma;
    font-size:10pt;
}
.actual-content-header
{
    float: left;
    width: 485px;
    padding: 10px;
    border-bottom: solid 1px #781214;
    text-align: left;
    font-family: Tahoma;
    font-size: 11pt;
}


/*---------------------------------LINKS---------------------------------*/


.small-marquee-link
{
    float: left;
    width: 364px;
    height: 121px;
    background-image: url(images/small.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.small-marquee-link:hover
{
    float: left;
    width: 364px;
    height: 121px;
    background-image: url(images/small.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    filter:alpha(opacity = 60);
    cursor: hand;
}

.medium-marquee-link
{
    float: left;
    width: 364px;
    height: 121px;
    background-image: url(images/medium.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.medium-marquee-link:hover
{
    float: left;
    width: 364px;
    height: 121px;
    background-image: url(images/medium.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    filter:alpha(opacity = 60);
    cursor: hand;
}


.large-marquee-link
{
    float: left;
    width: 364px;
    height: 121px;
    background-image: url(images/large.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.large-marquee-link:hover
{
    float: left;
    width: 364px;
    height: 121px;
    background-image: url(images/large.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    filter:alpha(opacity = 60);
    cursor: hand;
}

/*---------------CLOSE------------------LINKS---------------------------------*/

.right-content-container
{
    float: left;
    width: 500;
    text-align: center;
}

.right-content
{
    float: left;
    padding: 10px 10px 10px 50px;
}

.marquee-link
{
    width: 365px;
    padding-bottom: 10px;
}




