/*
 *******************************************
 * Some defaults 
 *******************************************
 * */
#wrapper {
	font-size: 12px;
	width: 560px;
	text-align: left;
	padding:0px;
}

body {
    margin: 0;
	padding: 0;
    font: 12px monospace; 
	font-style: normal;
}

h1 {
font: 18px  monospace;
text-transform: lowercase;
}
h2 {
font: 14px  monospace;
text-transform: lowercase;
}

a {
    color: #0099CC;
    text-decoration: none; 
}

a:hover {
	color: #FFF;
    background-color: #0099CC; 
}

li.active a {
	color: #FFF;
    background-color: #0099CC; 
}

img {
    border: none; 
}

/*
 *******************************************
 * HEADER
 *******************************************
 * */

header{
    margin-top: -1px;
    width: 560px;
}
.line {
	border-bottom: 1px dashed #000;
}

/* style for main nav */
#main_navigation_wrapper {
    margin-top: -1px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000; 
    border-top: 1px dashed #000; 

}

#main_navigation_wrapper ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: inline; 
}

#main_navigation_wrapper ul li {
    margin-left: 0;
    list-style: none;
    display: inline; 
}

#main_navigation_wrapper ul li.first:before {
    content: "";
    padding: 0px; 
}

#main_navigation_wrapper ul li:before {
    content: "//";
    padding-right: 15px; 
}

/* style for sub_nav. hyphen is not supported with css */
#sub_navigation_wrapper ul {
    padding-left: 0;
    margin: 8px 0px 13px 0px;
    list-style-type: none; }
#sub_navigation_wrapper li:before {
    content: "- "; 
}

/*
 *******************************************
 * CONTENT
 *******************************************
 * */
#sidebar2 {
	text-align: left;
	width: 560px;
	padding-bottom: 0px;
	margin-left: 6px; 
	margin-top: 35px;    
}
#sidebar2 img {
	max-width: 560px;
}

#categories {
	margin-left: 6px; 
	text-align: left;
	width: 560px;
}
.navigation {
font-size: 10px;
}
.navigation a{
font-size: 10px;
}
