* {
	margin: 0;
	padding: 0;
}

body {
	background: #374536 url(images/img01.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666; 
}

h1, h2, h3 {
	font-weight: normal;
	color: #0138AF;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	letter-spacing: -1px;
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}


#wrapper {
	background: url(images/img02.gif) repeat-x;
}


#header {
	padding: 0px 0;
}

#header h1, #header h2 {
	text-align: center;
}

#header h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 28px;
	font-weight: normal;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: italic;
}

#header h2 a {
	color: #DDEEFF;
}

#header a {
	text-decoration: none;
}

#menu {
	width: 420px;
	height: 20px;
	background: url(images/img03.gif) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom:solid thin #0138AF;

}

#menu ul {
	width: 420px;
	height: 20px;
	margin: 0;
	background: url(images/img03.gif) no-repeat right top;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 25px 0 15px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
}

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


#page {
	width: 940px;
	margin: 0 auto;
}


#content {
	float: right;
	width: 430px;
	background: #FFFFFF url(images/img05.gif) repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#content .post {
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#content .date {
	margin-bottom: 20px;
	line-height: normal;
}

#content .story {
}

#content .image {
	border:#000000;
	margin-left: 15px;
}

#content .more {
	clear: both;
	padding: 5px 5px 5px 5px;
	border: solid #000000 thin;
	background-color: #C0C0C0;
	text-align: left;
	font-weight: bold;
}

#content a {
	color: #1777B1;
}

#content a:hover {
	color: #C90404;
	vertical-align: bottom;
	padding-top: 10px;
}

#content2 {
	float: left;
	width: 430px;
	background: #FFFFFF url(images/img05.gif) repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#content2 .post {
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}

#content2 .date {
	margin-bottom: 20px;
	line-height: normal;
}

#content .image {
	border:#000000;
	margin-left: 15px;
}

#content2 .story {
}

#content2 .more {
	clear: both;
	margin: 0;
	text-align: right;
	font-weight: bold;
}

#content2 a {
	color: #1777B1;
}

#content2 a:hover {
	color: #C90404;
}



#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	line-height: normal;
}

#footer a {
	color: #666666;
}

