body {
	width: 100%;
	margin: auto;
	Padding-top: 130px;
	top:0px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: WhiteSmoke;
	overflow-y: scroll;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	font-size:30px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	color:#CCC;
	background:#333;
	padding:0px;
}

.footer {
	font-size:10px;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	color:#CCC;
	background:#333;
	padding:0px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
}

.logo {
	float: left;
	font-size: 20px;
	margin: 2px;
}

article {
	font-family: 'Cuprum', sans-serif;
	padding: 2em;
	background-color: white;
	box-shadow: inset .4em 0em #CCC;
}

article2 {
	font-family: 'Cuprum', sans-serif;
	padding: 2em;
	background-color: #999;
}

a {
	text-decoration: none;
	/*color: #fff;*/
	color:#DFDFDF;
}

a:hover {
    /*background-color: black;*/
	color:#fff;
	/*text-decoration: underline;*/
	border-bottom: 5px solid #3366CC;
	/*text-shadow: 2px 2px 2px #fff;*/
	/*white-space: pre-wrap;*/
}

a.picture:hover
{
	color:#DFDFDF;
	border-bottom: none;
}

li {
	font-family: 'Cuprum', sans-serif;
	list-style: none;
	float: left;
	margin-left: 15px;
	padding-top: 5px; 
}


ul.a {
    list-style-type: circle;
}


.nav {
	float: right;
}

.nav2 {
	padding: 0px;
	float: right;
}

.remove_button_css { 
  outline: none;
  padding: 5px; 
  border: 0px; 
  box-sizing: none; 
  background-color: transparent; 
}

h1 {font-family: 'Cuprum', sans-serif;}

.button {
   border-top: 1px solid #e1e5e8;
   background: #969696;
   background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#969696));
   background: -webkit-linear-gradient(top, #616161, #969696);
   background: -moz-linear-gradient(top, #616161, #969696);
   background: -ms-linear-gradient(top, #616161, #969696);
   background: -o-linear-gradient(top, #616161, #969696);
   padding: 5px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Cuprum', sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #38628c;
   background: #38628c;
   text-decoration: none;
   color: #ccc;
   border-bottom: none;
   }
.button:active {
   border-top-color: #343536;
   background: #343536;
   }

div.img {
    margin: 10px;
    border: .1px solid #ccc;
    float: Right;
    width: 180px;
}	

div.img:hover {
    border: 1px solid #777;
}

a.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
	font-family: 'Cuprum', sans-serif;
    padding: 1px;
    text-align: Center;
}