html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body
{
    background-color:#003366;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
    color: #33333;
    font-family: arial, helvetica, sans-serif;
}



html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

.page
{
	float:left;
	margin: 0 auto;
	width: 640px;
	background-color:#FFCC66;
	background-position: 0 0;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left-width:thin;
	border-left-style: solid;
	border-left-color:#666666;
	border-right-width:thin;
	border-right-style: solid;
	border-right-color:#666666;
}

.leftback
{
	float:left;
	background-image:url(../images/leftback.gif);
	width:200px;
	height:500px;
}


a
{
    color: rgb(102,102,102);
}

.content
{

    padding-left: 0px;
    width: 640px;
    padding-bottom: 0;
    clear: both;
    min-height: 820px;
    height: auto !important;
    height: 820px;
	border-left:thick;
	border-left-color:#000000;
}


.contenttext
{
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
}
.contenttext h1
{
	font-size:12px;
}

.contenttext p
{
	font-size:10px;
}



#footer
{
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 21px !important;
    width: 100%;
    color: rgb(102,102,102);
    font-size: 10px;
    border-top: 1px solid rgb(204,204,204);
    background-color:#FFCC33;
    background-position: 0 0;
    overflow: hidden;
}

.copyright,
.meta
{
    position: absolute;
    left: 23px;
    top: 4px !important;
    top: 6px;
    line-height: 10px;
    overflow: hidden;
}

.meta
{
    width: 290px;
}

.copyright
{
    left: 248px;
    width: 610px;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(204,0,0);
}

