/*index.html CSS design by Nicolas Kern*/

body {
	width: 960px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	/*background-color: #EEEEEE;*/
	font-family: Trebuchet MS, Verdana;
}

.copypastebox {
	width: 210px;
	border: 1px solid #444;
	overflow: auto;
	font-size: 70%;
	text-align: left;
	white-space: normal;
}

#header {
	text-align: center;
}

#subh1 {
	font-size: 10px;
	font-weight: normal;
}

p {
	font-weight: bold;
}

#menuglobal {
	float: left;
}

.menu, .menu2 {
	background-color: #f2f2f2;
	padding: 5px;
	text-align: center;
	-moz-border-radius-topleft: 10%;
	-moz-border-radius-topright: 10%;
	-moz-border-radius-bottomleft: 10%;
	-moz-border-radius-bottomright: 10%;
}

.menu_img {
	width: 200px;
}

#content {
	margin-left: 200px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 90%;
	/*background-color: #f2f2f2;*/
	-moz-border-radius-topleft: 3%;
	-moz-border-radius-topright: 3%;
	-moz-border-radius-bottomleft: 3%;
	-moz-border-radius-bottomright: 3%;
}

body div#content div {
	text-indent: 30px;
}

.menu p, .menu2 p {
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

.menu p:before {
	content: "- ";
}

.menu_title {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	color: black;
	text-align: right;
	text-decoration: none;
}

#footer {
	/*padding: 5px;*/
	text-align: center;
	font-size: 70%;
	background-color: #f2f2f2;
	clear: left;
	-moz-border-radius-topleft: 2%;
	-moz-border-radius-topright: 2%;
	-moz-border-radius-bottomleft: 2%;
	-moz-border-radius-bottomright: 2%;
}
