@font-face {
	font-family: Myriad;
	src: url(../fonts/MyriadPro-Regular.eot);
	src: local("Myriad Pro"),
		url(../fonts/MyriadPro-Regular.ttf) format("truetype");
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #614f56;
	font-family: Myriad, helvetica, verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: transparent;
}

img{
	border:0px;
}

p {
	font-family: Myriad, verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
}

a:visited {
	text-decoration: none;
	color: #8d7575;
	border: 0px;
}
a:hover {
	text-decoration: none;
	color: #614f56;
	border: 0px;
}
a:active {
	text-decoration: none;
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #8d7575;
	border: 0px;
}

/*GALLERY CSS*/

.mainContainer #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.mainContainer #splash {
	width:950px;
	height:280px;
	margin: 0 auto;
	padding-top:220px;
	border:none;
	text-align:center;
}

.mainContainer #splash #intro {
	width:300px;
	height:80px;
	margin-left:325px;
}
.mainContainer #header { 
	background: transparent; 
	padding: 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height:80px;
	width: 950px;
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
}

.mainContainer #header #logo {
	width:214px;
	height:80px;
	position:relative;
	float:left;
	background:	url(../images/header.png) no-repeat;
}

.mainContainer .noDisplay {
	font-size:1px;
	display:none;
}

.mainContainer .button{
	position:relative;
	float:left;
	margin-bottom:13px;
	width: 76px;
	height: 22px;
	border:0;
}
.mainContainer #galleries{
	position:relative;
	float:left;
	margin-bottom:13px;
	border:0;
	opacity:0;
	width:76px;
	height: 142px;
}

.mainContainer #galleries img{
	position:relative;
	float:left;
	width: 76px;
	height: 18px;
	border: 0;
}

.mainContainer #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 400px;
	padding: 20px 0 0 0;
	margin: 10px 0 0 0;
	text-align: center;
	background: #ddd;
	font-family: Myriad, verdana, sans-serif;
}

.mainContainer #sidebar .sideButton, #curButton {
	width:90px;
	height:14px;
	padding: 8px 0 8px 10px;
	background: transparent;
	text-align: center;
	clear: both;
	margin:0;
	font-size:14px;
	text-align:left;
}

#curButton {
	margin-left:6px;
	background:#ccc;
}

.mainContainer #sidebar .sideSubButton, #curSubButton {
	width:80px;
	height:15px;
	padding: 1.5px 0 1.5px 10px;
	margin-left:10px;
	background: transparent;
	text-align: center;
	clear: both;
	font-size:12px;
	text-align:left;
}

#curSubButton {
	margin-left:14px;
	background:#d2d2d2;
}

.mainContainer #mainContent { 
	margin: 10px 0px 0px 120px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	text-align:center;
	height:420px;
} 

.mainContainer #mainContent p{ 
	margin:10px 0 0 0;
}

.mainContainer #mainContent p b{ 
	margin:0;
}

.mainContainer #mainContent ul{ 
	margin:0;
}

.mainContainer #mainContent ul li{ 
	margin:0;
	text-align:left;
	font-size:12px;
}

#mainContent form{
	height:400px;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 18px;
	color: #614f56;
	font-family: Myriad, helvetica, verdana, arial, helvetica, sans-serif;
}

#mainContent form .inputLine{
	height:25px;
	width:350px;
	color: #614f56;
	font-family: Myriad, helvetica, verdana, arial, helvetica, sans-serif;
	font-size:16px;
	float: left;
	border: 1px solid #aaa;
}

#mainContent form textarea{
	height: 180px;
	width: 350px;
	color: #614f56;
	font-family: Myriad, helvetica, verdana, arial, helvetica, sans-serif;
	font-size:16px;
	float:left;
	border: 1px solid #aaa;
}

#mainContent form #sendButton{
	height: 50px;
	width: 100px;
	color: #614f56;
	font-family: Myriad, helvetica, verdana, arial, helvetica, sans-serif;
	font-size:16px;
	float:left;
	border: 1px solid #aaa;
}


.lineBreak {
	height:5px;
	width:100%;
	clear:both;
}

.mainContainer #container #footer { 
	padding: 5px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 100%;
	height: 20px;
	text-align: right;
	font-size: 12px;
}