/*Top Level Page Rendering*/
html {
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
margin-left: 5px;
margin-right: 5px;
margin-top: 7px;
margin-bottom: 5px;
}

body {
height: 100%;
overflow:hidden;
margin: 0px;
}
/*END - Top Level Page Rendering*/

/*Firefox Focus Indicator Killer*/
a:focus { outline: none; }
/*END - Firefox Focus Indicator Killer*/

/*Main Layout Elements*/
#wrapper {
height: 100%;
}

#menubar {
height: 5.5%;
margin: 5px;
}

#content {
height: 90%;
padding: 5px;
}

#gallery {
height: 96%;
padding: 5px;
background-color: #000000;
}

#info {
display: block;
position: absolute;
top: 53%;
width: 100%;
height: 0px;
}

#about {
position: relative;
top: -250px;
width: 700px;
height: 500px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 24px;
}

#testimonials {
position: relative;
top: -250px;
width: 700px;
height: 500px;
overflow: auto;
padding-right: 20px;
text-align: justify;
font-family: "Courier New", Courier, monospace;
font-size:14px;
line-height: 24px;
}

#contact {
position: relative;
top: -200px;
width: 500px;
height: 400px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 24px;
}

#formsuccess{
position: relative;
top: -150px;
width: 500px;
height: 300px;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 24px;
}
/*END - Main Layout Elements*/

/*Specific Image Styling*/
#mugshot {
float: right;
margin-left: 15px;
margin-top: 5px;
}

#mail {
text-align: center;
}

#clientarea_pic {
float: right;
margin-left: 15px;
margin-top: 5px;
}
/*END - Specific Image Styling*/

/*About Page Layout*/
#about_menu {
display: block;
width: 700px;
}

#about_content {
width: 700px;
height: 500px;
overflow: auto;
padding-right: 15px;
}


/*END - About Page Layout*/

/*Contact Form Layout*/
#form {
width: 500px;
margin-right: auto;
}

div.row {
clear: both;
padding-top: 5px;
}

div.row span.label {
float: left;
width: 150px;
text-align: left;
}

div.row span.formw {
float: right;
width: 350px;
text-align: left;
} 
  
  div.spacer {
clear: both;
}
/*END - Contact Form Layout*/

/*Client Gallery Page*/
#gallery_selector {
text-align: center;
}
/*END - Client Gallery Page*/

/*Header Styling*/
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
text-align: inherit;
font-weight: 100;
display: inline;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 14px;
text-align: inherit;
font-weight: bold;
}
/*END - Header Styling*/



