* {
    padding: 0;
    margin: 0;
} 

body {
background: #F3F2E8 url(images/bp2.gif) fixed repeat-y center top;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 11px;
padding: 0;
margin: 0;
color: #666;
line-height: 17px;
}

img { border: none; }
a { color: #807D83; }
a:hover { text-decoration: underline; color : #444; }

#wrap {
background: #fff;
width: 920px;
margin: 5px auto 0 auto;
padding: 0 10px;
border: 1px solid #000;
}

#header {
height: 64px;
line-height: 64px;
}
#header h1 {
font-size: 38px;
font-weight: 600;
letter-spacing: -4px;
}
#header h1 a {
color: #807D83;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
.headerleft {
float: left;
}
.headerright {
float: right;
font-weight: 600;
color: #000;
}

#menu {
margin-top: 5px;
height: 30px;
line-height: 30px;
background: #D01352 url(images/menu.gif) no-repeat;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 10px;
}
#menu li a{ 
color: #fff;
font-weight: 600;
display: block;
text-decoration: underline;
padding: 0 10px;
}
#menu li a:hover {
background: #D01352 url(images/menuover.gif) repeat-x;
}
#menu ul { padding-left: 1px;}

#content {
margin-top: 10px;
}
.right {
float: right;
width: 700px;
}
.right h2 {
color: #E42766;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {
color: #E42766;
}
.right h2 a:hover {
color: #333;
}

.left {
float: left; 
width: 210px;
border: 1px solid #EBE8DB;
background: #FAF9F4;
}
.left h2 { color: #E42766; padding: 15px 0 5px 10px; font-size: 20px; letter-spacing: -1px; font-weight: 100;}
.left ul { padding: 10px 0 10px 30px; list-style-type: square; }
.left ul li { padding-bottom: 5px; }
.left ul li a { color: #777; text-decoration: none;  }
.left ul li a:hover { color: #E42766; text-decoration: underline; }

#footer {
font-size: 11px;
color: #666;
text-align: center;
padding: 10px 0;
margin: 20px 0;
border-top: 1px solid #ccc;
}
#footer a { 
color: #aaa;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#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: 90px;
}

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

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

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