/* -------------------- GLOBAL LAYOUT -------------------- */

#header {
	text-align: center;
	height: 100px;
}

#nav {
	clear: both;
	background: url(images/navback.gif) #efefe1;	
	text-align: center;	
	height: 30px;
}

#banner {
	height: 220px;
	background-color: #455c4a;
	background: url(images/letters.jpg);
	clear: both;
	text-align: center;	
	overflow:hidden;
}

#box {
	width: 235px;
	height: 180px;
	background-color: #fff;
	top: 20px;	
	margin-top: 20px;
	float: right; 	
}

.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* -------------------- GLOBAL STYLE -------------------- */

* {
   margin: 0px;
   padding: 0px;
   border: 0px;
   text-align: left;
}

a {
	color: #455c4a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	text-align: center;
	}

h1 {
	font: 20px verdana;
	padding: 30px 4px 40px 4px;
	line-height: 18px;
}

h2 {
	font: 18px verdana;
	padding: 30px 0px 20px 0px;
	line-height: 18px;
	font-weight: bold;
	color: #455c4a;
}

h3 {
	font: 14px verdana;
	padding: 4px 0px 0px 0px;
	line-height: 18px;
	font-weight: bold;
}

p, li {
	font: 12px verdana;
	padding: 10px 0px;
	line-height: 22px;
	color: #444;
}

b {
	color: black;
}

.container ul {
	margin: 5px 0px 15px 30px;

}

.email {
	font-weight: bold;
	color: #455c4a;
}

li {
	padding: 0px;
}

.trans { 
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
}

/* -------------------- HEADER -------------------- */

#header img {
	margin-top: 10px;
}

#header .hh {
	float: left;
}

#header-contact {
	float: right;
}

/* -------------------- NAV -------------------- */

#nav ul {
	list-style: none;
	margin: 0px;
}

#nav li {

	text-align: center;
	float: left;
	padding: 4px 25px 4px 25px;
	margin-right: 5px;
	
}

#nav a:hover{
	text-decoration: none;
}

/* -------------------- BOX -------------------- */

#box p {
	font-size: 11px;
	color: black;
	line-height: 17px;	
	padding: 15px 15px 5px 15px; 
}

#box p.author {
	text-align: right;
	font-style: italic;
	padding-top: 0px;
}

/* -------------------- FOOTER -------------------- */

#footer {
	background: url(images/footer-logo.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 100px;
	margin-bottom: 30px;
	clear: both;
}

#footer p {
	font-size: 11px;
	color: #888;
	padding: 20px 0px 10px 0px;
}

.active {
	background-color: #455c4a;
}

.link {
	color: white;
}


