html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
#header .description { 
    font-size: 11px;
    //margin: 0 0 0 30px;
    display: inline;     
}
    
#logo {
    background: url("./images/ban.png") no-repeat;
    width: 864px;
    height: 75px;
    margin: 0;
    padding: 0;
    
}
#header {
    padding:0px;
   /* margin-bottom:10px; */
   position: relative;
    height: 100px;
    -moz-border-radius: 15px;
}

#header #small{
    text-decoration: none;
    color: white;
    font-size:small;
    padding-left:60px;
    font-weight:bold;
    letter-spacing:-1px;
}

#header1 {
    background-color: #ADD8E6;
    border: 1px solid #e0e0d0;
    -moz-border-radius: 15px;
    //padding-bottom:5px;
    //padding-left: 50px;
 
}

/*- Main Menu in Header */

/*#menu{
    margin-top:10px;
} */
ul{
    list-style: none;
    font-style: normal;
    text-decoration: none;
}
ul.menu {
    top: 73px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 800px;
    
    }


ul.menu li {
    display: inline;
    margin: 0;
    }

ul.menu,
ul.menu li a {
    -moz-border-radius: 10px;
    padding: 5px 15px 6px;
    }

ul.menu li a {
    font: 11px Verdana, Helvetica, Arial, Sans-Serif;
    color: white;
    margin: 0;
    background: #808080;
    color: #eee !important;
    text-decoration: none;
    }

ul.menu li a:hover {
    background: #333;
    color: #eee !important;
    text-decoration: none;
    }

ul.menu li.current_page_item a:hover{
        background: #333;
        color: #eee !important;
        text-decoration: none;
}

ul.menu li.current_page_item a
 {
    color: #333 !important;
    background: white;
    text-decoration: none;
    }

body {
	background: #D3D3D3;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	padding: 0;
}

#page {
    background: #D3D3D3;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0 10px;
    position: relative;
    width: 864px;
    border: 0;
    border-top: none;
}

.content {
	background: #e8e8f4;
	color:#808080;
	padding:15px;
	-moz-border-radius: 15px;
	margin-bottom:5px;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	margin: 5px 15px 0 0;
	border: 1px solid #e0e0d0;
}

#content ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#footer {
	background: #ADD8E6;
	text-align:center;
	clear: both;
	color: #808979;
	font-size: 11px;
	height: 25px;
	margin: 0;
	padding: 10px 10px 10px 67px;
	-moz-border-radius: 15px;
}


blockquote {
	border-left: 1px solid #e0e0d0;
	padding-left: 10px;
	margin: 0 30px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

code {
	color: #005577;
	text-align: left;
}

h1, h1 a {
	color: blue;
	font-size: 10px;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	/*margin: 20px 0 0 0; */
	padding: 0;
	text-decoration: none;
}


h2, h2 a {
	color: #0000FF;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
    margin-left: 20px;
	padding: 0;
}

h3 {
	color: #005577;
	font-size: 13px;
	/*margin: 10px 0 10px 0;*/
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*- Headings */

h5 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h5 { /* H1 is used for the title of your blog */
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 10px 0 0 70px;
	}

h5, h5 a, h5 a:hover, h5 a:visited,
#header .description {
	text-decoration: none;
	color: #a2f253;
	}

h5 a:hover {
	text-decoration: underline;
}


img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}
	
a img,:link img,:visited img { border:none }



#url {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}

html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.date {
	color: #808979;
	font: 11px trebuchet ms,verdana,arial,helvetica,sans-serif;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0 0 0 2px;
}

.pagetitle {
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: right;
}

.alt {
	line-height: 1.4em;
	padding: 0 0 15px 30px;
}

.alt a {
	color: #005577;
}

tr:hover{
    background-color:#cce0f8;
}