* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000000;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #ffffff url(image/back_all.gif) repeat-x;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #ffffff url(image/back_all.gif) repeat-x;
}

td
{
    font-family: verdana;
    font-size: 11px;
    color: #000080;
padding-left: 10px;
    font-weight: 700;
}
    input 
    {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*background: #ffffff url(image/back_all.gif) repeat-x;*/
    }
    textarea 
    {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*background: #ffffff url(image/back_all.gif) repeat-x;*/
    }
       
#contmain
{
width: 788px;
margin: 0 auto;
}

h1, h2, h3 {
	color: #44763E;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #1C7DC2;
}


h3 {
	font-size: 1em;
    width: 364px;
    height: 13px;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a
{
    text-decoration: underline;
    color: #1C7DC2;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #1C7DC2;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #1C7DC2;
}


/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 788px;
	margin: 0 auto;
	height: 165px;
}

#menu {
	float: left;
	height: 25px;
	width: 764px;
	padding-top: 120px;
	padding-left: 14px;
	
}

#menu ul {
	margin: 0;
	padding: 20;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	width: 125px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #ff0000;
    font-size: 14px;
}
/* Logo */

#logo {
	width: 95%;
	height: 121px;
	margin: 0 auto;
    background: url(image/header.jpg) no-repeat left top;
}


#logo h1 {
	padding-top: 60px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p
{
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

#logo a
{
    color: #FFFFFF;
}

/* Page */

/* Content */

#content {
	width: 547px;
	padding-right: 10px;
	padding-top: 20px;
	float: right;
}
.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}


/* Sidebars */
/* Footer */
#footer
{
padding-top: 20px;
height: 38px;
width: 100%;
background: url(image/footer.gif) bottom repeat-x;
border-top: 10px solid #ffffff;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #ffffff
}
.aInpage
{
    color: #000000;
    background-color: #FFFFFF;
}
a:link
{
    color: #0000FF;
    text-decoration:underline ;
}
