/* --------- 1. defaults  --------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }

strong { font-weight: bold }
em { font-style: italic }

html {overflow-y: scroll;} /* forces vertical scrroll-bar in Firefox*/
body {margin:0; padding:0px 0px 0px 0px; border:0; height:100%;}

body {
	font-family: Verdana, Geneva, sans-serif;
		}
.separator {
	clear: both;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*  --------- Overall structure  --------- */
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0px auto;
}

#logo_name {
	float: right;
	position: fixed;
	margin-left: 266px;
	height: 130px;

		}
* html #logo_name {
	margin-left: 0px; !important; /*IE 6*/
}

/*  --------- Navigation  --------- */

#navigation  {
	float: left;
	display: block;
	width: 266px;
	background-color: #FFFFFF;
	position: fixed;
		}

#nav {
	font-size: 90%;
	margin: 20px 0px 0px 72px;
}
* html #nav {
	margin: 10px 0px 0px 72px; !important; /*IE 6*/
}
#navigation a {
	text-decoration: none;
	}
#navigation a:hover {
	color:#333;
	font-weight: bold;
	}
.menuUp {
	color: #333;
	}
.menuDown {
	color: #333;
	font-weight: bold;
	}

#nav li {
	margin-bottom: 10px;
		}

#email {
	padding: 0px;
	width: 100px;
	text-align: right;
	float: left;
	}
#email a {
	display: block;
	margin: 0px 0px 0px 0px;
	color: #993300;
	}
#email a:hover {
	color: #993300;
	font-weight: normal;
	text-decoration: underline;
	}

/*  --------- Main Content --------- */
#content_main {
	margin-top: 130px;
	float: right;
	width: 494px;
}
#content_main div {
	margin-right: 36px;
	background-color: #E1E1E1;

}
* html #content_main {
	margin: 10px 0px 0px 0px; !important; /*IE 6*/
}
#content_main div #homepage {
	background-color: #FFF;
	margin-right: 0px;

}
/* ---------- Footer -------------*/
#footer {
	font-size: 80%;
	color: #666;
}


/* ------------ Default Fonts ----------------*/

h1 {
	font-size:120%;
	font-weight:normal;
	padding: 6px 8px 10px 8px;
	color: #666;
		}
h2 {
	font-size:110%;
	font-weight:normal;
	padding: 0px 8px 10px 8px;
	color: #336699;
		}
p, td {
	font-size: 80%;
	margin: 0px 8px 8px 8px;
}

a {
   outline: none;
}
.copyright {
	font-size: 70%;
	margin: 60px 0px 0px 70px;
}
.compositions {	color: #663366;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
}
.smallfont {
	font-size: 60%;
	font-style: italic;
}