* { padding: 0; margin: 0; }

a {color: #3D81EE;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url(Template/Images/headerBack.jpg) repeat-x #222222;
}

#wrapper { 
 margin: 0 auto;
 width: 970px;
 background: #222222;
}

#nav a img {
 border-style: none;
}

.content{
 background: #161616;
 width: 925px;
 padding: 10px;
 margin-left: 14px;

 border-top-width:1px;
 border-top-style:solid;
 border-top-color:#333333;

 color:white;
 text-align: center;
}

.cats{
 width:70%;
 margin-left:auto;
 margin-right:auto;
 text-align:left
}


.catselect a:link {color: white; text-decoration: none; padding: 2px;}
.catselect a:active {color: white; text-decoration: none; }
.catselect a:visited {color: white; text-decoration: none; }
.catselect a:hover {color: red; text-decoration: none; }

.f_checkbox{background-repeat:no-repeat;background-position:3px center;height:16px;display:block;cursor:pointer;cursor:hand;line-height:120%;padding:0.5em 24px;}
.checked{background-color:#222;background-image:url(Template/Images/chk_on.png)}
.unchecked{background-color:#1c1c1c;background-image:url(Template/Images/chk_off.png)}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#list div.mytitle:hover {
	cursor: pointer;
	background-color: #161616;
}

.mytitle {
	background-color: #222222;
	padding: 2px;
	border-left: solid;
	border-right: solid;
	border-color: #000000;
	border-width: 1px;
}

.mycontent {
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-color: #000000;
	border-width: 1px;
}
