@charset "utf-8";

html {
height: 100%;
overflow: auto;
}
body {
background-color: #1e1e1e;
background-image: url(images/body_bg.gif);
background-position: top center;
background-repeat: repeat-x;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}

p {
margin: 0;
padding: 0;
}
a {
color: #00ccff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border: 0px;
}
#flashContent {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
}
#wrapper {
position: relative;
width: 900px;
padding-left: 25px;
padding-right: 25px;
background-image: url(images/bg_image.jpg);
background-position: top center;
background-repeat: no-repeat;
margin: 0 auto;
}
#wrapperBody {
position: relative;
clear: both;
text-align: left;
margin: 0 auto;
}
body#flashGallery #wrapper {
z-index: 100;
}
#flashContent, #flashWrapper {
z-index: 120;
}
#flashWrapper {
height: 700px;
}
#topContainer {
position: relative;
width: 900px;
height: 208px;
}
.logo {
position: absolute;
top: 20px; 
left: 0px;
}
.menuPortfolio {
position: absolute;
top: 20px; 
right: 202px;
}
.menuBiography {
position: absolute;
top: 20px; 
right: 93px;
}
.menuContact {
position: absolute;
top: 20px; 
right: 0px;
}
.header {
position: absolute;
top: 121px;
left: 0px;
}
.subMenu {
position: absolute;
top: 184px;
left: 0px;
}
.contentImg {
width: 200px;
padding-right: 30px;
padding-top: 21px;
float: left;
}
.bioText {
width: 200px;
color: #b5b5b5;
font-size: 11px;
text-align: left;
padding-right: 30px;
padding-top: 21px;
float: left;
}
.bioText2 {
width: 440px;
color: #b5b5b5;
font-size: 11px;
text-align: left;
padding-top: 21px;
float: left;
}
.contactText {
width: 173px;
color: #b5b5b5;
font-size: 11px;
text-align: left;
padding-right: 30px;
padding-top: 21px;
float: left;
}
.contactText2 {
width: 467px;
color: #b5b5b5;
font-size: 11px;
text-align: left;
padding-top: 21px;
float: left;
}
.formContainer {
width: 203px;
color: #b5b5b5;
font-size: 11px;
text-align: left;
padding-top: 21px;
float: left;
}
.formContainer2 {
position: relative;
width: 467px;
color: #b5b5b5;
font-size: 11px;
text-align: left;
padding-top: 46px;
float: left;
}
.textField1 {
width: 182px;
height: 18px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #343434;
padding-left: 4px;
padding-top: 4px;
background-color: #343434;
font-size: 11px;
color: #b5b5b5;
}
.textField2 {
width: 300px;
height: 136px;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #343434;
padding-left: 4px;
padding-top: 4px;
background-color: #343434;
font-size: 11px;
color: #b5b5b5;
overflow: hidden;
}
.btnMessage {
position: absolute;
top: 224px;
left: 201px;
}
#wrapperFooter {
position: absolute;
bottom:0;
width: 100%;
height: 24px;
color: #878787;
font-size: 11px;
background-color: #000;
text-align: center;
}
.footerContainer {
width: 900px;
margin: 0 auto;
}
.paragraphLeft {
padding-top: 5px;
float: left;
}
.paragraphRight {
padding-top: 5px;
float: right;
}
.paragraphRight a {
color: #878787;
text-decoration: none;
}
.paragraphRight a:hover {
text-decoration: underline;
}

