* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
line-height: 200%;
color: #333;
padding-top: 40px;
}

a {
color: #333;
text-decoration: none;
font-weight: bold;
}

a:visited {
text-decoration: none;
}

a:hover {
color: #333;
background-color: #ccff33;
}

#header {
width: 800px;
height: 210px;
background: #000 url("images/header-contact.jpg") no-repeat;
background-position: top right;
}


#wrapper {
width: 800px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

span.sidetext {
color: #CCC;
font: normal 2px verdana, arial, tahoma, sans-serif;
}

span.mediacontent {
color: #666;
font: normal 14px verdana, arial, tahoma, sans-serif;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: normal 2px verdana, arial, tahoma, sans-serif;
padding-left: 10px;
color: #333;
cursor: default;
}


h2 {
width: 639px;
height: 30px;
background-color: #333;
float: left;
font: normal 2px verdana, arial, tahoma, sans-serif;
padding-left: 10px;
color: #333;
margin-top: 1px;
cursor: default;
}


#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
border-top: 1px solid #fff;
float: left;
position: relative;
top: 31px;
left: -4px;
margin-left: -795px;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 0px;
border: 1px solid #fff;
}

a:hover img {
border-color: #ccff33;
}

#content {
float: left;
width: 500px;
margin: 10px 0 0 10px;
}

#contentResume {
float: right;
width: 648px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333;
  background-color : #ffffff;
  border           : 1px solid #CCCCCC;
}