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

img { border-style: none; } /*no border on images*/

body { /*body properties*/
	margin:0px;
	padding::0px;
	font-family:Arial, Helvetica, sans-serif;
	/* IE10 */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #212121 200%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #212121 200%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #212121 200%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(2, #212121));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #212121 200%);
background-repeat:no-repeat;
}

#container{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

#title{
	height:150px;
	text-align:right;
	background-color:#FFF;
	background:url(IMG/headerBG.jpg);
	font-weight:bold;
	position:relative;
}
#title a:link{
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
}
#title a:hover{
	color:#F00;
}
#headertext{
	position:absolute;
	bottom:20px;
	right:10px;
	color:#666;
}
#menubar{
	width:640px;
	height:32;
	background-color:#FFF;
	display:inline-block;
	line-height:32px;
}
/*UL Main Menubar Stuff*/
ul.menu {
	text-align:right;
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
	font-weight:bold;
	margin-right:10px;
	line-height:32px;
}
ul.menu li {
	float:left;
	padding-left:20px;
	padding-right:20px;
}
ul.menu a:link,a:visited
{
	color:#000;
	display:inline-block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
ul.menu a:hover{
	color:#999;
}
ul.menu img{
	padding-top:8px;
	padding-left:5px;
}
/*End of main Menubar stuff*/

#header{
	height:25px;
	background-color:#000;
	margin-bottom:15px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
}

#main{
	width:640px;
	background-color:#FFF;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(IMG/mainBG.jpg);
	border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	padding-top:10px;
}
	#main h1{
		background:url(IMG/h1bg.png);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:20px;
	}
#main_body{
	width:500px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	#main_body img{
		padding:10px;
		display:inline-block;
	}
	#main_body img.center{
		display:block;
		margin-left:auto;
		margin-right:auto;}
	#main_body a:link{
		font-weight:bold;}
	#main_body a:hover{
		color:#F00;
		}
		
		#main_btn{
			text-align:center;
		}
		#main_btn a:link{
			text-decoration:none;
		}
#main_footer{
	height:45px;
	padding:5px;
	background-image:url(IMG/footer_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#footer{
	text-align:right;
	background-color:#CCC;
	width:inherit;
	padding-bottom:5px;
	margin:0px;
	}
/*Footer UL stuff*/
ul.pagetop {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-right:10px;
	}
ul.pagetop a{
	color:#999;
	background-color:#FFF;
		border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	text-decoration:none;
	font-weight:bold;
	padding: 1px 10px 5px 10px;
}
ul.pagetop a:hover{
	color:#000;
}
ul.copyright {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:11px;
	color:#666;
}
ul.copyright a {
	color:#333;
	text-decoration:none;
}
ul.copyright a:hover {
	color:#999;}
	
	/* minimal*******************************************************************************/

button.minimal {
	background:#FFF;
	border: 1px solid #bbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	/*padding: 8px 0 9px;*/
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 150px;
}

button.minimal:hover {
  background:#d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
}

button.minimal:active {
  background:#d0d0d0;
  -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: #000;
}
/**********************