/*header*/

div#header p, div#header h1, div#header ul {
	margin: 0;
	padding: 0;
}

div#logo a, p#mediatemple a {
	margin-top: 20px;
	display: block;
}

div#logo h1 a span, div#logo p, p#mediatemple span {
	display: none;
}

div#header {
	background: #1d1d20;
	height: 128px;
	border-bottom: 8px solid #186BC9;
}

div#header-inside, div#footer-inside {
	width: 800px;
	margin: 0 auto;
}

div#logo h1 a {
	background: url(../images/logo.gif) no-repeat;
	height: 80px;
	width: 210px;
	float: left;
}

p#mediatemple a {
	float: right;
	height: 20px;
	width: 113px;
}

ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#menu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

#sidebar li a {
	color: #fff;
}
ul#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}

/*footer*/

#footer {
	background:transparent url(../images/footer.gif) repeat-x scroll center top;
	float:left;
	height:81px;
	width:100%;
}

.alignleft {
	float:left;
	text-align:left;
}
#footer-inside {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
}

#footer-inside {
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	padding-bottom:5px;
	padding-top:25px;
	position:relative;
}

#footer-inside a {
	color:#38BEF0;
	text-decoration:none;
	font-weight:normal;
}

#footer-inside a:hover {
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:underline;
}

#footer p {
	text-align:center;
}