@charset "UTF-8";


html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background-color: rgb(255,255,255);
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	color: rgb(0,0,0);
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	}
	
a:link, a:visited, a:active {
	color: rgb(0,0,0);
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}
	
a:hover {
	background-color: rgb(0,0,0);
	}
	
p#name {
	color: rgb(0,0,0);
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	}
	
em {
	font-weight: bold;
	font-style: normal;
	}
	
ol#links {
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0;
	}
	
ol#info {
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0;
	}
	
ol#links li {
	margin: 0;
	}
	
#logo {
	margin: 10px;
	}
	
#sidebar {
	display: inline;
	float: left;
	margin-right: 75px;
	}
	
#mainWindow {
	display: inline;
	float: left;
	}
	
.description {
	margin-bottom: 25px;
	}
	

	



