/* default styles */
body, html {
	margin:0;
	padding:0;
}

body {
 font: .8em Georgia, serif ; 
 line-height: 1.7em; 
 background: #fff url(images/bg.gif) repeat-x; 
 color: #454545;
}

.hiddenPic {display:none;}

img { border: 0; }

a:link {color: #0000CC; text-decoration:none; background:inherit;}
a:visited {color: #990099; text-decoration:none; background:inherit;}  
a:hover {color: #000; text-decoration:none; background:inherit;} 
a:active {color: #FFCC00; text-decoration:none; background:inherit;} 

/* layout */
#content {  width: 960px; margin:0 auto; }

/* Top Right page */
#top_right{
	float:right;
	width:300px;
	height: 130px;
	padding: 10px 0px 0px;
	text-align: right;
}   
#top_right a:link {color: #0000CC; text-decoration:none; background:inherit;}
#top_right a:visited {color: #990099; text-decoration:none; background:inherit;}  
#top_right a:hover {color: #000; text-decoration:none; background:inherit;} 
#top_right a:active {color: #FFCC00; text-decoration:none; background:inherit;} 


/* Logo left top of the page */
#logo {
	height:130px;
	width:280px;
	float:left;
	margin:5px 0px;
}
#logo img {border:none;}

/* footer */
#footer {
	width:937px; 
	height:45px;
	margin: 0 auto;
	clear:both;
	background-color:#F00;
	padding: 8px 10px;
	background:url(images/bgshade.gif) repeat-x ;
	border-top: 1px solid #ccc;
}
	.totop{
		float:left;
		height:30px;
		width: 69px;
		background-position: left top ;
		background-image: url(images/top_of_page_arrow.gif)  ;
		background-repeat:no-repeat;
		text-align:right;
		}
	.totop:hover {
		background-position:left top ;
		background-image: url(images/top_of_page_arrow_hover.gif)  ;
		height:25px;
		background-repeat:no-repeat;
		width: 69px;
		text-align:right;
		}
	.totop img{border:0;}
	.totop a:link {color: #0000CC; text-decoration:none; background:inherit;}
	.totop a:hover {color: #000; font-weight:bold ; text-decoration:bold; background:inherit;}   
	.totop a:active  {color: #FFCC00; text-decoration:none; background:inherit;} 

	.copy_right {
		margin: 0px auto 0px 200px; 
		width:550px;
		font-size:13px;
		text-align:center;
		display: inline;
		}
	
	.social_networks {
		margin:0px;
		padding:0px;
		top:0px;
		left::0px;
		position: relative;
		float:right;
		}
	.social_networks img {
		border: 1px solid #ccc;
		}
	.social_networks img:hover{	border: 1px solid #000;	}

