@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: #434343;
font-size: 11px;
line-height: 16px;
background-color: #efefef;
}

a {
font-weight: normal;
color: #608f7b;
text-decoration: none;
}

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





body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

#design_header
{
width: 899px;
margin: 0px auto;
top: -99px;
}

#design_links
{
width: 899px;
height: 25px;
margin: 0px auto;
padding: 5px;
text-align: right;
}


.navlinks a
{
font-family: garamond, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 22px;
color: #434343;
padding-left: 9px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
display: inline;
}

.navlinks a:hover {
font-family: garamond, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 22px;
color: #ffffff;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
display: inline;
}





#design_container
{
width: 899px;
margin: 0px auto;
}

#design_main {
width: 899px;
}

#leftcolumn {
width: 170px;

float: left;
overflow: auto;
padding: 5px;

}

#rightcolumn {
width: 699px;

float: right;
overflow: auto;
padding: 5px;

}


#item {
width: 551px;
height: 245px;
overflow: auto;
}

#itemleft {
width: 389px;
height: 245px;
float: left;
}

#itemright {
width: 150px;
height: 245px;
float: right;
text-align: left;
}



h1 {
font-family: garamond premier pro, serif, "Times New Roman", Times, serif;
color: #272727;
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: #272727;
font-size: 18px;
line-height: 19px;
text-align: left;
}


h3 {
font-family: Arial, Helvetica, sans-serif;
color: #e88570;
font-size: 16px;
line-height: 18px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
}





#nav li a {
font-family:Garamond Premier pro, serif;
color: #272727;
background-color: #a2cfe2;
border-bottom: solid #efefef 1px;
font-size: 12px;
text-transform: none;
font-weight: bold;
line-height: 31px;
letter-spacing: 2px;
text-align: center;
display: block;


}

#nav li a:hover {
border-right: solid #397fbd 5px;
background-color: #a2cfe2;
color: #272727;
text-decoration: none;

}



span.links {
font-family: Arial, Helvetica, sans-serif;
color: #434343;
font-size: 10px;
line-height: 14px;
}



#copyright {
color: #666666;
font-size: 10px;
line-height: 14px;
}





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



