/*  Theme Name: DlinkC.comDescription: DlinkC.comVersion: 1.00Author: Bryan WillsonAuthor URI: http://232i.com/*/body,wrapper,content,h1,h2,h3,h4,h5,h6,blockquote,dd,dl,hr,p,form{	margin: 0;	padding: 0;}body{background-color: #eeeeee;	margin: 0;	font-family: Georgia, Arial, Helvetica, Sans-serif;	font-size: 12px;	text-align: center;	vertical-align: top;	color: #000000;}div.spacer{	clear:both;}p{	text-align: justify;	font-family: Georgia, Arial, Helvetica;	font-size: 16px;	line-height: 20px;	font-weight: normal;}h1{	font-family: Georgia, Arial, Helvetica;	font-size: 24px;	font-weight: bold;	line-height: 28px;}h2{	font-family: Georgia, Arial, Helvetica;	font-size: 20px;	font-weight: bold;	line-height: 24px;}h3{	font-family: Georgia, Arial, Helvetica;	font-size: 18px;	font-weight: bold;	line-height: 22px;}h4{	font-family: Georgia, Arial, Helvetica;	font-size: 16px;	font-weight: bold;	line-height: 20px;}h5{	font-family: Georgia, Arial, Helvetica;	font-size: 14px;	font-weight: bold;	line-height: 18px;}h6{	padding: 3px 0 3px 0;	font-family: Georgia, Arial, Helvetica;	font-size: 12px;	font-weight: bold;	line-height: 16px;}#outer-wrapper{background-color: #eeeeee;	padding: 20px auto 20px auto;	margin: 10px 0 10px 0;	width: 100%;	text-align: left;}#inner-wrapper{	border-width: 1px;	border-color: #cccccc;	border-style: solid;	background-color: #ffffff;	margin: 0px auto 20px auto;	padding: 0 0 0 0;	width: 940px;}#header{	clear: both;	float: left;	margin: 0 0 0 0;	width: 940px;}#head-text-box{	background-color: #eeeeee;	float: left;	width: 700px;	border-width: 1px;	border-style: solid;	border-color: #cccccc;	padding: 10px 0px 10px 10px;	margin: 7px 0 0 0;}#content{	width: 860px;	clear: both;	float: left;	background-color: #ffffff;	padding: 0px 40px 10px 40px;}.head-text{	font-size: 14px;	float: left;	width: 200px;	margin: 10px 10px 10px 10px;	text-align: center;	padding: 0px 0px 0px 0px;}body.hm #nav #hm, body.hm #nav #hm a,body.pr #nav #pr, body.pr #nav #pr a,body.se #nav #se, body.se #nav #se a,body.co #nav #co, body.co #nav #co a{	background-color : #6666ff;   	color : #fff;   	cursor : default;   	text-align : left;}/* This styles the unordered list element to remove bullets and align the text */ ul#nav {	clear: both;	float:left; 	list-style-type : none; 	text-align : left; } /*  This styles the links. It’s a block-level link and the text is positioned  with padding. Other styles are defined: width, colors, text attributes, etc. */ ul#nav a, ul#nav {   background-color : #ffffff;   padding : 5px 10px 2px 10px;   margin-bottom: 10px;      width : 300px;   height : auto;   color : #888;   font-weight : bold;   font-style : normal;   text-decoration : none;   display: inline; } /* This is only necessary for IE6 else the link margins will collapse on hover */ ul#nav li {	margin-bottom : 10px;	display: inline; } /* This removes the default left margin (indentation) */ ul#nav li {   margin-left : 0px; } /*  Now to offer some hover and focus styles. Further specification of focus/active styles  could be added but I didn’t do it in this example. I didn’t feel it was needed */ ul#nav a:hover, ul#nav a:focus, ul#nav a:active {   background-color : #ccccff;   color : #fff; } 