
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin: 0; 
 padding: 0; 
 text-align: center;
 background-image: url(img/bg.jpg);
 background-repeat: repeat-x;
}

body{
	overflow-y: scroll;
}

#container{
 margin-left: 25px;
 margin-right: 25px;
 margin-top: 5px;
 margin-bottom: 20px;
 width: auto;
}

#container p {
	font-size: small;
	font-family: Verdana;
	color: #666;
	line-height: 20px;
	text-align: justify;
}

#container a, a:visited {
	color: #900;
	text-decoration: none;
}

#container a:hover {
	color: #333;
	text-decoration: none;
}

.title{
 font-size: 24px;
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #333;
}

.content{
	font-size: small;
	font-family: Verdana;
	text-align: justify;
	color: #666;
}

.timestamp{
	font-size: x-small;
	font-family: verdana;
	color: #999;
	line-height: 25px;
}

#pagewidth{ 
 top: 15px;
 width: 950px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 background-color: #FFF;
 border: solid #900 3px;
} 
 
#header{
 position: relative; 
 height: 125px; 
 background-image: url(img/header.jpg);
 width: 100%;
 display: block;
 overflow: auto;
} 
 
#leftcol{
 margin-top: 5px;
 margin-left: 5px;
 width: 164px; 
 float: left; 
 position: relative; 
 background-color: #2C2F29; 
 }
 
#twocols{
 width: 780px; 
 float: right; 
 position: relative;
  }
 
#rightcol{
 margin-top: 5px;
 margin-right: 5px;
 width: 164px; 
 float: right; 
 position: relative;
 }
 
#rightcol a{
 text-align: center;
 font-size: 11px;
 font-family: Verdana;
 color: #900;
}
 
#maincol{
 float: left; 
 position: relative; 
 width: 611px;
 height: 100%;
 }
 
#footer{
 height: 20px; 
 background-color: #900;
 clear: both;
 display: block;
 overflow: auto;
 text-align: center;
 color: #FFF;
 font-size: x-small;
 font-family: arial;
} 
 
#menu_left{
	width:164px;
	height: 18px;
	margin-left: 0;
	margin-top: 0;
	background-image: url(img/menu_left.png);
	text-align: left;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
}
 
#menu_left b{
	position: relative;
	top: 2px;
	left: 3px;
	color: #FFF;
}

#menu_right{
	width:164px;
	height: 18px;
	margin-right: 0;
	margin-top: 0;
	background-image: url(img/menu_right.png);
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
}

#wrapper {
	background-image: url(img/bg_cont.png);
	background-position: center;
	background-repeat:repeat-y;
}

#menu_right b{
	position: relative;
	top: 2px;
	color: #FFF;
}
 
#button {
	width:164px;
	height: 36px;
	margin-left: 0;
	margin-top: 0;
	background-image: url(img/button.png);
	text-align: left;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #333;
}

#button a{
	position: relative;
	top: 11px;
	left: 5px;
	text-decoration: none;
	color: #333;
}

#button a:visited{
	position: relative;
	top: 11px;
	left: 5px;
	text-decoration: none;
	color: #333;
}

.img_archive {
	border: dashed 1px;
	border-color: #DDD;
}

#button a:hover{
	position: relative;
	top: 11px;
	left: 8px;
	text-decoration: none;
	color: #900;
}

td{
	text-align: center;
	width: 139px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

