body {
  background-image: url("../images/scuffedstatic.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Open Sans', verdana, arial, sans-serif;
}

#container {
  background: #ffffff;
  border: 2px solid black;
  padding: 0px;
  border-radius: 30px;
  width: 1000px;
  margin: auto;
  margin-bottom: 35px;
  box-shadow: 5px 5px 10px #000000;
}

#header {
  background-image: url("../images/title.jpg");
  background-position: left bottom, center center; 
  background-repeat:  no-repeat, no-repeat;
  border-radius: 20px 20px 0px 0px;
  padding: 0px;
  margin: 20px 0px 0px 20px;
  width: 960px;
  height: 100px;
}

#header h1 {
  font-family: 'Open Sans', verdana, arial, sans-serif;
  font-weight: 300;
  font-size: 4em;
  color: rgb(255,255,255);
  color: rgba(255,255,255, 0.7);
  text-shadow: 0px 0px 30px silver;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#navigation {
  background: #2f2f2f;
  padding: 0px;
  align: top;
  height: 30px;
  width: 960px;
  margin: -20px 0px 0px 20px;
}

#navigation ul {
  text-align: center;
  font-size: 16px;
  padding: 0px;
  font-family: 'Open Sans', verdana, arial, sans-serif;
  text-decoration: none;
  text-shadow: 4px 4px 4px black;
}

.menu li {
  display: inline;
  background: #2f2f2f;
  width: 100px;
  padding: 4px;
}

.menu li:hover {
  background: #4c4c4c;
  box-shadow: 3px 3px 3px #000000;
}

.menu li:active {
  box-shadow: 2px 2px 2px #000000;
}

.menu li a {
  color: white;
  text-decoration: none;
}

#content {
  width: 960px;
  background: rgb(255,255,255);
  margin-left: 20px;
  padding-bottom: 0px;
  padding-top: 10px;
  min-height: 500px;
  font-family: 'Open Sans', verdana, arial, sans-serif;
  font-weight: 400;
}

#cv {
  height: 600px;
}

#sidebar {
  background: white;
  float: left;
  width: 350px;
  height: 500px;
  margin-left: 0px;
}

#content_main {
  background: white;
  float: right;
  width: 600px;
  height: 400px;
  margin-right: 0px;
  text-align: left;
}

h2 {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Open Sans Condensed', verdana, arial, sans-serif;
  color: black;
}

p {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 20px;
  text-indent: 50px;
}

#footer {
  clear: both;
  margin: 20px;
  padding-top: 10px;
  background: #2f2f2f;
  color: #ffffff;
  height: 30px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
	
address {
  font-style: normal;
}

#portrait {
  box-shadow: 5px 5px 5px black;
}

#footer p { 
  margin: 0px;
}

a:link {
  text-decoration: none;
  color: #000099;
}
	
a:visited {
  text-decoration: none;
  color: #000099;
}
	
a:active {
  color: #000066;
  text-decoration: none;
}
	
a:hover {
  color: gray;
  text-decoration: none;
}

