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

html, body {
background: #cee7fa url(../images/bg.jpg) repeat-x;
height: 100%;
color: #333;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

#hd {
height: 265px;
background-image: url(../images/header_bg.png);
}

.yui-g {
background-image: url(../images/body_bg.png);
padding: 0 60px 0 50px;
font-size: 1.1em;
}

#ft {
background-image: url(../images/footer_bg.png);
background-repeat: no-repeat;
padding: 10px 50px 30px 50px;
height: 150px;
text-align: center;
color: #666;
font-weight: bold;
}

#nav {
position: relative;
left: 40px;
top: 38px;
font-size: 16px;
font-weight: bold;
}

p {padding: 5px 0;}

/* === Menu === */

h1 {
font-size: 1.8em;
font-weight: bold;
text-align: center;
color: #DC0800;
}

h2 {
font-size: 1.2em;
color: #DC0800;
font-weight: bold;
text-decoration: underline;
text-align: center;
}

h3 {
font-size: 1.1em;
color: #DC0800;
font-weight: bold;
}

#menu
{
  height: 32px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: left;
  display: block;
  width: 90px;  height: 32px;  
}

#menu a
{
  display: block;
  width: 90px;  height: 32px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #666; 
}

#menu a:hover, #menu a:active
{
  color: #333; 
}

#menuselected a:hover, #menuselected a:active, #menuselected a:hover, #menuselected a:visited, #menuselected a:link
{
color: #e33730;
}

/* contact form */
#contact-text{
float: right;
width: 250px;
margin-right: 30px;
}
#contact-area {
	width: 600px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 180px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	margin-right: 75px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.error{
	font-size: 1em;
	width:300px;
	padding: 0 0 10px 115px;
	color: #e33730;
}