* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%; 
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif; 
/*	background: #534c45 url(../images/bg.gif) top repeat-x; */
	background: #a79d93 url(../images/bg.gif) top repeat-x; 
	color: #333333;
	text-align: center;
	}
	
.l { float: left; }

.r { float: right; }

a { 
/*	color: #a29684;*/
	text-decoration: none;
}

a:hover { 
/*	color: #a29684;*/
	text-decoration: underline; 
}


img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 500px;
/*	background: white;*/
	text-align:left;
}	

#header {
	height: 150px;
/*	background: url(../images/headerbg.gif) top no-repeat;*/
}

#navtop {
	width: 1000px;
	height: 42px;
}

#navtop ul {
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #494039;
	border-bottom: 0px solid #494039;
	float: left;
}

#navtop ul li {
	display: inline;
}

#navtop ul li a.home {
	border-left: 0px solid #494039;
	padding: 12px 26px 16px 27px;
	float: left;
	color: #a29684;
}

#navtop ul li a {
	border-left: 1px solid #494039;
	padding: 12px 22px 16px 22px;
	float: left;
	color: #a29684;
}

#navtop ul li a:hover {
	background: url(../images/nav-on.gif) repeat-x;
	text-decoration: none;
	color: #e5e0c2;
}

#navtop ul li.on a, #navtop ul li.on a:hover {
	background: url(../images/nav-on.gif) repeat-x;
	text-decoration: none;
	color: #e5e0c2;
}

#navtop ul li a:visited {
	color: #e5e0c2;
}


#content-container {
	padding: 10px;
	background: #fff;/* url(../images/contentbg.gif) top repeat-x;*/
	min-height: 450px;
}

img.logo {
	margin: 18px 0 14px 35px;
}

img.netaffinity {
	margin:18px 20px 0 0;
	float: right;
}


#footer {
	padding: 34px 20px 0 20px;
	width:960px;
	background: url(../images/footerbg.gif) no-repeat;
	height: 156px;
	font-size: 9px;
	line-height: 14px;
	color: #a29684;
	border-top:0px solid #fff;
}

#footer p {
	color: #a29684;
}

#footer a, #footer a:visited {
	color: #a29684;
	text-decoration:none;
}

#footer a:hover {
	color: #a29684;
	text-decoration: underline;
}

a.google {
	background: url(../images/google-ad.gif) bottom no-repeat;
	display:block;
/*	float:left;*/
	height:50px;
	margin:0 0 0 14px;
	width:181px;
}

a.google:hover {
	background-position:left top;
}

a.twit {
	background: url(../images/twitter.gif) bottom no-repeat;
	display:block;
/*	float:left;*/
	height:50px;
	margin:0 0 0 14px;
	width:181px;
}

a.twit:hover {
	background-position:left top;
}

a.linkedin {
	background: url(../images/linkedin.gif) bottom no-repeat;
	display:block;
/*	float:left;*/
	height:50px;
	margin:0 0 0 14px;
	width:181px;
}

a.linkedin:hover {
	background-position:left top;
}

#box {
	background:#e4ddd5 url(../images/box.jpg) top no-repeat;
	padding:8px 5px 0px 5px;
	width:310px;
	text-align:center;
	margin-bottom:13px;
}

.userphoto img {
	width:36px;
}

.large.button  {
	font-size:12px;
	padding:5px 19px 5px;
}

.button {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	background:url("../images/overlay-button.png") repeat-x scroll 0 0 #382F27;
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 15px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:auto;
}

div.entry table td {
	padding:5px;
	font-size:12px;
}

img.alignleft {
	float:left;
	margin-right:10px;
}

img.alignright {
	float:right;
	margin-left:10px;
}
