body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

p, pre, blockquote, ul, ol, dl, address {
    margin:  .7em 0;
    padding: 0;
}

h1 {
	font-size: 18px;
	color: #cc1041;
	font-weight: lighter;
}

a {
	color: #cb1040;
	text-decoration: underline;
}

div.hr {
	height: 2px;
	background-color: #cb1040;
	margin-top:5px;
}
div.hr hr {
  display: none;
}

div.hb {
	height: 8px;
	background-color: #cb1040;
	margin-bottom:15px;
	margin-top:5px;

}

div.hb hr {
	display: none;
}


#wrapper {
	width:960px;
	margin: 0 auto;
	background-image: url(images/background_tile.jpg);
	background-repeat: repeat-y;
}

#header {
	width:960px;
	height:260px;
}

#menu {
	width:900px;
	height:49px;
	margin-left:30px;
	margin-right:30px;
	line-height: 40px;
	text-align: center;
	background-image: url(images/menu_tile.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
}
#menu ul{
margin:0px;
padding:0px;
}
#menu ul li{
display:inline;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin:5px;
}

#menu a:hover {
	text-decoration: underline;
}

#main {
	width:590px;
	float:left;
	padding-left:30px;
	padding-right:10px;
}

/* BLOG */

#blog {
	width:590px;
}

#blog h1 {
	font-size: 18px;
	color: #cc1041;
	font-weight: lighter;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

#blog img {
	margin-bottom:20px;
}

#blog a {
	color: #cb1040;
	text-decoration: underline;
}

#navigation {
	width:590px;
}

#sidebar {
	width:300px;
	padding-right: 30px;
	float:left;
}

#sidebar a {
	color: #000000;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #000000;
}

#sidebar p, pre, blockquote, ul, ol, dl, address {
    margin:  .7em 0;
    padding: 0;
}

#welcome {
	width:590px;
}

#welcome h1 {
	font-size: 18px;
	color: #cc1041;
	font-weight: lighter;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}

#sidebar #archives{
list-style:none;}
#disclaimer {
	width:930px;
	margin-top:10px;
	padding-left:30px;
}

#disclaimer_left {
	width:590px;
	float:left;
}

#disclaimer_right {
color: #60bb46;
	width:330px;
	float:left;
	margin-left:10px;
}

#disclaimer_right a {
	color: #60bb46;
}

#footer {
	width:960px;
}

.commentmeta  ul{ list-style:none; }

/*********************************************
		Comment Styles
*********************************************/
#comments {
 width:500px;
float:left;
}

.commentnumber {
float:left;
padding:4px 2px 4px 0px;
font-size: 18px;
color: #333333;
}

.commentlist li {
position: relative;
}
