* {
box-sizing: border-box;
margin:0;
padding:0;
}

body {
    background:#E3DED9;
    font-family: 'Pavanam', sans-serif;
}

.outer {
    width:1005px;
    background: #f8f8f8;
    height: auto;
    margin: 0 auto;
}


.block {
    background: url('http://i66.tinypic.com/5eh79e.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:1;
  position:relative;
  margin-top:60px;
  width:100%;
  height:400px;
}

.content {
    position:relative;
    text-align: left;
    padding: 10px;
    margin:5px;
    color: #000;
    background:transparent;
    font-size: 18px;
    font-family: 'Pavanam', sans-serif;
    letter-spacing:0.5px;
}

navside {
    list-style-type:none;
    width:170px;
}

navside ul {
    width:170px;
}

navside li {
    width:170px;
    font-size: 15px;
    display:block;
    margin: 3px 10px;
    background: #b2cae1;
    padding:3px;
}

navside li a:link {
    list-style-type:none;
    text-decoration:none;
    color:#000;
}

navside li a:visited {
    list-style-type:none;
    text-decoration:none;
    color:#000;
}

navside li a:hover {
    color:#454545;
}

nav {
    position: fixed;
    background: #fff;
    opacity: 0.7;
    z-index: 10;
    height: 60px;
    width:100%;
    top:0;
    font-family: 'Pavanam', sans-serif;
}

nav ul {
	text-align: center;
	font-size: 20px;
	margin: 0 10px;
}

nav li {
    display: inline-block;
    margin: 0 10px;
    padding: 20px 10px;
    opacity: 0.7;
}

nav a:link {
    text-decoration:none;
    color: #000;
}

nav a:visited {
    text-decoration:none;
    color: #000;
}

nav a:hover {
    text-decoration:none;
    color: #ddd;
}
 

a:link {
    text-decoration:none;
    color: #4B6090;
}

a:visited {
    text-decoration:none;
    color: #4B6090;
}

a:hover {
    text-decoration:none;
    color: #ddd;
}
h2 {
    text-align:left;
    position:relative;
    color: #000;
    padding: 10px 10px 0 10px;
    margin: 5px;
    font-size: 50px;
    width: 40%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight:100;
}

table {
  border-collapse: separate;
  border-spacing: 0.2em;
  width:980px;
}
  
th,td {
  padding: 0.2em 0.5em;
}  

thead th {
  background-color: #b2cae1;
  color: #000;
}

td {
  text-align: left;
}   

td:empty{
  box-shadow: none;
}