body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/bg.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background:   url(../img/blockquote.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background:  url(../img/header.jpg);
}

#header h1, #header h2 {
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	color: #FFA415;
}

#menu a, #menu .activeSite {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../img/menuBg.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu .activeSite {
	color: #FFA415;
}

#menu a:hover {
	color: #FFA415;
}

#menu .first a {
	background: none;
}

#menu .first .activeSite {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../img/cntFooter.jpg) repeat-x left bottom;
}

#content img {
	padding: 0px;
	border: 1px solid #EEEEEE;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background:   url(../img/blockquote.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background:  url(../img/dot.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 18px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	text-align: center;
	background: #2D2D2D url(../img/footer.gif) repeat-x;
	position: fixed;
	bottom: 0;
	left: 0;
}

#footer p {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #999999;
}

#footer a {
	color: #F49500;
	text-decoration: none;
}

#footer a:hover {
	color: #D8D8D8;
}

/* Skipper */

#skipper { 
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
}
#topOfThePage { 
	position: fixed; 
	bottom: 0; 
	right: 0; 
	display: block; 
	width: 80px; 
	height: 20px; 
	width: 20px; 
	height: 18px; 
	text-indent: -9999px;
	background: url("../img/top.gif") no-repeat 100% 100%; 
	border: 0; 
	text-decoration: none; 
}
