@charset "utf-8";
/* CSS Document */

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, ol, ul {
	text-align: justify;
	line-height: 160%;
}

ul {
	list-style-type: square;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

.link1 {
	text-decoration: none;
	color: #FFFFFF;
}

.link:hover {
	text-decoration: underline;
}

/** HEADER */

#header {
	float: left;
	width: 180px;
	margin-right: 1px;
	padding: 10px;
}

#header h1 {
	margin: 0px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

/** MENU */

#menu {
	float: left;
	width: 125px;
}

html>body #menu {
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 120px;
	padding: 20px 0px;
	background-color: #999999;
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #666666;
	border: 1px solid #000000;
}

/** CONTENT */

#content {
	float: left;
	width: 400px;
	padding: 20px;
	min-height: 400px;

	background-color: #FAF6F6;
	border-right: 1px solid #000000;
}

#content h2 {
}

#left {
}

#right {
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	padding: 0px 10px;
	background-color: #999999;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}

h1 {font-family: "Courier New", Courier, monospace;font-size: 15px;font-style: italic;color: #666666;letter-spacing: 2px;word-spacing: 2px;}
h2 {font-family: "Courier New", Courier, monospace;font-size: 17px;font-style: italic;color: #999999;letter-spacing: 2px;word-spacing: 2px;}
h3 {font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;font-variant: small-caps;color: #000000;}
h4 {font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;font-variant: small-caps;color: #000000;border-left-width: 5px;border-left-style: solid;border-left-color: #CCCCCC;background-color: #999999;}
h5 {}
