* { margin: 0;	padding: 0; }

body {
	margin: 0px;
	background: #002F43 url(images/bg01_2.jpg)  repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans- serif;
	font-size: 14px;
	color: #eeeeee; 
}

h1, h2, h3 { margin-bottom: 1.5em; }

h1 { font-size: 2em; }

h2 { font-size: 1.4em; }

h3 { font-size: 1em; }

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 190%;
}

p { color:8AC800;  }

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

blockquote { margin-left: 3em;	margin-right: 3em; }

a { color: #8AC800; }

a:hover { text-decoration: none; color:aADa20; }

strong { color: #FFFFFF; }

img.left { float: left;	margin: 5px 10px 0px 0px; }

img.right { float: right; margin: 5px 0px 0px 10px; }

/* Background */

#bg3 { background: url(images/bg04.jpg) repeat-y center top; }

#bg4 { background: url(images/bg05.jpg) no-repeat center top; }

#bg5 { background: url(images/bg06.jpg) no-repeat center bottom; }


/* Page */

#page {
	width: 970px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

/* Content */

#content { float: left; width:65%; }

.post { }

.post .title {
	height: 48px;
	background: url(images/img02.gif) no-repeat;
}

.post .title h2 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 24px;
}

.post .title h2 a { text-decoration: none; color: #8AC800; }

.post .title h2 a:hover { color: #9AD810; }

.post .title p {
	float: right;
	padding: 12px 24px 0px 0px;
	font-size: 15px;
	font-weight: bold;
}

.post .entry {
	padding-bottom: 0px;
	padding-left: 21px;
	padding-right: 44px;
	padding-top: 30px;
}

.post .entry p { font-size:15px; color: #f0f0f0; font-weight:bold; }

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}

/* Sidebar */

#sidebar { float: right; width: 35%; }

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

#sidebar li {
	background: url(images/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li ul { }

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}
#sidebar li p { color:8AC800; font-weight:bold;}

#sidebar h2 {
	margin: 0px;
	padding: 10px 0px 30px 0px;
	font-size: 19px;
	color: #8AC800;
}
#sidebar td a {
	text-decoration:none;
}
#sidebar td img {
	margin-right: 10px;
	margin-top: 10px;
}
