/*   author: izmy   */

body {
font-size: 16px;
font-family: Calibri, Arial, Tahoma;
text-align: justify;
margin: 0 auto;
background: #f7fbfd;
}

h1 { font-size: 2em; }

h1 a { 
color: #CB0236;
text-decoration: none;
}

h2 {
color: #b31d42;
font-size: 30px;
margin: 0;
}

a {
color: #167ba3;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

hr {
	display: none;
	}

#page {
width: 802px;
margin: 0 auto;
}

#header {
height: 61px;
width: 437px;
padding: 0;
position: relative;
margin: 10px 0 5px 30px;
overflow: hidden;
text-align: left;
}

#header span {
background: url('images/logo.jpg') no-repeat;
height: 61px;
width: 437px;
display: block;
position: absolute; 
left: 0; 
top: 0; 
z-index: 1;
cursor: pointer;
}

#menu-top {
background: url('images/menu-top.jpg') no-repeat;
height: 76px;
width: 802px;
}

.menu-top-text {
padding: 22px;
text-align: center;
color: #fff;
font-size: 1.4em;
margin: 0;
}

.menu-top-text a { 
color: #fff; 		  
padding: 0 15px 0 15px; 
}

.menu-top-text a:hover { 
color: #fff;
background: #54b2d8;
text-decoration: none;
padding: 5px 15px 9px 15px; 
}

#content {
background: url('images/content.jpg') repeat-y;
width: 802px;
height: auto;
margin: 0 auto;
}

#content-bottom {
background: url('images/content-bottom.jpg') left bottom no-repeat;
width: 802px;
height: 4px;
margin: 0;
}

.cleaner {
clear: both;
height: 0;
content: ' ';
overflow: hidden;
}

.cleaner hr { display: none; }

#left-article {
width: 485px;
float: left;
color: black;
padding: 0 0 0 65px;
margin: 0;
}

#left-article h2 {
background: url('images/article-title.jpg') no-repeat;
min-height: 45px;
margin-left: -65px;
padding-left: 65px;
}

.article-footer {
background: url('images/article-footer.jpg') no-repeat;
width: 484px;
height: 22px; 
color: #fff;
text-align: center;
margin-bottom: 30px;
}

.article-footer a { color: #fff; }


#left-article p { margin-top: 0;}
#right-sidebar p { margin-top: 0;}

#right-sidebar {
padding: 0 0 0 20px;
color: #4e4e4e;
margin: 0 0 0 560px;
}

.right-sidebar-text {
padding-right: 65px;
margin: 0 0 20px 0; 
}

#right-sidebar h3 {
background: url('images/menu-title.jpg') no-repeat;
font-size: 30px;
text-align: right;
padding-right: 65px;
height: 45px;
margin: 0;
color: #50a718; 
}

ul {
padding: 0 0 10px 0;
margin: 0;
}

li {
list-style:none;
background: url("images/bullet.jpg") no-repeat 0% 50%;
margin-left: 0px;
padding-left: 17px;
}

li a {
color: #53AC18;
font-size: 18px;
}


a img { border: 1px solid #E2F4FB; }
a:hover img { border: 1px solid #167BA3; }

.img-left{ display: block; float: left;  margin: 0 5px 5px 0; padding: 3px; border: 1px solid #E2F4FB;}
.img-right{ display: block;  float: right;  margin: 0 0 5px 5px;padding: 3px; border: 1px solid #E2F4FB;}
.img-center{ display: block; margin: 10px auto; padding: 3px; border: 1px solid #E2F4FB;}

blockquote {
border-left: 3px solid #167BA3;
padding-left: 10px;
}

#footer {
background: url('images/footer.jpg') no-repeat;
width: 802px;
height: 40px;
text-align: center;
color: #5b5b5b;
margin: 20px 0 20px 0;
}

#footer p {
padding: 10px 0 0 0;
}
