        .style1
        {
            text-align: left;
        }
        .style2
        {
            color: #FFFFFF;
        }

body {
	margin: 0px;
	padding: 0px;
	background: #7A7A7A url(images/img06.jpg) repeat-x left top;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.em;
}

h3 {
	font-size: 1.4em;
}


p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
    color: #000000;
    font-family: Verdana;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: Gray;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 10px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
}

#logo p {
	text-indent: -99999px;
}
/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 10px;
	padding: 0px 0px 0px 0px;
	list-style: 10px;
	line-height: normal;
    list-style-type: none; 
    text-align: right; 
}

#menu ul li  {
    display: inline; 
}

#menu ul li a  {
    font-family: Verdana;
    font-weight: normal;
    font-size: 0.9em;
    text-decoration: none; 
    padding: .2em 1em; 
    color: #fff; 
}

#menu a:hover {
    color: Black; 
    background-color: White; 
}

#menu .active {
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
    height: 572px;
}

#header-pic {
	background: url(images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 570px;
    height: 554px;
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(images/img07.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: 1.2em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 10px;
}


.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 298px;
    height: 544px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
    height: 94px;
}

#sidebar h2 {
	background: url(images/img09.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: medium;
}

#sidebar a {
	text-decoration: none;
	
}

#sidebar a:hover {
	text-decoration: underline;
}



.contact
        {
            font-family: Verdana;
            font-weight: normal;
            font-size: 1em;
            height: 20px;
            color: Maroon; 
            border-bottom-style: solid; 
            border-bottom-width: 1px; 
            border-bottom-color: #858585;
        }


.contact1
        {
            font-family: Verdana;
            font-weight: normal;
            font-size: 1em;
            height: 28px;
            color; Maroon; 
        }
        
.contact2
        {
           text-align: center;
           vertical-align: middle;
           color: Maroon; 
        }

.href1
        {
           text-align: Left;
           vertical-align: middle;
            color: Maroon; 
        }
        
.contact3
        {
            font-family: Verdana;
            font-weight: normal;
            font-size: 1em;
            height: 478px;
            color: Black; 
        }
        
.style123
        {
            height: 60px;
        }
        
.asteriks
        {
            font-family: Verdana;
            font-weight: normal;
            font-size: 0.7em;
            color: Black; 
        }

        
/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 30px auto;
	background: url(images/img08.jpg) no-repeat left top;
	color: White;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: x-small;
    height: 20px;
	color: White;
}

#footer a {
	color: #FFFFFF;
}
        
