/* Internet Explorer errors:
  - content starts after submenu
*/

/* CSS */
* {
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 1em;
	font-size: 130%;
}

h2 {
	margin-top: .5em;
	font-size: 110%;
}

h3 {
	margin-top: .5em;
	font-size: 95%;
}

a {
	color: yellow;
}

ul {
	margin-left: 1em;
	list-style-type: none;
}

li {
	margin-left: 1em;
}

body {
	text-align: center;

	margin-bottom: 1em;

	color: white;
	background-color: #555555;
	/*
	background-image: url(/images/background3.png);
	background-repeat: repeat-x;
	*/

	font-family: verdana, helvetica, arial, sans-serif;
	
	/* line-height: 1.6em; */
}

#header {
	text-align: center;
	
	padding: 1em;

	color: red;
	background-color: #303030;

	font-size: large;
}

#content {
	text-align: left;

	padding: 1em;
	margin-left: 110px;
	
	color: white;

	font-size: 80%;
}

#footer {
	text-align: center;
	vertical-align: middle;
	
	padding: .5em;

	color: red;
	/* background-color: #303030; */

	font-size: 100%;
	font-style: italic;
}

#container {
	width: 740px; /* added for Internet Explorer, which doesn't understand max-width */
	max-width: 740px;
	min-height: 481px;

	margin-left: auto;
	margin-right: auto;

	position: relative;
	/* background-color: #555555; */
	background-image: url(/images/background3.png);
	background-repeat: repeat-x;

	border-color: #303030;
	border-style: dashed;
	border-top-style: none;
	border-width: 1px;
}

#icon {
	clear: left;
	float: left;
}

#icon img {
	border-width: 0px;
}

#menu {
	text-align: center;

	padding: 1em;

	/* background-color: #111111; */
}

#menu ul {
	list-style: none;

	margin-left: 0px;
}

#menu li {
	display: inline;

	margin-left: 0px;
	padding: .5em;
}

#menu li#active_menu {
	font-weight: bold;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:active {
	font-weight: bold;
}

#submenu {
	clear: left;
	float: left;

	min-height: 300px;
	max-height: 300px;
	width: 100px;

	text-align: left;

	padding: .5em;

	/* background-color: #222222; */

	font-size: 80%;
	font-style: italic;
}

#submenu ul {
	list-style: none;

	margin-left: 0px;
}

#submenu li {
	/* display: inline; */

	margin-left: 0px;
	padding: .5em;
}

#submenu li#active_submenu {
	font-weight: bold;
}

#submenu a {
	text-decoration: none;

	/* color: #551A8B; */
}

#submenu a:hover {
	text-decoration: underline;
}

#validbox {
	clear: left;
	float: left;

	position: absolute;
	bottom: 0;
	left: 0; /* added for Internet Explorer, which doesn't understand normal page flow */

	width: 100px;

	text-align: center;

	padding: .5em;

	background-color: #505050;

	font-size: 80%;
}

/* about */
#about_me img {
	float: left;
	padding-top: .5em;
	padding-right: 1em;
	padding-bottom: 1em;
}

#about_site {
	clear: left;
}


