/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	background-color: #333;
}

a { color:#ffffff; text-decoration:none; }
h1 { font-size:16px; }
h2 {
	font-size:14px;
	text-align: left;
}

#wrapper {
	width:760px;
	margin:0 auto;
	padding:0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#header {
	width:100%;
	height:157px;
	
}
#header .logo { float:left; }
#headinfo { float:right; width:200px; margin:10px 5px 0 0; height:20px; padding:05px 0 10px 0;  text-align:center; }
#headinfo a { color:#000000; }
#headinfo a:hover { color:#ffffff; border-bottom:1px solid #ffffff; }

.logotext { float:left; width:200px; margin:55px 0 50px 30px; font-family:Trebuchet MS; font-size:22px; color:#000; }
.logotext strong { color:#EFEFEF; }
.logotext2 { font-size:14px; }

#nav {
	width:100%;
	overflow:auto;
	padding:0px;
	margin:0;
	background-color:#333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
#nav ul { margin:0; padding:0; }
#nav ul li {
	float:left;
	list-style:none;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	border: thin none #000;
}
#nav ul li a {
	display:block;
	width:100px;
	height:15px;
	padding:8px 0;
	margin:0 0px 0 0;
	background-color:#000;
	text-align:center;
}
#nav ul li a:hover {
	background-color: #000;
	color:#000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#content { width:100%; }

#left {
	float:left;
	width:20%;
	text-align: center;
}
#left ul { margin: 0; padding:0; }
#left ul li { list-style:none; margin:0px 0; padding:0; }
#left ul li a {
	display:block;
	width:120px;
	margin:0;
	padding:5px;
	background-color:#333;
}
#left ul li a:hover {
	background-color:#333;
	text-align: center;
}
#left ul li ul { margin: 0; padding:0; }
#left ul li ul li { list-style:none; margin:0px 0; padding:0; }
#left ul li ul li a {
	padding:5px;
	background-color:#333;
}

#breadcrumb {
	float:left;
	width:80%;
	background-color:#000;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#right {
	float:left;
	width:80%;
	text-align: justify;
}
#right .postinfo {
	display:block;
	width:auto;
	margin:5px;
	padding:6px;
	background-color:#333;
	border:1px solid #FFF;
}
#right p a {
	color:#F00;
	font-weight:bold;
}

.clear {
	clear:both;
	color: #CCC;
	background-color: #000;
}
#wrapper #nav p {
	font-weight: bold;
	font-size: 20px;
}
.poep {
	text-align: center;
}
#wrapper #content #left table tr td a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #right p a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #right div .poep a {
}

