

* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    background: #ECECEC;
}

h1 {
    padding: 10px 0 0 30px;
    font-size: 40px;
    letter-spacing: -2px;
    color:#900;
	/*background-color: #FF9;*/
}

h1 a, h1 a:hover {
	color: #900;
	text-decoration: none;
}

h2 {
    color: #900; 
}

p {
    padding: 10px 0;
    line-height: 1.8em;
    text-align: justify;
}
#pfig {
    padding: 10px 0;
    line-height: 1.8em;
	text-align:center;
}


p#subtitle {
    padding: 0 0 0 30px;
    font-size: .85em;
    text-transform: uppercase;
    color: #A6DEF4;
}

a {
    color: #3FA7D8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    width: 100%;
    min-width: 980px;
    height: 180px;
    background: #5CC3EB url('images/header.png') no-repeat top;
}

#header2 {
    width: 980px;
    margin: 0 auto;
}

#logo {
	height: 90px;
	color: #004267;
}

#ntext {
	width: 976px;
	padding-left:30px;
	padding-top: 12px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color: #900;
	/*background-color:#004267;*/
	}

/* menu */

#menu {
    height: 50px;
    text-align: center;
    background: #A9DB62 url('images/main.gif') no-repeat top;
}

#menu ul {
    list-style: none;
    padding-top: 6px;
}

#menu ul li {
    display: inline;
    padding: 0;
    font-size: 18px;
    line-height: 44px;
}

#menu ul li a {
    padding: 0 30px;
    text-shadow: -1px -1px 0px #99CF45;
 
    text-decoration: none;
    color: #607043 ;
	/*#607043*/
	/*#FFFFFF*/
}

#menu ul li a:hover {
    color: #607043 ;
	/*#607043*/
	/*#E2F4C4*/
}

/* main */

#main {
    width: 100%;
    min-width: 980px;
    background: #FFFFFF url('images/main.gif') repeat-x top;
}

#main2 {
    width: 920px;
    margin: 0 auto;
    padding: 60px 30px 0 30px;
}

/* sidebar */

#sidebar {
    float: left;
    width: 200px;
    padding-bottom: 30px;
}

#sidebar h2 {
    padding: 0 0 6px 20px;
    font-size: 20px;
    line-height: 10px;
    letter-spacing: -1px;
    background: url('images/main.gif') repeat bottom;
}

#sidebar .box {
    padding: 0 10px 30px 20px;
}

#sidebar p {
    text-align: left;

}

#sidebar ul {
	list-style: none;
	padding: 5px 0 5px 0;
	color: #607043 ;
	/*#6EB3BA*/
}

#sidebar ul li {
    padding: 3px 10px 3px 20px;
    line-height: 2em;
    border-bottom: 1px solid #FC0;
	font-size:13px;
	font-weight:bold;
}

#sidebar ul li a {
    padding: 0;
	color: #607043 ;
}
#sidebar a:hover  {
    padding: 0;
	color: #900;
}

/* content */

#content {
    float: right;
    width: 680px;
    padding-bottom: 5px;
}

#content li{
    padding-left: 10px;
	list-style-type: square;
	list-style-position:inside;
	line-height: 1.5em;
}

#content .post {
    padding: 0 0 45px 0;
}

#content h2 {
    font-size: 22px;
    letter-spacing: -2px;
	color:#607043;
}

/*#content h2 a {
    color: #348BB4;
    text-decoration: none;
}*/

#content a {
    color:#999;
    text-decoration: underline;
}

p.postmeta {
    font-size: .85em;
}

#content .entry {
    padding: 10px 0 0 0;
}
#content .entry_1 {
    padding: 10px 0 0 0;
	color:#F00;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    width: 100%;
    min-width: 980px;
    background: url('images/main.gif') repeat-x top;
}

#footer2 {
    width: 980px;
    margin: 0 auto;
    padding-top: 30px;
}

#footer p {
    font-size: .85em;
    text-align: center;
    color: #7C7C7C;
}

#caseta1 {
	float: left;
	width:319px;
	padding:5px;
	border: 0px solid #2851a9;
	margin:5px;
	}
#caseta2 {
	float: right;
	width:319px;
	padding:5px;
	border: 0px solid #2851a9;
	margin:5px;
	}
	
#center_img {
float:none;
width: 639px;
padding:5px;
border: 0px solid #2851a9;
margin:5px;
}