html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #454545;
	background:#fffff5;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #2775C7;}
a:visited{color:#8FA4BA;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}


#header {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
#outer_wrapper {
	background: #fff url(background_3.gif) repeat-y left;
}
#wrapper {
	background: url(background_2.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: url(background_2.gif) repeat-y right;
}
#content {
	margin-right: 200px;
	background: url(background_3.gif) repeat-y left;
}
#main {
	margin-left: 214px;
	background:#FFFFFF;
        border-right: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        padding: 7px;
}
#left {
	width: 200px;
	float: left;
        background: #FFFFFF;
}
#sidebar {
        width: 200px;
	float: right;
        background: #FFFFFF;
}
#footer {
	border: 1px solid #cecea5;
	background: #d7dabd;
}
#block1 {
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
}
#block2 {
	border: 4px solid #cccccc;
	background: #FFFFFF;
        rules: cols;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}