body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	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;
}
a {
	font-family:Arial, Verdana, Helvetica,sans-serif;
	font-size:12px; 
	font-weight:normal; 
	color:#2B84CE;
	font-weight:bold;
	cursor:pointer !important;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width: 1002px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header =================================================*/

#header {

	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 99%;
	height:30px;
	vertical-align:bottom;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:bold;
	font-size:16px;
}
#header #leftSide {
	float:left;
	background:transparent url(../images/sprite_add.png) no-repeat scroll 0px 0px;
	height:50px;
	width:50%;
}
#header #rightSide {
	float:right;
	margin:30px 0 0 0
}
#header #rightSide li, #header #rightSide ul{
	margin:0;
	padding:0px;
	display:inline;
	list-style-type: none;
	margin-left:12px;
}

/* Main Content =================================================*/

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: #FFFFFF;
}
#mainContent h1 {
	font-size:16px;
}
#mainContent h2 {
	font-size:13px;
	margin:5px;
	padding:0;
}

/* Footer =================================================*/

#footer {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D8D8D8;
	text-align:center;
	height:30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Navigation Bar =================================================*/

#navigation {
	width:100%;
	height:37px;
	margin:0;
	padding:0;
	background:url(../images/sprite_add.png) repeat-x scroll center -125px;/*#E8EBF0 none repeat scroll 0 0;*/
	border-top:1px solid #C4C4C4;
}
#navigation #navList {
	margin:0;
	padding:0;
	padding:10px 0 0 5px;
	float:left
}
#navigation #navList li {
	display:inline;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 7px;
}
#navigation #navList a {
	font-family:Arial, Verdana, Helvetica,sans-serif;
	font-size:14px; 
	font-weight:bold; 
	color:#2B84CE;
	cursor:pointer !important;
	text-decoration:none;
}

/* Search Box =================================================*/

.searchBox {
	float:right;
	margin:6px 0 0 0;
	padding:0px 10px;
}
.searchBox .searchTextField {
	background:#FFFFFF url(http://app.zedge.net/static/images/icons/magnifier.gif) no-repeat scroll left center;
	padding-left:19px;
	border:1px solid #CCCCCC;
	width:250px;
}
.searchBox .searchButton {
	background:transparent url(http://i.techrepublic.com.com/images/200806/btn_search.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:21px;
	text-align:center;
	width:55px;
}

/* Catalog =================================================*/

.catalog {
	margin: 0 0 10px 0;
	padding: 0 0 19px 10px;
}
.catalog ul, .catalog li {
	display:inline;
	list-style-type: none;
	margin-right:15px
}
.catalog #active{
	color:#000;
	font-weight:bold;
}
.catalog li a {
	font-weight:bold;
}

/* Video List =================================================*/

.videoList {
	margin: 0;
	padding: 0;
}
.videoList li {
	display:list-item;
	list-style-type:none;
	padding-right:5px;
}
.videoList li .videoTitle {
	vertical-align:top;
}
.videoThumb {
	padding: 5px;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	background-repeat:no-repeat;
	margin: 0 2px 5px 0;
	height: 70px;
	width: 100px;
}

/* Sidebar =================================================*/

.sideBarLeft {
	float:left;
	width:639px;
	margin:0;
	padding:0;
	border:0px solid black;
}

.sideBarRight {
	float:right;
	width:352px;
	text-align:right;
	border:0px solid black;
}

.sideBarRight .sideBarBox {
	width:350px;
	text-align:center;
	border:1px solid #C6C6C6;
	margin-bottom:5px;
}

.sideBarRight .title, .mainBox .title {
	height:20px;
	background:url(../images/sprite_add.png) repeat-x scroll center -80px;
	font-weight:bold;
	padding-top:6px;
	padding-left:5px;
	text-align:left;
}
.sideBarRight .content, .mainBox .content {
	padding:5px;
	text-align:left;
}

.sideBarLeft .mainBox {
	text-align:left;
	border:1px solid #C6C6C6;
	margin-bottom:5px;
}

.box {
	border:1px solid #C6C6C6;
}
.box .boxTitle {
	height:20px;
	background:url(../images/sprite_add.png) repeat-x scroll center -80px;
	font-weight:bold;
	padding-top:6px;
	padding-left:5px;
	text-align:left;
}
.box .boxContent {
	padding:3px;
}