html{
	margin: 0;
	padding: 0;
	color: #000000;
	background: white;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	height:100%
}

/* Links */
a:link { text-decoration: none; color: #335577; border-bottom: 1px dotted #335577; font-weight: bold; }
a:visited { text-decoration: none; color: #3f7e86; border-bottom: 1px dotted #3f7e86; font-weight: bold; }
a:hover, a:active { color: #990000; border-bottom: 1px solid #990000; }

/* Html Elements */
p{ text-align:justify; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{ 
	font-weight: normal; 
	border-bottom-width: 0; 
}
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol, blockquote, pre{
	color: #444444;
	padding: 10px 10px 10px 30px;
	line-height: 1.8em;
}
ul { list-style-type: square; }
blockquote, pre { background-color: #eaeadf; border: 1px solid #cfcfcf; }
ins { text-decoration: none; color: #9e624a; }
del { color: #555555; }

/* Structure */
body { margin: 0; padding: 0; height:100%;}

#page{
   height:100%;
	height:auto!important;
	min-height:100%;
	position:relative;
}


#sec1000{
	margin: 0px auto;
	width:980px;
}

#topnav{
	float: left;
	width: 100%;
	color: #cfcfcf;
	background-color: #2e2015;
	border-bottom: 1px solid #000000;
}

#header{
	float: left;
	width: 100%;
	clear: both;
	color: #f9f9f9;
	background-color: #3e362f;
	border-bottom: 1px solid #000000;	
}

#navigation{
	float: left;
	width: 100%;
	clear: both;
	color: #555555;
	background-color: #f1efe3;
	border-bottom: 1px solid #cfcfcf;
}

#wrapper{
	float:left;
	width: 100%;
	margin: 0;
	clear:both;
	padding-bottom:60px;
}

#content-wrapper{
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#content{
	width: 600px;
	float: left;
	padding: 38px;
	margin-right: 30px;
}


#sidebar{
	width: 180px;
	float: left;
	padding: 38px;
	
}

#footer{
	width: 100%;
	color: #9c9084;
	background-color: #3e362f;
	position:absolute;
    bottom:0;
    height:60px;
}

#site-info{
	width: 980px;
	margin: 0px auto;
	text-align: center;
}

#cleaner{
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}

/* Top-Nav */

#topnav ul{
	margin: 0;
	width: 95%;
	float: left;
	padding: 0 5px;
	list-style-type: none;
}

#topnav li { float: left; }

#topnav li a:link,
#topnav li a:visited{
	float: left;
	color: #9c9088;
	display: block;
	padding: 0 10px;
	margin: 3px 0;
	font-weight: normal;
	border-bottom-width: 0;
	border-right: 1px solid #666666;
}

#topnav li a:hover,
#topnav li a:active{
	color: #bfb2aa;
}

/* Header */

#header a:link { color: #f1efe3; border-bottom-color: #f1efe3; }
#header a:visited { color: #eae7d2; border-bottom-color: #eae7d2; }
#header a:hover, #header a:active { color: #ffffff; border-bottom-color: #ffffff; }
#header h1 { text-align: center; padding: 20px 10px; }

/* Navigation */

#navigation ul{
	margin: 0;
	width: 95%;
	float: left;
	padding: 0 10px; 
	list-style-type: none;
}

#navigation li { float: left; }
#navigation li a:link,
#navigation li a:visited{
	float: left;
	margin: 8px 2px;
	color: #3f3126;
	display: block;
	padding: 5px 8px;
	border-bottom-width: 0;
}

#navigation li a:hover,
#navigation li a:active{
	color: #ffffff;
	background-color: #848280;
}

li#marked a{
	color: #000000;
	background-color: #c8c3ad;
}

/* Sidebar */

#sidebar ul { margin: 0 0 10px; line-height: 2.5em; padding: 5px 15px; }

/* Footer */

#footer p{
	text-align:center;
}

#footer a:link{
	color: #9c9084; border-bottom-color: #9c9084; 
}

#footer a:visited{
	color: #7a7062; border-bottom-color: #7a7062; 
}

#footer a:hover, #footer a:active{
	color: #bfb2a6; border-bottom-color: #bfb2a6;
}

td{
	vertical-align:middle;
	text-align:center;
}

td a:link, td a:visited{
	border:0;
}

td a img{
	border:0;
}
