/* CSS Document */



body {
	
	background: #fff url(../images/backgrounds/body_repeat.jpg) repeat-x;
	font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
	font-size:0.74em;
	color:#000;
	line-height:18px;
	cursor:default;
	margin:0px;


}

img {
	padding: 0px;
	border:0px;
	border: none;
}

img a{
	border: 0;
	border: none;
}

a{
	border: none;
}

img.floatLeft { 
	float: left;
	margin-right: 4px; 
	clear: left;
}

img.floatRight { 
	float: right;
	margin-left: 4px; 
	clear: right;
}

#container {
	width:910px;
   background-color: #FFFFFF;   
	padding:0px;

	margin:0 auto 0 auto;
	
}

#header {
	width: 910px;
	height:134px;
	background: #fff url(../images/header_new2.jpg) no-repeat top left;

	color:#FFFFFF;
	font-family: arial, serif;
	font-size:150%;
	font-weight:bold;
	line-height:0px;

}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	
	text-indent:5px;
}

#header h1 {
	color:#CDCD9B;
	font-family: "Georgia", Trebuchet MS, Arial, Verdana;
	font-size:200%;

	
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;

	background-color:#000000;
}

/* GALLERY LAYERS STYLES*/

#GA_gallery_app {
height: 650px;
width: 590px;


}

#GA_info {
	width: 580px;

	background-color:#cdcd9b;

	color:#CCCCCC;
	font-family:"Trebuchet MS", Arial, Verdana;

	font-weight:bold;
	line-height:0px;
	
	padding: 0px;


}

#GA_thumbs_gallery {
	width: 580px;
	
	padding-top:0px;
	border: 1px dotted #ccc;
	text-align: center;
	
}

#GA_thumbs_gallery a {
height: 75px;
margin-top: 1px;
padding: 0.5px;
vertical-align: middle;

}
/*
#GA_thumbs_gallery a {
height: 75px;
padding: 0px;
vertical-align: middle;
border:1px dotted #CCCCCC;
}

#GA_thumbs_gallery a:hover {
margin-top: 1px;
height: 75px;
padding: 0.5px;
vertical-align: middle;
border:1px dotted #CCCCCC;
background-color: #6699cc;
}

*/


#GA_image_view  {
	
	width: 380px;
	border: 1px solid #717052;
	margin-left: 100px;
	margin-top: 6px;
	padding-top: 5px;
	background-color:#fff;
	text-align: center;
	color: #000;
	

}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu {
	position: relative; /* Menu position that can be changed at will */
	clear: all;
	margin-top: 15px;
	width: 910px; /* precision for Opera */
	height: 30px; 
	border-bottom: 2px solid #000000;
	
	
}
/*
#menu li {
	text-align: center;
}
*/
/*
#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	cursor: pointer;

	background: #fff;
}
*/
/*
#menu li a:hover {
	background: #717052;
	color: #fff;
}
*/

#sidebar {
	top: 190px;
	width:200px;
	
	overflow: visible;
	padding:6px;
	float:left;	
	clear: left;
	background: #FFFFFF; 
	border-right: 2px solid #000000;

	/*background-image:  url(../images/backgrounds/article3.jpg);
		background-position:bottom right;
		background-repeat:repeat-x; */
	
	
}

html ul li a {height:1.3em;}

#sidebar li {
	text-align:left;
	margin:0px;
	padding:0px;
}	

#sidebar li a { 
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	border:1px dotted #CCCCCC;
	display: block;
	
	
}	

	

#sidebar li a:hover {
	color:#000;
	font-weight: bold;
	border:1px dotted #CCCCCC;
	background-color: #;
	background-image:  url(../images/backgrounds/repeat_small.jpg);
	background-repeat:repeat-y;
	
}	

#sidebar h1,h2,h3 {
	font-family:"Georgia","Trebuchet MS", Arial, Verdana;
	letter-spacing:0px;
	color:#000000;
	border:none;
	background-image:none;

}
#sidebar h4 {
	font-family:"Georgia","Trebuchet MS", Arial, Verdana;
	letter-spacing:0px;
	color:#cc3300;
	padding-left:3px;
	border-bottom: 2px solid #cc3300;
	font-size: 110%;
	
	background-color:;
	padding-bottom:5px;
	padding-top:5px;
	

}

h1 {
	font-family:"Georgia","Trebuchet MS", Arial, Verdana;
	letter-spacing:-1px;
	color:#000;
	
	background-image:  url(../images/backgrounds/h1_bg.jpg) repeat-x;

	background-repeat:repeat-y;
	border-bottom:px solid #cccccc;
/*	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	margin-top:5px;*/

	

}

h2 {
	font-family:"Georgia","Trebuchet MS", Arial, Verdana;
	line-height: 25px;
	color:#000;
	padding-left:10px;
	border-bottom: 2px solid #cc3300;
	margin-right: 15px;
	
	background-color:;
	padding-bottom:5px;
	padding-top:5px;
	

}



h3 {
	font-family:"Georgia","Trebuchet MS", Arial, Verdana;
	
	color:#fff;
	padding-left:5px;
	margin-top:10px;

	
	
	background-color:#663300;

	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	padding-top:5px;
	

}
h4 {
	font-family:"Georgia","Trebuchet MS", Arial, Verdana;
	padding-left:5px;
	color:#000;
	font-size: 140%;
	align: center;
	font-weight: bold;
	margin-bottom: 0px;

	

}
.article {
	
	width: 694px;
	padding-top:10px;
	padding-left:0;
    background: #FFFFFF;
	
	margin-bottom:10px;
   

	float: right;
  
	color: #000;
	
}

.article:hover {

}

.article p {
	margin:10px;
	padding-right:10px;
}

.article_info {
	font-family: arial, serif;
	font-size:11px;
	color:#666666;
	letter-spacing:0px;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}



.headertext {
	
	letter-spacing:0px;
	color:#FFFFFF;
	font-size: 16px;
}

.comment {
	width: 100%;
	padding-top:10px;
	  clear: both;


     border-top: 2px solid #000;
	
	background-image:  url(../images/backgrounds/article4.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	
	margin-bottom:0px;
}
.comment2 {
	width: 765px;
	padding-top:10px;
	 clear: both;
	

	background-color: #FFFFFF;
	 border-top: 2px solid #000;
	background-image:  url(../images/backgrounds/article4.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-left:-11px;
	margin-bottom:0px;
}

a {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	cursor: pointer;
	color:#663300;
	font-weight: bold;

}

.darklink {
border: 0px;
}

.darklink a {
color: #000;
text-decoration: underline;


}




.darklink a:hover {
color: #663300;

}

.feed table{
	border: 0px;
	
}

.feed  {
padding: 5px;
	
	
}

.feed img {
width:190px;
}

.full_fed img{
width: 100px;
float: right;
margin: 10px;
}
