body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(../images/drk-blue-tile-3.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a:link, a:visited {
	color: #ff4848;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.blue {
	color: #3c4393;
}

/******** text with bottom border *******/
.text3 span {
	padding-bottom: 5px;
	background: url(http://www.true-wireless.com/images/truewireless/homepage08.gif) repeat-x left bottom;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #565656;
}
/*******     *****/

.accent {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 0px;

}

h1 {
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	white-space: nowrap;
}

h2 {
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3 {
	color: #666;;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#header-old {
	height: 45px;
	width: 100%;
	background-image: url(../CSS_Templates/Simple_Templates/Resources/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}
#header {
	height: 121px;
	width: 100%;
}
#logo {
	width: 201px;
	float: left;
	clear: left;
}
#banner {
	margin-left: 201px;
}

#footer {
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#skipmenu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a {
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

/***** CONTENT AREA STYLES *****/

#container {
	background-color: #f8f8f8;
	border: 1px solid #676767;
	margin: 1em auto;
	width: 838px;
	text-align: left;
	border: 1px none #fff;
	font-size: 1.2em;

}

#contents {
	margin-top: 0;
	margin-right: 295px;
	margin-bottom: 25px;
	margin-left: 30px;
}
#contents p { line-height: 1.6em; }

.content-block-old {
	padding: 15px;
	background-color: #f2f2f2;
	background-image: url(../images/gradient_bkgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content-block {
	padding: 15px;
	background-color: #fff;
}

#portfolio-block {
display: table;
width: 470px;
background-color: #ffffff;
border-spacing: 5px;
border-collapse: separate;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
#portfolio-cell {
	float: left;
	display: table-cell;
	width: 50%;
	background-color: #ffffff;
	padding-bottom: 5px;
}
#portfolio-cell p{
	line-height: 1.3em;
	font-size: .9em;
	margin-bottom: 8px;
	margin-top: 4px;
}
#column-right {
	float: right;
	width: 265px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 35px;
}

#mainnav {
	margin-bottom: 22px;
	height: 25px;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/nav-bkgd.gif);
	padding: 0;
}

#mainnav ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#mainnav li {
	display: inline;
}

#mainnav li a {
	height: 22px;
	float: left;
	color: black;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: transparent;
	background-image: url(../images/nav-bkgd.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainnav li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #787878;
	background-image: url(../images/nav-bkgd-hover-2.gif);
}

.imagefloat {
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

.blogentry { border-bottom: 1px solid #C5C877; }

.blogentry ul {
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	display: inline;
	padding: 0 0 0 7px;
}

#footer {
	color: #3c4393;
	padding: 5px;
	font-size: .8em;
	text-align: center;
	background-image: url(../images/footer-line.gif);
	background-repeat: no-repeat;
}
#footer p{
	line-height: .9em;
	margin-bottom: 0px;
}
