@charset "UTF-8";
/* CSS Document */

a:link {
  color:#fff;
}
a:visited {
  color:#fff;
}
a:hover { 
  color:yellow;
  text-decoration: none;
}

#thumb {
        border-style: solid;
        border-width: 2px;
        border-color: #fff;

}
#page-wrap{
	border-right:1px solid #444;
	border-left:1px solid #444;
	width:650px;
	margin:0 auto;
	background-color:#222;
        line-height: 1;
	color:#ffffff;
	font-family: arial, verdana, tahoma, sans-serif;
	}
	#page-wrap #header{
		background-color:#444;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		}
		#page-wrap #header  h1{
			margin-left:25px;
			font-size:2.8em;
			margin-bottom:10px;
			line-height:0.9em;
			}
		#page-wrap #header h2{
			margin-left:25px;
			line-height:0.5em;
			font-size:1.7em;
			}
	#page-wrap #content{
		background:url(../images/content_bg.jpg) no-repeat;
		padding-top:10px;
		}
		#page-wrap #content h1{
			margin-left:25px;
			font-size:2em;
			margin-bottom:10px;
		}
		#page-wrap #content h3{
			margin-left:25px;
			font-size:2em;
			margin-bottom:10px;
		}
		#page-wrap #content p{
			margin-left:25px;
			width:470px;
			/* text-align:justify; */
			margin-bottom:25px;
			font-size:1.3em;
			line-height:1.3em;
			}
		#page-wrap #content table{
			margin-left:25px;
			width:470px;
			margin-bottom:25px;
			font-size:1.3em;
			line-height:1.3em;
			}
		#page-wrap #content p.first{
			font-size:1.2em;
			font-weight:bold;
			}
	#page-wrap #footer{
		background-color:#444;
		}
		#page-wrap #footer p{
			width:auto;
			margin:auto;
			text-align:center;
			font-size:0.9em;
			border:1px solid #000;
			padding:15px 0;
			}
			#page-wrap #footer a:link{
				color:#09f;
				}
			#page-wrap #footer a:visited{
				text-decoration:none;
				}
			#page-wrap #footer a:hover{
				color:#0f9;
				}
			#page-wrap #footer a:active{
				color:#f90;
				}
