@charset "UTF-8";
/* CSS Document */

/*--------------------
John Chanthana



--------------------*/

body {
  margin:0;
  padding:0;
  font: 1em  "Minion Pro", Helvetica, serif;
  background: url(../images/bodyBg.jpg) repeat-x top center #bca996;
  border-top: 4px solid #332c27;
}

h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/*------ wrap -------*/
#wrap {
  margin: 0 auto;
  padding: 0;
  width: 840px;
  background: ;
}

/*------ header -------*/
#header {
  padding: 0;
  width: 840px;
  min-height: 221px;
  background: ;
}

#header h1 {
  float: left;
  width: 400px;
  font-size: 22px;
}

#header ul {
  float: right;
  color: #ffffff;
  width: 219px;
  padding: 5px 5px 0 5px;
  min-height: 77px;
  text-align: center;
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/cSoonBg.jpg) no-repeat top center;
  border: 0px solid black;
}

#header ul li {
  float: right;
  color: #ffffff;
  text-align: center;
  margin: 0 10px 0 0;
  width: 200px;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  border: 0px solid black;
}

/*------ main_content -------*/
#main_content {
  float: left;
  padding: 15px 10px 0 10px;
  margin: 0 0 0 30px;
  width: 760px;
  min-height: 550px;
  background: url(../images/artIllustration.jpg) no-repeat bottom right;
  border: 0px solid black;
}

#main_content p {
  float: left;
  margin: 10px 0 0 0;
  width: 425px;
  background: ;
}

#main_content ul {
  float: left;
  width: 425px;
  margin: 15px 0 0 0;
  clear: none;
  background: ;
}

#main_content ul h3 {
  font-size: 22px;
  
}

#main_content ul li {
  margin: 10px 0 0 20px;
}


/*------ contactForm --------*/
#contactForm {
  float: right;
  width: 300px;
  min-height: 300px;
  background: ;
  
}

#contactForm h4 {
  float: left;
  width: 110px;
  font-size: 22px;
  text-align: right;
  background: ;
}

#contactForm form {
  width: 300px;
  min-height: 200px;
  float: right;
  background: ;
}

#contactForm fieldset {
  border: 0;
}

#contactForm form p {
  width: 280px;
  float: left;
  background: ;
}

#contactForm form label {
  float: left;
  width: 100px;
  text-align: right;
  background: ;
}

#contactForm form input {
  float: right;

}

textarea#comments {
  float: right;
  width: 150px;
  height: 120px;
}

input#send {
  width: 100px;
  float: right;
  margin: 0px 20px 0 0;
  
}

/*------ footer -------*/
#footer {
  float: left;
  margin: 0px 0 20px 45px;
  padding: 15px 0 0 0;
  width: 760px;
  background: pink1;
  border-top: 1px solid #5f534a;
}

#footer p {
  width: 100%;
  text-align: center;
}





