html {	
	height: 100%;
	padding-bottom:1px;
	}

body {
	background: #FFF;
	font-size: 12px;
	margin: 20px 12px;
}

body.splash {
	background: url("images/splash-bg.jpg") no-repeat center 127px fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:white;
}
body.splash2 {
	background: url("images/splash-bg.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:white;
}

.style1 {

	font-family: Arial, Helvetica, sans-serif;

	size: 11px;

	color: #333;

}


.style3 {

	font-family: Arial, Helvetica, sans-serif;

	color: #CCCCCC;

	font-size: 11px;

}

a:link {

	color: #000;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #000;

}

a:hover {

	text-decoration: underline;

	color: #333333;

}

a:active {

	text-decoration: none;

	color: #000;

}

.style5 {font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 11px; font-weight: bold; }

.style9 {color: #333; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}

.style10 {

	font-size: 15px;

	font-weight: bold;

}

.style16 {color: #CCCCCC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    margin: 0;
    size: 11px; }

.style17 {color: #333333}


#wrapper {
	margin:0 auto;
	position: relative;
	width:900px;
	text-align:center;
}

p {
	color:#333;
	font-size:20px;
	margin:0 10px 20px;
	line-height: 28px
}



#panel {
	
	}

#panel.intro {
	width: 570px;
	margin: 0 auto;
	text-align: left;
	margin-top:190px;
	}

#panel.home {
	margin-top:60px;
	}

#panel img {
	margin:0 auto;
	position: relative;
	width:auto;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	background-color: white;
	margin:80px 0 15px 0;
	padding:30px;
	text-align: center;
	display:inline-block;
	max-height:550px;
}

#copy {
	display: block;
}

#header {
	margin:0 auto;
	position: fixed;
	width:100%;
	padding:30px 0;
	top:0;
	left:0;
	display:block;
	z-index: 100;
	height: 70px;
/*	-moz-box-shadow: 0 0 5px #AAAAAA;
	-webkit-box-shadow: 0 0 5px #AAAAAA;
	box-shadow: 0 0 5px #AAAAAA;*/
	border-bottom: 1px solid #DDDDDD;
	background-color: rgba(255,255,255,0.85);
	
}
.cv {
	/*border: 1px solid #DDDDDD;*/
    display: block;
    margin: 167px auto 0;
    padding: 15px 20px;
    text-align: left;
    /*width: 490px;*/
    width: 565px;
}
.cv p {
	font-size: 14px ;
	line-height: 21px;
	margin: 0 10px 10px;
}
article {
	margin:0 auto;
	position: relative;
	width:570px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	background-color: white;
	margin:12px 0 15px 0;
	padding:15px;
	text-align: center;
	display:inline-block;
	text-align:left;
}

h1 {
	color: #333333;
    font-family: times new roman;
    font-size: 28px;
    font-weight: normal;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    z-index: 1000
}


h2 {
	font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
}

#nav {
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 13px 0;
    right: 0;
    text-align: center;
    z-index: 1000;
}
#nav ul {
	margin: 0;
	padding:0	;
}
#nav ul li {
	display:inline;
	margin:0 2px;
	line-height:12px;
}

#nav ul li a {
	background: none repeat scroll 0 0 #EEE;
    display: inline-block;
    padding: 5px;
    width: 65px;
    text-decoration: none;
    margin: 0 0 4px;
    z-index: 100000
}
#nav ul li a.active {
	text-decoration: underline;
    pointer-events: none;
    cursor: default;
}
#nav ul li a:hover {
	color: white;
	background: #111;
}

.entry a {
	display:block;
	position: fixed;
	height:100%;
	width: 100%;
	top:0;
	left:0;
}



/*@media all and (max-width: 800px) {
  h1 {
	color: red;
}
}
*/
/*@media all and (max-width: 1000px) {
  #nav ul li a {
    display: block;
}
}*/