*{
	/*universal_changes aka Da big mother selector */
	border: 0px solid gold;
}
body {    	
    	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
    	font-size: 11px;
	background: #f4f3f3 url(../images/containerBg3.pnga) center top;
}
.position-fixed-top {
    position:fixed !important;
    top: 0;
}
.position-fixed-center {
    position:fixed !important;
    top: 50%;
}
.position-fixed-bottom {
    position:fixed !important;
    bottom:0;
}
hr {
    	border: 0;
    	color: #838080;
    	background-color: #dbe2e7;
	height: 1px;
    	width: 100%;
    	text-align: left;
}

a {
    	color: #1f363d;
    	text-decoration: none;
}

b {
    	position: relative;
	font-weight: bold;
}

h3 {
    	font-family: "Trebuchet MS";
    	position: relative;
    	font-weight: bold;
    	font-size: 14px;
}

h4 {
    	font-family: "Trebuchet MS";
    	position: relative;
    	font-weight: bold;
    	font-size: 13px;
}

h5 {
    	position: relative;
	font-weight: bold;
	font-size: 12px;
}

#container {
    	margin: -10px auto 0px auto;
    	width: 1024px; /* Replace the xxxx with the the width of your site (eg 800px)*/
    	height: 600px;
    	text-align: left;
    	z-index: 3;
    	background: transparent url(images/containerBg.jpg) no-repeat center top;
	//background-attachment:fixed;
    	border: 10px solid #d3d1d0;
	border-top: 0px solid #d3d1d0;    				
    	padding: 0px;
    	padding-top: 0px;
    	z-index: 0;
}

#footer{
	width:1044px;
       display:block;
	height:30px;
       line-height:30px;
       margin: auto auto auto auto;
       padding:0;
	border-top: 0px solid #24292e;
	
	font-weight: bold;
	font-size: 12px;
	color: #b1bac1;
	text-align:center;
	letter-spacing:auto;

       background:#24292e url(images/boxTitleBg.png);
}
#header{
	position: fixed;
	margin: auto 0px auto 296px;
	width: 728px;
	height: 133px;
	background: url(images/menuBg.png);
	
}
#logo{
	position: fixed;
	width: 296px;
	height: 254px;
	margin: 0px auto auto 0px;
	background: url(images/logo2.png);
}
#logo:hover{
	cursor: pointer;
}
.box{
	position: fixed;
	margin: 260px auto auto 5px;;
	color: white;
	width: 290px;
	padding: 0px 0px 0px 0px;
}
#boxTitle{
	height: 30px;
	padding: 10px;
	background: url(images/boxTitleBg.png);
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
}
#boxContent{
	height: auto;
	padding: 10px;
	
	background: url(images/boxContentBg.png);	
}
#boxContentHead{
	font-weight: bold;
	font-size: 14px;
}
#boxContentBody{
	margin-top:2px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #f4f5f6;
}