
body {
    background: #c4c4c4;
}
body,
input,
textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
}

#wrapper {
    background: #fff;
    margin-top: 20px;
    padding: 0 20px;
}

p.ex1 {
    margin-top: 50px;
}

p.ex2 {
    margin-bottom: 50px;
}

  .textcentered {
            text-align: center;
 }

hr {
    background-color: gray;
    border: 0;
    clear: both;
    height: 5px;
    margin-bottom: 5px;
}

div.content {
    width: 940px;
    margin: 0 auto;
    font-family: Georgia, Helvetica, Arial, sans-serif;
    
}
.site-title {
    color: #333;
    float: left;
    font-size: 19pt;
    line-height: 36px;
    margin: 18px 0 18px 0;
   
}
.entry-content {
    font-size: 12pt;
    color: black;
    line-height: 1.4em;
}
.entry-title {
    margin-top: 20px;
    font-size: 16pt;
    color: #555;
    
}
	
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
    .wp-caption {
    background: #c4c4c4;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
    max-width: 622px; /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
    color: #333;
    font-size: 12px;
    margin: 5px;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: gray;
}

a:active {
  color: red;
} 
 .style1
        {
            width: 940px;
            height: 198px;
        }

/* =Header
-------------------------------------------------------------- */

#header {
    padding: 30px 0 0 0;
}



/* =Menu
-------------------------------------------------------------- */

#access {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}

    #access .menu-header,
    div.menu {
        font-size: 13px;
        margin-left: 12px;
        width: 928px; 
    }
        #access .menu-header ul,
        div.menu ul {
            list-style: none;
            margin: 0;
        }

        #access .menu-header li,
        div.menu li {
            float: left;
            position: relative;
        }

    #access a {
        color: #aaa;
        display: block;
        line-height: 38px;
        padding: 0 10px;
        text-decoration: none;
    }

    #access ul ul {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        float: left;
        width: 180px;
        z-index: 99999;
    }

        #access ul ul li {
            min-width: 180px;
        }

        #access ul ul ul {
            left: 100%;
            top: 0;
        }

        #access ul ul a {
            background: #333;
            line-height: 1em;
            padding: 10px;
            width: 160px;
            height: auto;
        }

        #access li:hover > a,
        #access ul ul :hover > a {
            background: #333;
            color: #fff;
        }

    #access ul li:hover > ul {
        display: block;
    }

    #access ul li.current_page_item > a,
    #access ul li.current_page_ancestor > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
        color: #fff;
    }

    * html #access ul li.current_page_item a,
    * html #access ul li.current_page_ancestor a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
        color: #fff;
    }
