* {
	margin: 0;
}

html,
body {
	font-family: Verdana, Geneva, sans-serif;
	/* font-family: Courier, "Andale Mono", Monaco, Mono; */
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: auto;
}

body {
	opacity: 0;
}
body.loaded {
	opacity: 1;
}

#wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
}

* html #wrapper {
	position: relative;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* MENU STYLE */

#menu {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 300px;
}

* html #menu {
	position: absolute;
}

.name {
	display: block;
	width: 300px;
	background: #EEE;
	padding: 20px 0px 10px 32px;
	margin: 0;
}

.name img {
	border: 0;
}

* html .name img {
	padding-bottom: 5px;
}

.name a {
	display: block;
	width: 260px;
	padding-bottom: 2px;
}

.name a:hover {
	color: #3366CC;
	padding: 0;
	border-bottom: 2px solid #3366CC;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	width: 300px;
}

.menuheader {
	border-bottom: 1px dashed #000;
	padding-bottom: 1px;
	padding-left: 2px;
	display: block;
	width: 300px;
	cursor: default;
}

.menuheader:hover {
	border-bottom: 2px solid #3366CC;
	padding-bottom: 0;
	color: #3366CC;
	cursor: default;
}

.menuitem {
	padding-left: 2px;
	display: block;
	width: 300px;
}

.menuitem:hover {
	color: #FFF;
	background: #3366CC;
	text-decoration: underline;
}

/* CONTENT SYTLE */

#content {
	position: absolute;
	left: 350px;
	top: 20px;
	width: 750px;

	background: #FFF;
	border: 20px solid #FFF;
	border-bottom: 5px solid #FFF;
}

#content img,
#content p {
	margin-bottom: 25px;
}

.projectname {
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	padding-top: 19px;
	border-top: 3px double #000;
	/* background: url('images/top.gif') repeat-x; */
}

#content a {
	color: #3366CC;
	text-decoration: underline;
}

#content a:hover {
	color: #FFF;
	background: #3366CC;
	border: 2px solid #3366CC;
	padding: 0;
	text-decoration: underline;
}

/* FOOTER SYTLE */

#footer {
	position: fixed;
	bottom: 30px;
	left: 28px;
	display: block;
	width: 300px;
	background: #FFF;
	border-top: 1px dashed #000;
	padding-top: 4px;
	padding-left: 2px;
	cursor: default;
}

#footer:hover {
	border-top: 2px solid #000;
	padding-top: 3px;
	cursor: default;
}

* html #footer {
	position: absolute;
}