body {
margin: 0;
padding : 0;
background-image:url(images/bg.png);
background-repeat:repeat-x;
color: #555;
}
			/*WRAP*/
#container {
width: 760px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.8em;
background: #ebf5fc;
color: #666;
border: #57A1D2 solid 0px;
}
			/*TOP BANNER*/
#banner {
	padding: 0;
	margin-bottom: 0;
	height: 150px;
	border-bottom:3px solid #fff;
	background: #57A1D2 url(images/top_banner.jpg);
	color: #666;
}
			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 120%;
text-align: center;
border-bottom:3px solid #fff;
background: #57A1D2;
color: #000;
}
#navbar a {
float:left;
width:4.8em;
height:15px;
text-decoration:none;
color:#fff;
background:#57A1D2;
padding:0.6em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
	background:#ebf5fc;
	color: #57A1D2;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
	padding: 1em;
	margin-left: 200px;
	text-align: left;
	font-weight: bold;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #23376A;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #57A1D2;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.9em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #57A1D2;
color: #fff;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;

}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
text-decoration:underline;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #23376A;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #57A1D2; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #57A1D2;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #57A1D2;
}

h4	{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 130%;
	font-weight:bold;
	letter-spacing: 3px;
	background : inherit;
	color :  #666;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #23376A;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
	margin: 0 20px 0 50px;
	letter-spacing: 3px;
	text-align: right;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

#container #banner h1 {
	text-align: right;
}
#container #content p {
	text-align: justify;
}

.imgleft {
padding: 2px;
border: 2px solid #57A1D2;
margin-right: 8px;
float: left;
display: inline;
}

.imgright {
padding: 2px;
border: 2px solid #57A1D2;
margin-left: 8px;
float: right;
display: inline;
}

.imgright2 {
padding: 2px;
border: 0px solid #57A1D2;
margin-left: 8px;
float: right;
display: inline;
}

.imgrightwedding {
	padding: 2px;
	padding-left: 70px;
}


#container p {
	text-align: right;
}

#container ul li {
	text-align: justify;
}

.sidebartext {
	text-align:left;
}
	
