@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-image: url(../images/background_slate.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
}

/* CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
	width: 900px;
}
#wrapper a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#company img {
	padding-top: 20px;
	padding-bottom: 10px;
}

#content {
	width: 725px;
	padding-right: 0px;
	padding-left: 10px;
	position: absolute;
	top: 177px;
	left: 160px;
	height: 936px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content h2 {
	margin-top: 5px;
}

#content_slate {
	width: 725px;
	padding-right: 0px;
	padding-left: 10px;
	position: absolute;
	top: 177px;
	left: 160px;
	height: 600px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
}
#content_slate h2 {
	margin-top: 5px;
}
#content_slate img {
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#content_slate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_slate ul li {
	display: inline;
}
#content_slate ul li a {
	float: left;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
#content_slate ul li a:link, #content_slate ul li a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#content_slate ul li a:hover {
	background-color: #666666;
}

#header {
	height: 160px;
	width: 893px;
	text-align: center;
	padding: 0px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
#header #logo img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#name {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar {
	height: 600px;
	width: 148px;
	padding: 0px;
	position: absolute;
	top: 177px;
	left: 0;
	margin: 0px;
	text-align: center;
}
p {
	font-size: 14px;
	line-height: 130%;
}
.blue {
	color: #0000FF;
}
.white {
	color: #FFFFFF;
}
.turqois {
	color: #33BEED;
}
