* {
	margin:0;
	padding:0
}

body, html {
	height:100%;
}

body {
	background-Image:url(/images/background.jpg);
	font-family: "Lucida Sans Unicode", "Lucida Grande","Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#808080;
	line-height:18px;
}

table, img {
	border:0;
}

a:link, a:active, a:visited {
	color:#57B6DD;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.postedby {
	color:#F6921E;
}

#contentContainer {
	width:900px;
	margin:0 auto;
	background-image:url(/images/edgesbackground.png);
	padding:0 15px;
	position:relative;
}

#content {
	width:900px;
	background-color:#F1F1F2;
	background-image:url(/images/contentbackground.gif);
	background-repeat:repeat-x;
}

h1 {
	color:#FCBA63;
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;
}

p {
	margin-bottom:15px;
}

hr {
	border-top:1px solid #ffffff;
	margin:5px 0;
}

#blogposts {
	width:625px;
	padding:25px;
	float:left;
}

#blogposts IMG  {
	border:1px solid #6D7175;
	margin:4px 15px 15px 0;
	float:left;
}

div.post {
	padding-bottom:3px;
	margin-bottom:15px;
	border-bottom:2px solid #AEAEAE;
}

#sidebar {
	width:206px;
	padding-top:25px;
	float:left;
}

#footer {
	margin:0 auto;
	clear:both;
	/*width:876px;
	height:15px;*/
	width:876px;
	height:26px;
	background-image:url(/images/background-footer.png);
	padding:14px 24px;
	text-align:right;
	color:#ffffff;
}

.sidebarContent {
	width:184px;
	background-color:#B3B3B3;
	border:1px solid #CCCCCC;
	border-top:0;
	border-bottom:0;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
}

.sidebarContent A,.sidebarContent A:visited, .sidebarContent A:active {
	color:#ffffff;
}

.blogger-labels {
	padding-top:13px;
}

#labelList {}

ul#label-list {
    margin-top: 0;
    margin-left: 0em;
    padding-left: 0;
	list-style:none;
}

ul#label-list li {
	list-style:none;
    margin: 0;
    padding: 0;
}

#overlay{
	position:absolute;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:45;
    background-color:#666666;
    -moz-opacity: 0.50;
    opacity:.50;
    filter: alpha(opacity=50);
}

#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

