body {
	background: url('../images/bodybg.gif') #212121;
	margin: 0;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: 18px;
}

#sexyBOX { display: none; position: absolute; background: url(../images/popup.gif) no-repeat; color: white; text-align: center; top: 150px; z-index: 100; height: 155px; padding-top: 65px; cursor: pointer; }

/* ----- HEADER ----- */

#questionText {
	color: #949494;
	position: relative;
	top: 20px;
	right: 280px;
	line-height: 13px;
	font: 10px verdana, helvetica, arial, geneva, sans-serif;
}

#tagLine {
	position: absolute;
	padding-left: 52px;
	padding-top: 8px;
	color: white;
	cursor: default;
}

/* ----- CONTAINER ----- */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border: 5px solid #808080;
	border-top: 0;
}

#container a:link, #container a:visited {color: #999999;}
#container a:hover {color: #A14555;}

/* ----- NAVIGATION ----- */

#nav {
	margin: 0;
	white-space: nowrap;
	border-left: 1px solid #333333;
	}
	
#nav img {
	border: 0;
}

#mainNav {
	background: url(../images/nav/iCur/iCur.png) no-repeat;
}

#indexLink img {
	height: 22px;
	width: 101px;
}

#forumLink img {
	height: 22px;
	width: 72px;
}

#guidesLink img {
	height: 22px;
	width: 69px;
}

#topsitesLink img {
	height: 22px;
	width: 77px;
}

#contactsLink img {
	height: 22px;
	width: 74px;
}

searchInput {
	width: 180px;
}

/* ----- CONNECTOR ----- */

#connect {
	border-left: 1px solid #333333;
}

#connect input.text {
	font-size: 9px;
	background: #EEE;
	border: 1px solid #808080;
}

#selections {
	color: #339;
	font-size: 11px;
}

#selections label {
	margin: 0;
	padding-right: 2px;
}

#simpleSearch {
	padding-top: 10px;
	padding-left: 12px;
}

#login {
	color: #339;
	font-size: 12px;
}

#userDiv {
	padding-top: 10px;
}

#userDiv label {
	padding-right: 5px;
}

#passDiv {
	padding-top: 4px;
}

#passDiv label {
	padding-right: 4px;
}

.button {
	font-family: arial;
	margin-left: 5px;
	padding-left: 1px;
	padding-right: 1px;
	font-size:10px;
	border: 1px solid #808080;
	background: #FF6600;
	color: white;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ----- MAIN CONTENT ----- */

#content {
	min-height: 200px; /* not functional for IE 6 or below */
	padding: 10px;
	padding-top: 0;
	border-right: 1px solid #333333;
	border-bottom: 2px ridge #333333;
	border-left: 1px solid #333333;
}

#normalHeaderSpan {
	padding-right: 25px;
	margin-top: 5px;
	display: none;
}

#smallHeaderSpan {
	padding-right: 25px;
	margin-top: 5px;
	display: none;
}

#settings {
	color: #F0F0F0;
	cursor: default;
	font-size: 10px;
	font-weight: bold;
	display: none;
	position: relative;
	right: 275px;
	top: 2px;
	background: #F0F0F0;
}

.contentHeader {
	font-size: 12px;
	color: #808080;
}

#leftHeader {
	border-top: 2px solid #F0F0F0;
	border-left: 10px solid #F0F0F0;
	padding-bottom: 3px;
	padding-right: 45px;
	margin-right: 220px;
	background: url('../images/crumbg.jpg') right bottom no-repeat #F0F0F0;
}

#leftHeader img {
	border: 0;
}

#leftHeader a {
	text-decoration: none;
}

#leftContent {
	font-size: 14px;
	line-height: 22px;
}

#leftContent a:link {color: green;}
#leftContent a:visited {color: #24552F;}
#leftContent a:hover {color: #3AA620;}

/*#leftContent a:link {color: #a14555;}
#leftContent a:visited {color: #7a2534;}
#leftContent a:hover {color: #ca6274;}*/

#rightHeader {
	height: 31px;
	padding-right: 10px;
	padding-top: 8px;
	background: url('../images/box-top.jpg') top left no-repeat;
}

#rightContent {
	width: 214px;
	background: url('../images/box-mid.jpg') repeat-y;
}

#rightContent a:link {color: #a14555;}
#rightContent a:visited {color: #7a2534;}
#rightContent a:hover {color: #ca6274;}

.boxBot {
	background: url(../images/box-bot.jpg) no-repeat;
	width: 214px;
	height: 3px;
}

.listHead {
	padding-left: 10px;
	color: #660000;
}

#rightFormat {
	width: 200px;
}

hr {
	border-top: 1px solid #C0CBD6;
}

p {
	padding: 5px;
	padding-bottom: 0;
}

/* ----- FOOTER ----- */

#footer {
	width: 800px;
	text-align: right;
	margin: auto;
	color: white;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#footer a:hover {
	color: orange;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
	
