body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(graphics/top_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
}

/* shadow container */
#shadow_container {
	width: 1000px;
	background-image:url(graphics/shadow.png);
	background-repeat: repeat-y;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#main_container {
	border: 1px #666 solid;
	width: 960px;
	margin: 0 auto;

}

#header_start {
	background-image:url(graphics/cellunlocker.jpg);
	width: 960px;
	height: 110px;
	margin: 0 auto;
}



#header_end {
	width:960px;
	margin: 0 auto;
	background-image:url(graphics/headerbot-fill.jpg);
	height: 30px;
}

#content {
	width: 960px;
	background: #fff;
	overflow: auto;
	padding-bottom: 20px;
}

#top_content {
	width:960px;
	
}


#method_list {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#method_list li a {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	width: 154px;
	height: 15px;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
	background: url(graphics/menu_sliderbg.jpg);
	background-repeat: no-repeat;
	background-position: -168px 0;
	color: #333;
	border: 1px solid #ccc;


}

#method_list li a:hover {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	width: 154px;
	height: 15px;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
	background-position: 0px 0;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
}

#main_content {
	float: left;
	width: 600px;
	margin-left: 10px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;

	
}

#main_content a {
	color: #036;
	text-decoration: none;
}

#main_content a:hover {
	color: #900;
	text-decoration: underline;
}

#main_content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
	margin-top: 0px;
}

#main_content h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
}

#main_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#sidebar {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: 320px;
	margin-top: 10px;
	border: 1px solid #ccc;
	margin-right: 10px;
	font-size: 12px;
	padding: 0px;
	
}


#sidebar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;	
}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
}

#sidebar li {
	padding-left: 10px;

}

#sidebar li a {
	color: #036;
	text-decoration: none;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#sidebar li a:hover {
	color: #900;
	text-decoration: underline;
}

#footer {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;	
	padding: 10px;
	background-color: #fff;
	
}

#top_menu {
	width: 960px;
	height: 28px;
	background-color: #333;
	padding: 0px;
	margin: 0px;
	height: 28px;

}

#main_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main_menu li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	
	color:  #fff;
	text-decoration: none;
	display: block;
	float: right;
	/*border-left: 1px solid #000; */
	background: url(graphics/mainmenu-slider.jpg);
	background-position: 0 -10px;
	background-repeat: no-repeat;
}

#main_menu li a:hover {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	
	text-decoration: none;
	display: block;
	float: right;
}

#blogcontainer {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	
}

#comment_box {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	
}

#step {
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #ffffff;	
	border: 0px;
	
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.postmetadata {
	font-style: italic;
	font-size: 11px;
}

.smalltxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
}


