body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	background: rgb(255,255,245) url(images/bg.png) repeat-x;
	font: normal .7em Tahoma, Arial, Helvetica, Sans-Serif;
	color: rgb(30,30,30);
	color: #1e1e1e;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
	color: #dc0028;
}

/* menu */

#menu a, #menu a:visited , #menu a:active {
	background-color: #000;
	display: block;
	text-decoration: none;
	font: 1.2em Tahoma, Arial, Helvetica, Sans-Serif;	
	text-align: center;
	color: #808080;
	margin-left: 1px;
	margin-right: 1px;
	border: solid 1px #808080;
	line-height: 30px;
}

#menu a:hover {
	background-color: #282828;
	text-decoration: none;
	color: #e6e6e6;
	border: solid 1px #b6b6b6;
        background-image:url(images/mover.jpg);
}

/* Boxed */

.boxed {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: rgb(240,240,240);
}

.boxed .heading {
	margin: 0 0 10px 0;
	background-color: #000;
	border: solid 1px #808080;
	padding: 7px 15px;
	font: 1.2em Tahoma, Arial, Helvetica, Sans-Serif;	
	color: #e6e6e6;
}

.boxed .content {
	margin: 0 0 0 0;
	padding: 5px 14px 10px 14px;				
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 4px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	background: url(images/arrow.png) no-repeat left center;
	text-decoration: none;
	color: #1e1e1e;
}

/* Boxed_1 */

.boxed_1 {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: rgb(240,240,240);
}

.boxed_1 .heading {
	margin-top: 0; 
	padding: 7px 15px;
	background: url(images/img_taupe.png) no-repeat center bottom; 
	font: normal 1.2em Tahoma, Arial, Helvetica, Sans-Serif;
	color: #e6e6e6;
}

.boxed_1 .content {
	margin: 0;
	padding: 5px 14px 10px 14px;			
}

/* Wrapper */

#wrapper {
	width: 1100px;
	margin: 0 auto;
}

/* Header */

#header {
	float: left;
	width: 200px;
	height: 150px;
}

#header h1 {
	margin: 0;
	padding: 43px 0 0 0;
	text-align: center;
	letter-spacing: -1px;
	font-size: 2.8em;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.3em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	float: right;
	width: 890px;
	height: 150px;
}

#pages h2 {
	display: none;
}

#pages ul {
	float: right;
	margin: 0;
	padding: 125px 15px 0 0;
	list-style: none;
	line-height: normal;
}

#pages li {
	display: inline;
}

#pages a {
	padding-left: 2em;
	text-decoration: none;
	font: normal 1em Tahoma, Arial, Helvetica, Sans-Serif;
	color: red;
}

#pages a:hover {
	text-decoration: underline;
}

/* Posts */

#posts {
	float: right;
	width: 860px;
	padding-right: 2px;
}

.post {
	padding-top: 10px;
}

.post .title {
	margin: 0;
	font-size: 1.8em;
}

.post .posted {
	margin-top: 0;
	font: normal 1.2em Tahoma, Arial, Helvetica, Sans-Serif;
	color: #999999;
}

.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, Sans-Serif;
	color: #999999;
}

/* Footer */

#footer {
	background: url(images/footer.png) repeat-x;
	clear: both;
	margin-top: -10px; margin-bottom: -24px; 
	text-decoration: none;
	font: normal 1.2em Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;
	color: #e6e6e6;
}