#browser_notice {
	position: relative;
	border: 5px solid #a84343;
	background-color: #a84343;
	padding: 5px;
	margin: 0px auto 0px auto;
	z-index: 1;
	width: 500px;
	text-align: -moz-center;
	font-size: 14pt;
	color: white;
	text-decoration: none;
}

#notice {
	position: relative;
	border: 5px solid #a84343;
	background-color: #a84343;
	padding: 5px;
	margin: 0px auto 0px auto;
	z-index: 1;
	width: 500px;
	text-align: -moz-center;
	font-size: 14pt;
	color: white;
	text-decoration: none;
}

body {
	background-image: url(/thoughtark/public/images/bg.png);
	text-align: -moz-center;
	min-width: 900px;
	font-family: arial;
	text-decoration: none;
}

div.centered {
	background-image: url(/thoughtark/public/images/bg_center.png);
	position: relative;
	width: 900px;
	text-align: left;
}

div.header {
	background-image: url(/thoughtark/public/images/bg_logo.png);
	position: relative;
	top: 0px;
	height: 190px;
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 0px;
	text-align: -moz-center;
	z-index: 1;
}

div.leftBar {
	position: relative;
	float: left;
	width: 50%;
	height: 40px;
	text-align: left;
}

div.rightBar {
	position: relative;
	float: left;
	width: 50%;
	height: 40px;
	text-align: right;
}

div.loginBar {
	background-image: url(/thoughtark/public/images/bg_btn_yellow.png);
	position: relative;
	float: right;
	top: -8px;
	margin-left: 5px;
	padding: 0px 0px 10px 0px;
	width: 362px;
	height: 30px;
	font-weight: bold;
	color: #a84343;
	text-align: -moz-center;
	text-decoration: none;
}

div.searchBox {
	background-image: url(/thoughtark/public/images/search_box2_01.png);
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
	margin: auto;
	width: 600px;
	height: 50px;
}

div.navBar {
	position: relative;
	text-align: left;
	width: 900px;
	left: 0px;
	top: 3px;
}

div.contentBox {
	background-color: white;
	position: relative;
	padding: 10px 15px 10px 15px;
	top: 5px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
	width: 840px;
	height: 100%;
	z-index: 0;
	font-size: 10pt;
	overflow: auto;
}

div.footer {
	background-image: url(/thoughtark/public/images/bg_footer.png);
	position: relative;
	margin: auto;
	bottom: 10px;
	height: 50px;
	width: 700px;
	text-align: -moz-center;
	font-size: 8pt;
	color: #d1d1d1;
}

div.address {
	position: relative;
	float: left;
	padding: 10px;
	left: 15px;
	text-align: left;
}

div.feedback {
	position: relative;
	float: right;
	padding: 10px;
	right: 15px;
	text-align: right;
}

div.votes {
	position: relative;
	float:left;
	height: 30px;
	width: 30px;
	text-align: -moz-center;
}

div.publish {
	width: 100%;
	text-align: -moz-center;
}

font.motto {
	position: relative;
	top: -18px;
	left: 155px;
	padding: 0px 5px;
	color: #dbb725;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

font.loginText {
	position: relative;
	color: #a84343;
	top: 0px;
	left: 3px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

a.logoThought {
	color: #a84343;
	font-size: 75pt;
	font-weight: bold;
}

a.logoArk {
	color: gray;
	font-size: 75pt;
	font-weight: bold;
}

a.topresources {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_red.png);
	padding: 5px 5px 16px 5px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.mylibrary {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_green.png);
	padding: 5px 5px 16px 5px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.papers {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_blue.png);
	padding: 5px 5px 16px 5px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.classes {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_purple.png);
	padding: 5px 5px 16px 5px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.about {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_red.png);
	padding: 5px 5px 16px 5px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.logout {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_red.png);
	padding: 5px 5px 16px 5px;
	top: -3px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.profiles {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_green.png);
	padding: 5px 5px 16px 5px;
	top: -3px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.register {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_green.png);
	padding: 5px 5px 16px 5px;
	top:-3px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.admin {
	position: relative;
	background-image: url(/thoughtark/public/images/bg_btn_blue.png);
	padding: 5px 5px 16px 5px;
	top: -3px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.hover{
	position: relative;
	background-color: white;
	padding: 5px 5px 6px 5px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.hover2{
	position: relative;
	background-color: white;
	padding: 5px 5px 6px 5px;
	top:-3px;
	color: #a84343;
	font-size: 12pt;
	font-weight: bold;
}

a.blacklink{
	position: relative;
	background-color: white;
	margin-left: 5px;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}

input.searchText {
	background: none;
	position: relative;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	border: 0px;
	width: 475px;
	font-size: 14pt;
}

input.loginButton {
	position: relative;
	top: 5px;
}