body {
	margin: 0;
	padding: 0;
	background: #C3C3C3 url(/images/img01.gif) repeat-x;
	font-family: Segoe UI, Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	color: #333333;
}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #8064a2;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	height: 110px;
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	float: left;
	padding: 1px 0 0 4px;
}

#logo h1, #logo p {
	margin: 0;
	font-weight: bold;
}

#logo h1 {
}

#logo p {
	padding-left: 1px;
	line-height: normal;
	font-size: .85em;
}

#ay {
	float: left;
	padding: 1px 0 0 4px;
	font-size:16px;
}

#menu {
	float: right;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	color: #8064a2;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: none;
	font-size: 0.85em;
	border-bottom-style: dashed;
	border-bottom-color: #8064a2;
}

#menu .current_page_item  {
	display: block;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #aaaaaa;
	border-left-color: #aaaaaa;
	background-color: #c3c3c3;
	background-image: url(/images/img02.gif);
	background-repeat: repeat-x;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 650px;
}

#content2 {
	float: left;
	width: 950px;
}

.post {
}

.meta {
	margin: 0;
	padding: 10px 0 15px 20px;
	border-top: 1px solid #F3F3F3;
}

.meta a {
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.meta .more {
	padding-left: 12px;
	background: url(/images/img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background: url(/images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #FFFFFF url(/images/img16.gif) no-repeat left bottom;
}

#sidebar li li {
	padding: 0px 20px;
	border-bottom: 1px solid #F3F3F3;
}


#sidebar h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(/images/img15.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar h3 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(/images/img10x.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Green Box */

.greenbox {
	background: #FFFFFF url(/images/img03.gif) repeat-x;
}

.greenbox .title {
	height: 60px;
	background: url(/images/img04.gif) no-repeat;
}

.greenbox .title h1, .greenbox .title h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(/images/img05.gif) no-repeat right top;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.greenbox .entry {
	padding: 10px 20px 0 20px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.greenbox .entry li {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-bottom: 3px;
}

.btm { background: url(/images/img06.gif) repeat-x left bottom; }
.btm .l { background: url(/images/img07.gif) no-repeat left bottom; }
.btm .r { background: url(/images/img08.gif) no-repeat right bottom; }

/* Two Columns */

.two-columns {
	clear: both;
	background: url(/images/img11.gif) repeat-y;
	border-top: 10px solid #C3C3C3;
}

.two-columns .title {
}

.two-columns .title h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.two-columns .blue {
	background: url(/images/img13.gif) no-repeat;
}

.two-columns .red {
	background: url(/images/img14.gif) no-repeat;
}

.two-columns .columnA, .two-columns .columnB {
	width: 320px;
}

.two-columns .columnA {
	float: left;
}

.two-columns .columnB {
	float: right;
}

.two-columns .btm {
	clear: both;
	background: url(/images/img12.gif) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: tahoma;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}

.not {
	font-size:10px;
	line-height:16px;
	font-color:#999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sol {
	float: left;
	width: 105px;
	height: 100px;
	margin-left: 30px;
	padding-top: 5px;
}

.sag {
	float: left;
	width: 300px;
	height: 80px;
	margin-left: 15px;
	padding-top: 25px;
}