* {
	margin: 0;
	padding: 0;
}

body {
background: #7B8E8C;
font-family: cursive;
font-size: 14px;
line-height: 17px;
color: #000;
margin: 0;
padding: 0;
}

a {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: underline;
color: #849A9C;
}

#wrap {
margin: 0 auto;
width: 900px;
}

#header {
/* background: #fff url(images/header.jpg) no-repeat; */
/* height: 20px; */
height: 0px;
}

h1 {
padding: 10px 0 0 5px;
font-size: 18px;
color: #fff;
text-decoration: italic;
}

h1 a {
padding: 10px 0 0 5px;
font-size: 18px;
color: #fff;
font-weight: 100;
text-decoration: underline;
}


#content {
padding: 0 20px 20px;
/* background: #fff url(images/content.jpg) repeat-y; */
  background: #9CBAD6 url(images/background.jpg) repeat-x;
}

.centre {
padding: 0px 170px 20px 150px;
float: right;
text-align: justify;
}

.centre_r {
text-align: right;
}

.right {
float: right;
width: 670px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #849A9C;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.align_right {
float: right;
}

.align_left {
float: left;
}

.align_center {
    text-align: center;
  }



.left {
float: left;
width: 150px;
}
.left h2 {
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #849A9C;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #000;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.articles {
padding: 10px ;
}

.articles_r {
padding: 0px 0px 10px 0px;
width: 325px;
float: right; position: relative; top: 5px; margin-left:5px; display:block;
}

.articles_l {
padding: 0px 0px 10px 0px;
width: 325px;
float: left; position: relative; top: 5px; margin-right:5px; display:block;
}

#bottom {
/* background: #fff url(images/bottom.jpg) no-repeat; */
/* padding: 10px 0; */
padding: 0px 0; 
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
padding-bottom: 10px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

IMG.no_border_wr {
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	border-spacing: 0px;
	padding: 0px;
	float: right; position: relative; top: 5px; margin-left:5px; display:block;
	margin-bottom: 3px;
}

IMG.no_border_wl {
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	border-spacing: 0px;
	padding: 0px;
	float: left; position: relative; top: 5px; margin-right:5px; display:block;
	margin-bottom: 3px;
}

IMG.no_border_wl_title {
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	border-spacing: 0px;
	padding-bottom: 5px;
	float: left; position: relative; top: 5px; margin-right:5px; display:block;
	margin-bottom: 3px;
}

IMG.border_thin_wl {
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 0px;
	float: left; position: relative; top: 5px; margin-right:5px; display:block;
	margin-bottom: 3px;
}

IMG.border_thin_wr {
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 0px;
	float: right; position: relative; top: 5px; margin-left:5px; display:block;
	margin-bottom: 3px;
}

IMG.border_thin_w {
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 0px;
	position: relative; top: 5px; margin:5px; display:block;
	margin-bottom: 3px;
}

P.normal_wht_bg_r {
	width: 270px;
	float:right;
	text-align: justify;
	background-color: #FFFFFF;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 10px;
	margin: 5px 10px 10px 0px !important;
	margin: 5px 30px 10px 0px;
	color: #000;
}

P.normal_wht_bg_l {
	width: 270px;
	float:left;
	text-align: justify;
	background-color: #FFFFFF;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 10px;
	margin: 5px 0px 10px 10px !important;
	margin: 5px 0px 10px 30px;
	color: #000;
}

P.normal_wht_bg {
	width: 270px;
	text-align: justify;
	background-color: #FFFFFF;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 10px;
	margin: 5px 10px 10px 10px !important;
	margin: 5px 30px 10px 30px;
	color: #000;
}

P.normal_wht_bg_wide {
	text-align: justify;
	background-color: #FFFFFF;
	border-width: thin;
	border-color: #000000;
	border-style: solid;
	border-spacing: 0px;
	padding: 10px;
	margin: 5px 10px 10px 10px !important;
	margin: 5px 30px 10px 30px;
	color: #000;
}

P.normal {
	text-align: justify;
}

.gallery_sm
{
padding: 0px 25px 0px 25px;
}
