/* Basic-Style -------------------------------------------------------*/

html {
	overflow-y:scroll;
}

body {
    margin: 0;
    padding: 0;
    font-family: arial;
    color: #F3F3F3;
    font-size:16px;
    background-color:#d6d2cf; /* #d6d2cf */
}

img {
	outline:none;
	border-width:0px;
}

a {
    outline:none;
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    color: #42453C;
}

/* HEADER *************************************************************/

#header {
	width:100%;
        min-width: 1000px;
	height:100px;
	background-color: #42453C;/* #202020; */
	padding:0;
	margin:0;
}

#header_pos {
	margin:0 auto;
	width:1000px;
	border:0px solid red;
	height:100px;
	padding:0;
}

#banner {
	height:100px;
	line-height:100px;
	float:left;
	font-size:80px;
	margin:0;
	padding:0;
	border:0px solid red;
        width:500px;
}

#path {
	margin:0 auto;
	width:1000px;
	border:0px solid red;
	height:30px;
	padding:0;
	background-color:#d6d2cf;
        clear: both;
}

.top_link, .bottom_link {
	border: 0px solid green;
	height:58px;
	float:right;
        width:155px;
        margin-left:5px;

}

#tm {
    float:left;
    width: 480px;
    height: 30px;
    text-align: left;
    display: block;
    margin: 35px 10px;
}

#tm a:link, #tm a:visited, #tm a:focus {
    width:29px;
    display: inline-block;
    color:#D5F300;
    font-family: monospace, Lucida Console;
    font-weight:bold;
    font-size: 16px;
    line-height: 20px;
    padding:5px;
    margin-right:5px;  
    overflow: hidden;
    border-width: 0 0 0 1px;
    border-color: #D5F300;
    border-style: solid;
}

#frm_login input {
    margin:5px 0px;
    font-size:14px;
    font-family:Arial;
    padding:5px;    
}

#frm_login input[type="text"], #frm_login input[type="password"] {
    width:202px;
    background: #F3F3F3;
    border:1px solid #E3E1DF;
    /*#42453C*/
}

/* CONTENT ************************************************************/

#content_pos {
	width:100%;
	min-height:650px;
        min-width: 1000px;
	height:auto;
	margin:0;
	padding-bottom:15px;
	background-color:#F3F3F3; /*#F3F3F3 */
}

#content {
	width:1000px;
	margin:0 auto;
	border: 0px solid black;
	min-height:650px;
	height:auto;
	color:#000;
        padding-top:20px;
}

#left {
	color:#000;
	width:490px;
	float:left;
	border: 0px solid black;
	margin-left:0px;
}

#right {
	color:#000;
	width:490px;
	float:right;
	border: 0px solid black;
	margin-right:0px;
}


/* FOOTER *************************************************************/

.user {
    font-weight:bold;
    display:inline-block;
    color:#42453C;
    text-decoration:none;
    margin-top:5px;
    margin-right:5px;
    padding:2px;
    font-size:14px;
  
}

#stats {
	float:left;
	font-size:14px;
	margin:0;
	padding:0;
	margin-top:10px;
	color:#42453C;
}

.bottom_link {
	width:150px;
	display:block;
}

.bottom_link a:link, .bottom_link a:visited, .bottom_link a:focus {
    /*width:150px;*/
    display:inline-block;
    color:#42453C;
    text-decoration:none;
    margin-top:5px;
    margin-right:5px;
    padding:2px;
    font-size:14px;
    font-weight:normal;
}

.bottom_link a:hover {
	color:#000;
}

.sel_link {
        border-width: 0 0 0 1px;
        border-color: #D5F300;
        border-style: solid;
}



#footer_pos {
	width:100%;
        min-width: 1000px;
	background-color:#d6d2cf;
}

#footer {
	margin:0 auto;
        padding-top: 10px;
	width:1000px;
	border:0px solid red;
	height:30px;
        text-align: center;
        word-spacing: 1em;
        color: #666666;
}

#copyright {
    width:200px; 
    margin:0 auto;
    padding: 0 0 10px 0;
    text-align: center;
    color:#42453C;
    font-size:12px;
}

/* -------------- */


/*
header h2 {
font-size: 20px;
padding: 5px 0px;
margin: 0px;
}

.date {
color: #666;
}
*/