/* GENERAL STYLES */
#main_holder
{
    background-image: url('/images/backMain.gif');
    background-position: top center;
    background-repeat: repeat-x;
    text-align: center;
}
#container
{
    width: 760px;
}
#head
{
    width: 760px;
    height: 145px;
    background-image: url('/images/backHead.gif');
    text-align: left;
}
#head_space
{
    padding-top: 45px;
    padding-left: 15px;
}
#page
{
    width: 760px;
    background-image: url('/images/backPage.gif');
    text-align: left;
	display: block;
	float: none;
}
#page:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#page_space
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    float: none;
}
#page_space:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#footer
{
    width: 760px;
    height: 10px;
    background-image: url('/images/backFooter.gif');
    text-align: left;
}
#footer_space
{
}
#title
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    color: #333333;
}
#pageColumn1
{
    width: 500px;
    float: left;
}
#pageColumn2
{
    width: 25px;
    float: left;
    color: #FFFFFF;
}
#pageColumn3
{
    width: 175px;
    float: left;
}
#archive
{
	width: 485px;
	padding-left: 60px;
	float: left;
	display: block;
}
.hidden
{
	display: none;
}

/* BOTTOM */

.bottomContainer
{
    width: 760px;
}
.bottomHeader
{
    height: 10px;
    background-image: url('/images/backHead_blank.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}
.bottomBody_space
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}
.bottomBody
{
    background-image: url('/images/backPage.gif');
    background-position: center;
    background-repeat: repeat-y;
    font-family: Arial;
    font-size: 11px;
    color: #333333;
    text-align: left;
}
.bottomBody_space
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.bottomFooter
{
    height: 10px;
    background-image: url('/images/backFooter.gif');
    background-position: top center;
    background-repeat: no-repeat;
}



/* EDITOR PROPERTIES */
