body {
	font-family: "andale mono", "Courier New", Courier, monospace;
	font-size: 12px;
	color: black;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align:center;
}

a:link   {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin-top:0;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 15px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	border: 0px solid red;
	text-align:left;
}

#menu {
	float: left;
	width: 100px;
	padding: 0;
	border: 0px solid red;
	margin: 50px 25px 0 0;
}

#menu #current, #menu #current a {
	margin-left: 0px;
	margin-bottom: 20px;
	color: red;

}

#menu #current a { 
 	margin-left: 0;
	width: 100px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0px;
	width: 100px;
}

html>body #menu ul {
	width: 100px;
}

#menu li {
	padding-bottom: 0;
	padding-top: 5px;
	margin-bottom: 11px;
	border-top: 1px dashed black;
}

#menu ul ul {
	padding: 0 0 0px 0;
	margin: 0 0 0 -10px;
	border-top: 0;
}

html>body #menu ul ul {
	margin: -10px 0 0 -10px;
	padding: 0 0 10px 0;
}

#menu ul ul li {
	margin-bottom: 0;
	border-top: 0;
	padding-top: 0;
}

#menu ul ul li a {
	background-color: white;
	margin-left: 11px;
	color: #777777;

}

#main_content, #main_content_text {
	border: 0px solid red;
	width: 500px;
	margin-right: 38px;
	padding:0;
	float: left;
}

#main_content_text {
	margin-top: 50px;
}

#main_content_text img {
	margin-right: 35px;
	margin-bottom: 40px;
	float: left;
}

#main_content_text p {
	clear: both;
	margin-bottom: 0px;
}

html>body #main_content_text p {
	margin-bottom: 12px;
}

#right_col, #right_col_dotted {
	float: left;
	width: 192px;
	margin-top: 152px;
	padding-left: 38px;
	padding-right: 0;
	}

#right_col h2, #right_col_dotted h2 {
	font-weight: normal;
}

#right_col_dotted {
	border-left: thin dashed black;
	margin-top: 50px;
}
	
#copyright {
	margin-top: 80px;
	font-size: 10px; 
	color: #CCCCCC;
}