
/***** HTML *****/

html {
	margin: 0px;
}

body { 
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	margin:0px 0px; 
	padding:0px; 
	text-align:left;
}

h1 {
   font-size: 18px;
   line-height:16px;
   margin:0px; 
   margin-top: 0px;
   margin-left: 0px;
   color: #44443F;
   font-weight: bold;
   font-family: palatino, georgia, serif;
}

h2, h3 {
   font-size: 13px;
   line-height:16px;
   margin-top: 25px;
   margin-left: 0px;
   margin-bottom: 10px;
   color: #44443F;
   font-weight: bold;
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

/***** HEADER *****/ 
#header_nav {
	margin-top: 155px;
	margin-left: 54px;
	font-size: 13px;
	color: #CE7246;
	width: 220px;
	height: 900px;
    text-align:right; 
    float: left;
	white-space: nowrap;
	line-height: 32px; 
	font-weight: strong;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing: 2px;
}


#header_nav a {
	color: #CE7246;
	text-decoration: none;
}

#header_nav a:hover {
	color: #CE7246;
	text-decoration: underline;
}


/***** content box *****/

.content_box {
   width: 600px;
   float: left;
   margin-top: 120px;
   margin-left: 40px;
}

.content_box p {
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
   line-height: 160%; 
   text-align: justify;
   font-size: 12px; 
}

.content_box ul {
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
   line-height: 160%; 
   text-align: justify;
   font-size: 12px; 
}

.content_box a{
   text-decoration: none;
   color: #666666;
}
