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

html, body {
   padding:0px;
   margin:0px;
   font-family:Futura, Helvetica, Verdana, Arial, sans-serif;
   font-size:12px;
   color:#666666;
}

h2 {
	text-decoration:none;
	color:#663300;
	font-size:20px;
	font-weight:normal;
}

h3 {
	text-decoration:none;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
}

h4 {
	text-decoration:none;
	color:#666666;
	font-size:16px;
	font-weight:normal;

}

h5 {
	text-decoration:none;
	color:#666666;
	font-size:13px;
	font-weight:normal;
}


h5 {
	text-decoration:none;
	color:#666666;
	font-size:13px;
	font-weight:normal;
}

p{
	color:#663300;
	font-size:12px;
	margin-top:10px;
	*margin-top:8px;
}

p.articles{
	color:#999999;
	font-size:12px;
}

a{
	color:#663300;
	text-decoration:none;
	font-size:12px;
	
}

a:hover{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	
}

#articles_header {
	background:#ffffff url('images/articles_top.jpg') repeat-x scroll left top;
	height:5px;
	margin:0;
	text-align:center;
	width:100%;
}

#articles_logo {
	background:#ffffff url('images/logo.jpg') no-repeat scroll left top;
	position:relative;
	float:left;
	width:106px;
	height:110px;
	margin-right:40px;
}

#article {
	float:left;
	width:280px;
	margin-bottom:100px;
}

#articles_container {
	width: 432px;
	margin-left:auto;
	margin-right:auto;
	height: 600px;
	margin-top:60px;
}

#header {
	background:#ffffff url('images/top.jpg') repeat-x scroll left top;
	height:119px;
	margin:0;
	text-align:center;
	width:100%;
}

#footer {
	/*background:#ffffff url('images/articles_top') repeat-x scroll left top;*/
	position:relative;
	clear:both;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height: 10px;
	background-color:#000000;
}


h1 {
	background:transparent url('images/header.jpg') no-repeat scroll center top;
	height:119px;
	margin:0 auto;
	text-indent:-10000px;
	width:700px;
}

#wrapper{
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	/*height: 600px;*/
	
	min-height: 100%;
	height: auto;
	height: 100%;
}

#side {
	float:left;
	width:244px;
	margin-top:-13px;
	*margin-top:0px;
}

#center{
	float:left;
	margin-left:12px;
	margin-top:-1px;
	width:265px;
	background:transparent url('images/middle.jpg') repeat-y scroll center top;
	height:3900px;
}

.center_info{
	width:200px;
	margin:25px auto 20px auto;
}

.movable{
		position:relative;
		margin-left:-8px;
	/*width:200px;
	margin:25px auto 0 auto;*/
}

.leftThumbContainer{
	text-align:left;
	text-indent:0px;
	margin-bottom:20px;
}

.rightThumbContainer{
	text-align:left;
	text-indent:0px;
	margin-bottom:20px;
	margin-left:-24px;
}

#keyline_top{
	width:201px;
	height:2px;
	background:transparent url('images/keyline.jpg') no-repeat scroll center top;
	margin:10px auto 0px auto;
}

.keyline_header{
	width:201px;
	height:2px;
	background:transparent url('images/keyline.jpg') no-repeat scroll center top;
	margin-top:-14px;
	*margin-top:-18px;
	margin-bottom:10px;
}

ul.a {
	list-style-type:none;
	padding:0px;
	margin-left:12px;
}

ul{
	list-style: none;
	margin-left: 26px;
	padding-left: 1em;
	text-indent: -1em;
}

ul.links{
	list-style: none;
	margin-left: 0px;
}	

a:hover img.thumbs {
	background-color:#66CCFF;
	border:2px solid #66CCFF;
}

.thumbs {
	background-color:#818181;
	border:2px solid #000000;
	display:block;
	height:70px;
	margin-bottom:4px;
	padding:0px;
}


