body {
	margin: 0px;
	padding: 0px;
}

#header {
	background: #191919;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content {
	margin: 30px 0px;
	width: 100%;
	background: #ffffff;
	padding: 0px;
	overflow: hidden;
}

#center-content {
	width: 1250px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
}

/* top header */
#top-header {
	background: #191919;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-bottom: 1px solid #3385F5;
}

#top-nav {
	width: 1250px;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: .9em;
	margin: 0 auto;
	padding: 0px;
}

#top-nav-box {
	font-family: arial,helvetica,sans-serif;
	font-size: .8em;
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

#top-nav-box a:link, #top-nav-box a:visited{
	float: right;
	color: #8C8C8C;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 15px;
	background: url(http://www.codenique.com/images/arrow.png) 0px center no-repeat;
}


#top-nav-box a:hover {
	color: #80BAFF;
	text-decoration: none;
	background: url(http://www.codenique.com/images/arrow-2.png) 0px center no-repeat;
}
/* end top header */

/* middle header */
#center-logo-and-ads {
	width: 1250px;
	margin: 0 auto;
	padding: 0px;
}
/* header ads */
#leaderboard-ad {
	padding: 15px 20px 15px 20px;
	width: 742px;
	height: 90px;
	float: right;
	margin: 0px;
}

#button-ad {
	padding: 15px 0px 15px 0px;
	width: 120px;
	height: 90px;
	float: right;
	margin: 0px;
}
/* end header ads */

/* logo */
#logo {
	margin: 13px 0px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	text-indent: -100000000px;
}

#logo a {
	width: 293px;
	height: 63px;
	display: block;
	outline: none;
	background: transparent url(http://www.codenique.com/images/logo-13.png) no-repeat 0px 0px;
}

#logo-container {
	padding: 0px;
	width: 362px;
	height: 90px; /* 178 */
	margin: 15px 0px 0px 0px;
	position: absolute;
}
/* end logo */
/* end middle header */

/* main navigation */
.center-nav {
	background: #3385F5;
	width: 100%;
	margin: 0px;
	padding: 4px 0px;
	overflow: hidden;
}

#main-nav {
	width: 1250px;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: .9em;
	margin: 0 auto;
	padding: 0px;
}

#main-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#main-nav li {
	float: left;
	display: block;
}

#main-nav a:link, #main-nav a:visited {
	padding: 4px 25px;
	color: #fff;
	text-decoration: none;
	margin-left: 1px;
	float: left;
}

#main-nav a:hover {
	color: #191919;
	background: #70A9F8;
}

#main-nav a:link abbr, #main-nav a:visited abbr, #main-nav a:hover abbr {
	border: 0px;
}

#rss-image {
	background: url(http://www.codenique.com/images/feed-icon.png) 0px 2px no-repeat;
	color: #3385F5;
}

#main-nav #rss-image:hover {
	background: url(http://www.codenique.com/images/feed-icon-black.png) 0px 2px #70A9F8 no-repeat;
	color: #191919;
}

#atom-image {
	background: url(http://www.codenique.com/images/feed-icon-black.png) 0px 2px no-repeat;
	color: #3385F5;
}

#main-nav #atom-image:hover {
	background: url(http://www.codenique.com/images/feed-icon.png) 0px 2px #70A9F8 no-repeat;
	color: #191919;
}
/* end main navigation */



/* sidebar */
#sidebar {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	text-align: left;
}


/* html navigation */
#html-container {
	background: #308BCC;
	width: 250px;
	float: left;
	padding: 10px 0px;
}

#html-container h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	width: 235px;
}

#html-container h2 a:link, #html-container h2 a:visited {
	color: #ffffff;
	text-decoration: none;	
}


#html-nav {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	list-style-type: none;
}

#html-nav li {
	list-style-position: outside;
	display: block;
	line-height: 23px;
}


#html-nav a:link, #html-nav a:visited, #html-nav a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}

#html-nav a:hover {
	background: #6EAEDB; 
	color: white;
}
/* end html navigation */


/* css navigation */
#css-container {
	background: #57ABE6;
	width: 250px;
	float: left;
	padding: 10px 0px;
}

#css-container h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	width: 235px;
}

#css-container h2 a:link, #css-container h2 a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#css-nav {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	list-style-type: none;
}

#css-nav li {
	list-style-position: outside;
	display: block;
	line-height: 23px;
}

#css-nav a:link, #css-nav a:visited, #css-nav a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}

#css-nav a:hover {
	background: #89C4ED; 
	color: white;
}
/* end css navigation */


/* javascript navigation */
#js-container {
	background: #57C9E6;
	width: 250px;
	float: left;
	padding: 10px 0px;
}

#js-container h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	width: 235px;
}

#js-container h2 a:link, #js-container h2 a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#js-nav {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	list-style-type: none;
}

#js-nav li {
	list-style-position: outside;
	display: block;
	line-height: 23px;
}

#js-nav a:link, #js-nav a:visited, #js-nav a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}

#js-nav a:hover {
	background: #89D9ED; 
	color: white;
}
/* end javascript navigation */


/* web color navigation */
#color-container {
	background: #84EDA7;
	width: 250px;
	float: left;
	padding: 10px 0px;
}

#color-container h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	width: 235px;
}

#color-container h2 a:link, #color-container h2 a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#color-nav {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	list-style-type: none;
}

#color-nav li {
	list-style-position: outside;
	display: block;
	line-height: 23px;
}

#color-nav a:link, #color-nav a:visited, #color-nav a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}

#color-nav a:hover {
	background: #A9F2C1; 
	color: white;
}
/* end web color navigation */
/* end sidebar */


/*middle content*/
#middle-content {
	float: left;
	width: 720px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.tutorials-container {
	width: 680px;
	float: left;
	padding: 0px;
	margin: 0px 20px 40px 20px;
}

.date-container {
	width: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 112px;
}

.date-container {
	background: url(http://www.codenique.com/images/square.png) 20px 82px no-repeat;
}

.day { 
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color:#ffffff; 
	width: 45px; 
	padding: 5px 0px; 
	background: #02BFFE; 
	margin: 0px;
}

.month {
	font-family: arial,helvetica,sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background: #dedede; 
	width: 45px; 
	padding: 3px 0px; 
	margin-bottom: 10px;
}

.year { 
	background: #fff; 
	border: 1px solid #dedede; 
	font-family: arial,helvetica,sans-serif;
	font-size: .7em;
	width: 43px;
	text-align: center;
	padding: 10px 0px; 
	color:#bababa;
}

.tutorial-header {
	width: 610px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.tutorial-header h2 {
	margin: -5px 0px 0px 0px;
	padding: 0px;
	float: left;
	color: #272d36; 
	font-weight: normal;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.9em;
	letter-spacing: -1px;
}

.tutorial-header h2 a:link, .tutorial-header h2 a:visited {
	float: left;
	color:#272d36;
	text-decoration: none;
}

.tutorial-header h2 a:hover {
	color: #0099ff;
	text-decoration: underline;
}

.tutorial-category {
	width: 610px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: .8em;
	text-transform: uppercase; 
	color:#999999;
}

.tutorial-category a:link, .tutorial-category a:visited {
	color: #528FFE;
	text-decoration: underline;
}

.tutorial-category a:hover {
	color: #999999;
}

.author-and-time {
	width: 610px;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: .8em;
	text-transform: uppercase; 
	color:#999999;
}

.tutorial-header-border {
	border-top: 1px solid #528FFE;
	width: 100%;
	margin: 15px 0px;
	padding: 0px;
	text-align: center;
	height: 0px;
	float: left;
}

.tutorial-text {
	clear: left;
	margin: 0px;
	padding: 0px;
}

.tutorial-text p {
	font-family: arial,helvetica,sans-serif;
	font-size: .9em;
	clear: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 24px;
}

.tutorial-text th {
	text-align: center;
}

a span.read-more, a span.read-more:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #2A74FA;
	cursor: pointer;
}

.read-more:hover {
	color: #999999;
	text-decoration: underline;
	cursor: pointer;
}
/*end middle content*/


/* right sidebar */
#right-sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	text-align: left;
}

/* site search */
#search-container {
	background: #3D96D5;
	width: 280px;
	float: left;
	padding: 15px 0px;
	margin: 0px;
}

#search-container form {
	margin: 0px 15px;
	padding: 0px;
	float: right;
}


#search-container fieldset {
	margin: 0px;
	padding: 0px;
	float: right;
	border: 10px solid #2ABADA;
	background: #ffffff;
}

#search-container input {
	margin: 0px;
	padding: 4px 0px 4px 5px;
	float: left;
	border: 0px;
	width: 150px;
	margin-right: 5px;
	text-align: center;
	color: #0033ff;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: .8em;
}

#search-container button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	background: url(http://www.codenique.com/images/search.png) no-repeat; 
	width: 70px; 
	height: 24px;
	cursor: pointer; 
	text-indent: -1000000000000000px;
}
/* end site seasrch */


/* right ads */
#right-ads-container {
	background: #57ABE6;
	width: 280px;
	float: left;
	padding: 10px 0px;
	margin: 0px;
}

#right-ads-container h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	width: 265px;
	color: #ffffff;
}

#right-top-ad {
	padding: 0px;
	margin: 0px 10px;
	height: 90px;
}

.right-square-ads iframe {
	float: right;
	height: 125px;
	width: 125px;
	margin-top: 5px;
	margin-right: 10px;
}

.right-square-ads img {
	float: right;
	height: 125px;
	width: 125px;
	margin-top: 5px;
	margin-right: 10px;
}
/* end right ads */


/* tag clouds */
#tag-cloud-container {
	background: #9eeBCC;
	width: 280px;
	float: left;
	padding: 10px 0px;
	margin: 0px;
}

#tag-cloud-container h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.3em;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	width: 265px;
	color: #ffffff;
	float: left;
}

#tag-clouds {
	margin: 0px 15px;
	padding: 0px;
	float: left;
}

#tag-clouds a:link, #tag-clouds a:visited {
	color: #0033ff;
	font-family: arial,helvetica,sans-serif;
	font-size: .9em;
}

#tag-clouds a:hover {
	color: #ffffff;
	background: #3D96D5;
}
/* end tag clouds */
/* end right sidebar */


/* footer */
#footer-border-background {
	border-top: 6px double blue;
	border-bottom: 6px double blue;
	background: #fff;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footer {
	background: #3385F5;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#center-footer {
	width: 1250px;
	margin: 0px auto;
	text-align: center;
	background: #3385F5;
	overflow: hidden;
	padding: 16px 0px;
}

#left-footer {
	margin: 0px 22px 0px 0px;
	padding: 0px;
	float: left;
	width: 402px;
	height: auto;
}

#left-footer h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 402px;
	text-align: left;
	color: #ffffff;
}


#recent-tutorials {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	list-style-type: none;
	text-align: left;
}

#recent-tutorials li {
	list-style-position: outside;
	display: block;
	background: url(http://www.codenique.com/images/arrow.png) 0px 7px no-repeat;
}


#recent-tutorials a:link, #recent-tutorials a:visited, #recent-tutorials a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#recent-tutorials a:hover {
	background: url(http://www.codenique.com/images/arrow-2.png) 0px 7px #70A9F8 no-repeat;
	color: #222d2d;
}


#middle-footer {
	margin: 0px 22px 0px 0px;
	padding: 0px;
	float: left;
	width: 402px;
	height: auto;
}

#middle-footer h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 402px;
	text-align: left;
	color: #ffffff;
}


/*  mybloglog styles */

/* start images related  */
body table#MBL_COMM img
{
border: 1px solid #80BAFF;
float:left;
height:24px;
padding:0px;
position: relative;
width:24px;
z-index:999;
}
body table#MBL_COMM td.mbl_join_img
{
background: #ffffff;
cursor: pointer;
margin: 0px;
padding: 2px;
width: 26px;
}
/* stop images related  */
 
/* start of "You!" link */
body table#MBL_COMM td.mbl_join 
{
background: white;
border-bottom: 0px none;
color: #33ccff;
cursor: pointer;
font-size:11px;
margin: 0px;
padding: 2px;
text-align: left;
}
/* stop of "You!" link */
 
/* start the whole widget */
body table#MBL_COMM
{
background: black;
border: 0px;
font-family: verdana,Arial,Sans-Serif;
font-style: normal;
font-weight: normal;
line-height: 12px;
width: 402px;
}
/* stop the whole widget */
 
/* start of the tds wrapping the images */
body table#MBL_COMM td.mbl_img
{
background: #7A8181;
border-top: 0px;
cursor: pointer;
margin: 0px;
padding: 2px;
width: 26px;
}
/* stop of the tds wrapping the images */
 
/* start of the three trs wrapping the bottom links */
body table#MBL_COMM td.mbl_fo_hidden 
{
background: #191919;
cursor: pointer;
font-size: .6em;
padding: 0px;
line-height: 15px;
text-align: center;
}
/* stop of the three table rows wrapping the three bottom links */
 
/* start of "Join My Community" link */
 body table#MBL_COMM td.mbl_join a
{
	color: #8C8C8C;
}
body table#MBL_COMM td.mbl_join a:hover
{
	color: #6C6C6C;
}
/* end of "Join My Community" link */ 
 
/* start of "Join This Commnunity" link */
body table#MBL_COMM td.mbl_fo_hidden a
  {
   color: #8C8C8C;
	}
body table#MBL_COMM td.mbl_fo_hidden a:hover
 {
	color: #80BAFF;
}
/* end of "Join This Commnunity" link */
 
/* start of "View Reader Commnunity" and "Provided by MyBlogLog" links*/
body table#MBL_COMM td.mbl_fo_hidden a:visited
{
	color: #8C8C8C;
}
body table#MBL_COMM td.mbl_fo_hidden a:visited:hover
{
	color: #80BAFF;
}
/* end of "View Reader Commnunity" and "Provided by MyBlogLog" links*/
/*  end mybloglog styles */




#right-footer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 402px;
	height: auto;
}

#right-footer h2 {
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 402px;
	text-align: left;
	color: #ffffff;
}


#popular-tutorials {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	font-family: arial,helvetica,sans-serif;
	list-style-type: none;
	text-align: left;

}

#popular-tutorials li {
	list-style-position: outside;
	display: block;
	background: url(http://www.codenique.com/images/arrow.png) 0px 7px no-repeat;
}


#popular-tutorials a:link, #popular-tutorials a:visited, #popular-tutorials a:hover {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#popular-tutorials a:hover {
	background: url(http://www.codenique.com/images/arrow-2.png) 0px 7px #70A9F8 no-repeat;
	color: #222d2d;
}

#bottom-footer {
	background: #191919;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


#bottom-info p {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
	background: #191919;
	color: #80BAFF;
	font-family: arial,helvetica,sans-serif;
	font-size: .7em;
	line-height: 35px;
}

#bottom-info a {
	color: #8C8C8C;
	text-decoration: none;
	margin-left: 15px;
}


#bottom-info a:hover {
	color: #80BAFF;
	border-bottom: 1px solid #80BAFF;
}

#bottom-info span span {
	color: #80BAFF;
	border-bottom: 1px solid #191919;
	font-size: 1em;
}
/* end footer */

/* search */
.top-search {
	width: 680px;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 20px;
}

.top-search h2 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #2A74FA;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size: 1.9em;
	letter-spacing: -1px;
}

.bottom-search {
	width: 680px;
	float: left;
	padding: 0px;
	margin: 0px 20px 40px 20px;
}
/* end search */

/* breadcrumbs */
#breadcrumbs {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #999999;
	text-transform: uppercase; 
}


#breadcrumbs a {
	color: #528FFE;
	font-weight: bold;
}


#breadcrumbs a:hover {
	color: #999999;
}
/* end breadcrumbs */

/* tutorial code */
p.code {
	clear: both;
	border: 1px solid #57ABE6;
	margin: 0px 0px 25px 0px;
	padding: 5px 10px;
	background: #F2F5FF;
}

p.code code {
	font-family: Courier New, Courier New, Courier6, monospace;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
}
/* end tutorial code */

/* code color */
.one {
	color: #0033ff;
}

.two {
	color: #6001b1;
}

.three {
	color: #FF3F34;
}

.four {
	color: #008080;
}

.five {
	color: #808000;
}

.six {
	color: #0C9102;
}

.seven {
	color: #0283FC;
}

.eight {
	color: #506A82;
}

.nine {
	color: #693803;
}

.ten {
	color: #CD7400;
}

.eleven {
	color: #ED0A3F;
}

.twelve {
	color: #C708D8;
}

.thirteen {
	color: #20B1A9;
}

.fourteen {
	color: #7272C4;
}

.fifteen {
	color: #B0076D;
}

.sixteen {
	color: #b4c901;
}

.seventeen {
	color: #ffb400;
}

.eightteen {
	color: #77909e;
}

.nineteen {
	color: #ff0084;
}


.twenty {
	color: #28CF21;
}
/* end code color */

/* tutorial nav */
#tutorial-icons {
	margin: 0px;
	padding: 0px;
	width: 610px;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: .8em;
	text-transform: uppercase; 
	color:#999999;
}

#tutorial-icons a {
	color:#999999;
	margin-right: 35px;
	padding-left: 30px;
}

#print-page {
	background: url(http://www.codenique.com/images/printer.png) 0px 2px no-repeat;
}

#print-page:hover {
	background: url(http://www.codenique.com/images/printer-hover.png) 0px 2px no-repeat;
	color: #528FFE;
}

#bookmark-page {
	background: url(http://www.codenique.com/images/bookmark.png) 0px 2px no-repeat;
}

#bookmark-page:hover {
	background: url(http://www.codenique.com/images/bookmark-hover.png) 0px 2px no-repeat;
	color: #528FFE;
}
/* end tutorial nav */

/* tutorial tag */
.tutorial-tags {
	width: 610px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-family: arial,helvetica,sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase; 
	color: #272d36;
	background: url(http://www.codenique.com/images/tag.png) 0px 2px no-repeat;
	padding-left: 30px;
}

.tutorial-tags a:link, .tutorial-tags a:visited {
	font-weight: normal;
	color: #528FFE;
	text-decoration: underline;
}

.tutorial-tags a:hover {
	color: #999999;
}
/* end tutorial tags */

/* tutorial ad */
#tutorial-medium-ad {
	width: 300px;
	height: 250px;
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
/* end tutorial ad */

/* How To Code A URL The Correct Way Table */
#url_table{
font-weight: bold; 
font-size: 11px; 
font-family: verdana,arial,helvetica; 
color: #535353;
background-color: #d5dcef;
padding: 0px;
width: 600px;
}


#url_table td{
border: 1px solid white;
padding: 5px 0px 5px 5px;
width: 250px;
}

.h{
padding: 5px 0px 5px 5px;
width: 250px;
background-color: #535353;
color: #fff;
}
/* How To Code A URL The Correct Way Table */

/* Privacy Policy */
.privacy_policy_header {
font-weight: bold; 
margin: 30px 0px 0px 0px;
}

.privacy_policy_p {
margin: 0px 0px 0px 0px;
}
/* end Privacy Policy */

/* About Us */
.about_us_header {
font-weight: bold; 
margin: 30px 0px 0px 0px;
}

.about_us_p {
margin: 0px 0px 20px 0px;
}
/* End About Us

/* tutorial index */
#tutorial-index div {
	margin: 0px 0px 35px 0px;
	padding: 0px;
}

#tutorial-index h2 {
	font-size: 1.9em;
	font-weight: normal;
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;	
	padding: 0px;
	margin: 0px;
}

#tutorial-index h2 a:link, #tutorial-index h2 a:visited {
	color: #272d36; 
	text-decoration: none;
}

#tutorial-index p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 24px;
	font-family: arial,helvetica,sans-serif;
	font-size: .9em;
}

#tutorial-index p a:link, #tutorial-index p a:visited {
	text-decoration: none;
	color: #000000;
}

#tutorial-index h2 a:hover, #tutorial-index p a:hover {
	color: #0099ff;
	text-decoration: underline;
}
/* end tutorial index */
