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

/*RESET*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, small, strike, strong, sub, sup,
b, u, i, center, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}



/*MAIN STYLES*/

body {
font-family: Arial, Helvetica, sans-serif;
color: #1F1F1F;
font-size: 11px;
line-height: 16px;
background-color: #efefef;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

a {
font-weight: normal;
color: #4D4D4D;
text-decoration: none;
}

a:hover {
color: #e88570;
text-decoration: none;
}





#container {
width: 1199px;
height: 599px;
}


#left {
padding-top: 30px;
padding-bottom: 20px;
padding-right: 2%;
padding-left: 1%;
width: 12%;
float: left;
margin: 0px;
background-color: #FFFFFF;
border-left: solid #efefef 19px;

}


#right {
padding-top: 30px;
padding-right: 2%;
padding-left: 2%;
width: 77%;
float: left;

}





h1 {
font-family: garamond premier pro, serif, "Times New Roman", Times, serif;
color: #1F1F1F;
font-size: 36px;
line-height: 41px;
text-align: left;
letter-spacing: 2px;
}



h2 {
font-family: garamond premier pro, serif, "Times New Roman", Times, serif;
color: #1F1F1F;
font-size: 18px;
line-height: 19px;
text-align: left;
}


h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: 50;
color: #FFFFFF;
font-size: 32px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
}



#nav li a {
font-family: Arial, Helvetica, sans-serif;
color: #4D4D4D;
border-bottom: solid #FFFFFF 1px;
font-size: 11px;
text-transform: none;
line-height: 15px;
text-align: left;
display: block;


}

#nav li a:hover {
color: #696969;
border-right: solid #e88570 5px;
border-bottom: solid #e88570 1px;
line-height: 15px;
color: #717171;
text-decoration: none;

}



ul {
font-family:arial, sans-serif;
color: #6B6B6B;
font-size: 11px;
line-height: 14px;
text-transform: normal;

text-align: left;
}



  span.links {
font-family: hevetica, arial, sans-serif;
text-transform: uppercase;
color: #2C2C2C;
font-size: 28px;
line-height: 28px;
letter-spacing: 2px;
  }



  span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
  }



