body {
	margin: 0px;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;

}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 170%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: none;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 740px;
	height: 190px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	background: #FFffff url(images/header.gif) no-repeat right bottom;
}





/* Menu */

#menu {
	width: 740px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	border-top: 0px #FFFFFF solid;
	background: #00aeef;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #fff100;
	background: url(images/tab_rounded2.gif) no-repeat bottom center;
	}
	
}

#menu a:hover {
	text-decoration: none;
}



/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	
}

/* Content */

#content {
	float: left;
	width: 740px;
	padding: 0px 0px 0px 0px;
		
background-image: none;
 background-repeat: no-repeat;
 background-position: bottom right;
}


.post {
}

.post .title {
	color: #ec008c;
	padding: 5px 0px 0px 20px ;
}

.post .title a {
	background: none;
	color: #ec008c;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 0px 0px 0px 20px;
	text-align: justify;
}

.bl {background: url(bl.gif) 0 100% no-repeat #fff300; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

/* Footer */

#footer {
	width: 740px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	border-top: 3px #ec008c solid;
	background: #00aeef;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#footer li {
	float: left;
}

#footer a {
	display: block;
	padding: 1px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#footer a:hover, #footer .current_page_item a {
	color: #ec008c;
	
	}
	
}

#footer a:hover {
	text-decoration: none;
}