* { padding: 0; margin: 0; }

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
.entry {
margin-top: 10px;
padding: 0 30px 10px 10px;
color: #333;
}
#blog {
float: left;
margin-right: 5px;
padding: 0 10px 10px 10px;
width: 440px;
text-align: left;
}
img {
        border: 1px;
        border-bottom-color: #000000;
		}
body {
 background-image: url(../image/bg-1.jpg);
 background-repeat: repeat-x;
 font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
 background-color: #131d4d;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a:link { 
    font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	color: #4e4e74;
	text-decoration: underline;
	letter-spacing: 1.5px;
	}
a:visited { 
    font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	color: #336699;
	text-decoration: underline; 
	letter-spacing: 1.5px; 
	}
a:hover, a:active { 
        font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	text-decoration: none; 
	color: #345f80;
	letter-spacing: 1.5px;
	}
h1, h2, h3, h6 {
        margin:0 0 .2em 0;
        padding:0;
     }
h1 {
 line-height: 100%;
        font-size:2em;
        color:#000000;
        font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;
        font-weight:300;
     }
h2 {
    font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	font-size: 1.5em;
	color: #345f80;
}
h3 { 
        font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	font-size: 90%;
	color: #666;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	}
h4{
    font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	font-size: 130%;
	color: #345f80;
}
h5, dt {
        font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	font-size: 90%;
	font-weight: bold;
	color: #000099;
}
h6 {
    font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
	font-size: 1.2em;
	font-weight: 300;
	color: #345f80;
	/*text-transform: none;*/
}
p { 
 font-family:HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica,sans-serif;font-weight:300;
 font-size: 100%;
 font-weight: lighter;
 color: #333333;
 letter-spacing: .5px; 
 letter-spacing: 1px; 
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(../image/faux-2-3-col-2.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 270px;
 margin: 0px 0px 0px 0px;
 background: #000000;
}
#navigation {
 text-align: right;
 color: #333;
 padding: 12px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
 background-image: url(../image/nav-bg.jpg)
}
#leftcolumn {
 background-image: url(../image/left-bg.gif);
 background-repeat: repeat-y;
 display: inline;
 color: #333;
 margin: 10px 0px 10px 0px;
 padding: 20px;
 width: 175px;
 float: left;
}
#content { 
 background-image: url(../image/content-bg.gif);
 background-repeat: repeat-y;
 float: left;
 color: #333;
 margin: 10px 0px 10px 0px;
 padding: 20px;
 width: 440px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 background-image: url(../image/right-bg.gif);
 background-repeat: repeat-y;
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 0px 10px 0px;
 padding: 20px;
 width: 183px;
 float: right;
}
#footer { 
 text-align: center;
 width: 898px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 12px;
 background-image: url(../image/nav-bg.jpg)
}
.clear { clear: both; background: none; }