


* {
	margin: 0;
	padding: 0;
}

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

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

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

h2 {
	font-size: 15px;
	color: #EDEDED;
}

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

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


a {
	color: #333333;
	font-size: 13px;
}


#links a{
	color: #E9A854;
	text-decoration: none;
	font-weight: bold;
	font-size: 12,5px;

}

a:hover {
	text-decoration: none;
}




.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: 1023px;
	margin: 0 auto;
}
#page img {
	border-width: 1px;
	border-style: solid;
}


/* Content */

#content {
	float: none;
	width: 500px;
	padding: 0 0 0 20px;
	padding-top: 14px;
	padding-left: 107px;
}

#content h1 {
	margin: 45px 0 10px 0;
	padding-left: 70px;
	
	
}
#content h2 {
	margin: 10px 0 5px 0
}

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



/* 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;
}

