* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

img {
	padding: 4px;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #5555FF;
}

hr {
	display: none;
}

#site {
	width: 963px;
	overflow:hidden;
	margin-left: auto;
    margin-right: auto;
	background: #000000 url(images/logocote.jpg) no-repeat;
}

/* Header */

#header {
	float: right;
	width: 895px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 895px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg) ;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
}

/* Page */

#page {
	float: right;
	width: 855px;
	margin: 0 auto;
	padding: 25px 20px 20px 20px;
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: right;
	width: 555px;
}

.post {
	margin-bottom: 00px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title2 {
	border-bottom: 1px solid #0000FF;
	color: #FFFFFF;
}

.post .title a {
	text-decoration: none;
}

.post .title2 a {
	text-decoration: none;
}

.post .entry {
	padding: 0 0 0 0px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: none;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

#content li {
	padding: 0 0 20px 20px;
	list-style: square inside;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul#nono li a {
	display:block;
	width:150px;
	height:30px;
	padding: 0px 0px 0px 20px;
	font-size: 1.1em;
	margin: 5px;
	list-style: none;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none; 
	width:150px;
	height:30px;
	background: url(images/nono.gif) no-repeat 0 0;
}

#sidebar ul#nono li a:hover {
	background: url(images/nono.gif) no-repeat 0 -30px;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

 #sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}
#sidebar h4 {
	text-align: justify;
	text-decoration: underline;
}

#myscroller {
position:relative; 
width:220px; 
height:80px; 
background-color:#000000; 
text-align: justify;
overflow:hidden; 
border:solid 0px; 
margin:5px; 
}

/* Footer */

#footer {
	width: 855px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}