


* {
	margin: 0;
	padding: 0;
}

body {
	background: #485C6F url(images/img01.gif) repeat-x;
	font-family: Arial;
	font-size: 13px;
	color: #4A5157;
}

h1, h2, h3 {
	color: #EDEDED;
}

h1 {
	letter-spacing: -1px;
	font-size: 15px;
}

h2 {
	font-size: 12px;
	color: #EDEDED;
	margin-top: 16px;
	margin-bottom: 3px;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	
	text-align: justify;
	color: #222222;
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 800px;
	height: 106px;
	margin: 0 auto;
}

#logo h1 {
	
	padding: 10px 170px 0 0;
	height: 30px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
	float: right;
	padding: 98px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

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

/* Menu */

#menu {
	width:670px;
	height: 35px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	margin: 0 5px;
	padding: 0px 15px 0 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #A0A0A0;
}

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

#menu .active a {
	color: #FFFFFF;
}

/* Page */

#bg {
	background: url(images/img04.gif) no-repeat center top;
}

#page {
	width: 1040px;
	margin: 0 auto;
}
#page img {
	border-width: 1px;
	border-style: solid;
}
/* Content */

#content {
	width: 820px;
	padding: 0 0 0 130px;
	padding-top: 8px;
	padding-left: 107px;
}

#content h1 {
	margin: 15px 0 10px 0;
	
	
	
}

#content .content {
	padding-left: 20px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 120px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #4A5157;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(images/img05.gif) no-repeat;
	text-transform: lowercase;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding: 26px;
	background: url(images/img06.gif) repeat-x;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}


/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 70px;
	background: url(images/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 0;
	padding-left: 70px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #000000;
}

.post .entry {
	padding-left: 0px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

/* Footer */

#footer {
	
	
	padding: 9px 0;
	font-size: 12px;
	color: #FFFFFF;
}

#footer p {
	text-align: center;
}

