/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	background-color: #333;
	}
	
/* layout */

#wrapper {
	margin-top: 0px;
	width: 725px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #000;
}

#header {
	width: 725px; 
	Height: 175px; 
	top: 0px; 
	left: 0px;
	background-image: url(../images/header.jpg);
}

#contentArea {
	width: 725px;
	float: left;
	left: 0px;
	padding: 0px;
	background-image:url(../images/contentshim.jpg);
}
#leftcol {
	width: 440px;
	top: 0px;
	left: 0px;
	float:left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#rightcol {
	width: 245px;
	top: 0px;
	left: 480px;
	float:right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer {
	background-color:#333333;
	width: 725px;
	height: 60px;
	clear: both;
}

#nav {
	top:100px;
	left:44%;
	display:block;
	position:absolute;
	height:45px;
	width:447px;
	z-index:999;
	background-image:url(../images/menubar.gif);
	text-align:left;
	text-indent: 50px;
}

/* sidebar */

#sidebartop {
	height: 35px;
}

#sidebarcontent {
	background-image:url(../images/iesucks.gif);
	background-color:1d1d1d;
	vertical-align: top;
}

#sidebarbtm {
	height: 15px;
	vertical-align: top;
}

p.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 40px 0px 25px;
}

p.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #fabe00;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 40px 0px 25px;
}

p.sidebar a {
	color: #fabe00;
	text-decoration:none;
}

p.sidebar a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* type */

a.nav {
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 45px;
	}
a.nav:hover {
	color: #fff;
}
	
p.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 14px;
}

p.body a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fabe00;
	font-size: 14px;
	line-height: 14px;
	text-decoration:none;
}

p.body a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #fabe00;
	font-size: 14px;
	line-height: 15px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #fabe00;
	font-size: 16px;
	line-height: 18px;
}

#neue {
	background-image:url(../images/neue.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

