/* layout css */
html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #780303;
	font-family: tahoma, arial, helvetica, verdana, geneva,  sans-serif;
	/*width: 100% */
	font-size: 62.5%;
}
h1{
	margin: 0px;
}
h2{
	margin: 0px;
}
a:link, a:visited{
  color: #333333;
  
}
a:hover{
  text-decoration: none;
  color: #780303
}
.underline a:link, .underline a:visited{
  text-decoration: underline;
}
#wrapper{
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#content_wrap{
  position: relative;
  top: 22px;/*check footer height*/
  border-top: 3px solid #8D877A;
  border-left: 3px solid #7B766A;
  border-right: 3px solid #7B766A;
  border-bottom: 3px solid #8D877A;
  min-height: 500px;
  margin-bottom: 10px;/*footer txt*/
}
#back_screen{
  border-top: 5px solid #ffffff;
  border-left:5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  min-height: 490px;/*must be 10 px less than content min-height*/
  background-color: #EDECDD;
}
#header{
  border-bottom: 3px solid #ffffff;
}
.logo a img{
  border: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
#content{
  clear: both;
  position: relative;
  top: 0px;
}
#home_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/home2.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
#about_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/about3.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
#designers_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/designers2.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
#events_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/events3.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
#gallery_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/gallery4.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
#press_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/press6.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
#contact_back{
  clear: both;/*keeps opera happy*/
  position: relative;
  background-image: url('../layout_images/contact2.jpg');
  background-repeat: no-repeat;
  min-height: 500px;
  height: 500px;
  padding: 0px;
}
/*.contact_header{
  font-weight: bold;
  color: #780303;
}*/
#footer{
  clear: both;
	text-align: center;
	font-size: 1.2em;
	color: #999999;
	padding-bottom: 25px;
}
#footer a:link, #footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #ffffff;
}
#left_content{    /*main content area*/
  /*clear: both;*/
  position: relative;
  top: 15px;
  left: 15px;
  width: 470px;
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border: 5px solid #EDECDD;
  opacity: .90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
}
#right_content{
  /*clear: both;*/
  position: relative;
  top: 15px;
  left: 460px;
  width: 470px;
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border: 5px solid #EDECDD;
  opacity: .90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}
