body {
	background-image: url(img/loremipsum.jpg); 
/*	background-color: #f96; */
	font-family: serif;
	line-height: 110%;
	text-align: center; /* this allows for centering */
}

hr {
	margin:10px 0px 20px 0px;
}

li {
	line-height: 120%;
	margin:2px 2px 2px 30px;
	font-size: 14px;
	text-align: left;
}

p {
	margin:5px 5px 5px 5px;
	font-size: 14px;
}

a {
     text-decoration:none;
}

a.body:link {
	color: #990000;
}

a.body:visited {
	color: #990000;
}

a.body:hover {
	color: #ff9900;
}

a.nav {
	text-decoration: none;
}

img.block {
	display: block;
}

div.logo {
	float:left;
	clear:none;
}

.hidden {
	display:none;
	position:absolute;
	left:-100px;
	top:-100px;
}

/* Main content area */

p.body {
	line-height: 120%;
	margin:15px 15px 15px 15px;
	font-size: 14px;
}

p.body h1 {
	font-size: 18px;
	font-weight: bold;
}

p.body b.red {
	color:red;
}

p.error {
	font-weight: bold;
	color:red;
}

p.left {
	line-height: 120%;
	margin:15px 80px 15px 80px;
	font-size: 16px;
	text-align: justify;
}

p.left_head {
	line-height: 120%;
	margin:15px 80px 15px 80px;
	font-size: 20px;
	font-weight: bold;
}

p.left_subhead {
	line-height: 120%;
	margin:15px 80px 15px 80px;
	font-size: 18px;
	font-weight: bold;
	color:#993333
}

p.left_indent {
	line-height: 120%;
	margin:15px 80px 15px 100px;
	font-size: 16px;
	text-align: justify;
}

/* Disclaimer */

p.disclaimer {
	margin:10px 10px 10px 10px;
	font-family: sans-serif;
	font-size: 9px;
	line-height: 120%;
	text-align: center;
	color:#ffffff;
}

/* Right Sidebar */

p.right {
	font-size: 13px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

/* Top nav bar */

div.navbar {
	float:left;
	width:161px;
	height:73px;
	background-color:#333;
	border:1px solid #333;
	margin:0px 0px 0px 10px;
	padding:3px;
	clear:none;
	}

p.nav {
	margin:5px 0px 0px 15px;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

a.nav:link {
	color: #ffffff;
}

a.nav:visited {
	color: #ffffff;
}

a.nav:hover {
	color: #ff9900;
}

/* Login box */

p.login {
	margin:0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 10px;
	text-align: right; 
	line-height: 190%;
	color: #ffffff;	
}

.hiddenbutton {
	width: 0px; 
	height: 0px; 
	position: absolute; 
	left: -50px; 
	top: -50px;
}

/* Footer */

p.footer {
	margin:0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 10px;
	text-align: center;
	color: #ffffff;	
}

a.footer:link {
	color: #ff9900;
}

a.footer:visited {
	color: #ff9900;
}

a.footer:hover {
	color: #ffff00;
}

div.header {
	margin-bottom:10px;
	background-color:#000;
	padding:4px;
	color:#fff;
}

p.art_name {
	margin:4px 0px 0px 5px;
	font-size:16px;
	font-weight:bold;
}

/* Positioning */
#main { /* this allows for centering */
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	width:760px;
	height:100px;
	background:#000;
	color:#ffffff;
	padding:10px 20px 5px 20px;
	}
	
#container {
	width:800px;
	background:#000;
	}
	
#content {
	position:relative;
	width:740px;
	background:#ffffff;
    margin:auto;
    padding:10px;
    z-index:1;
	}

#right_sidebar {
	background:#600;
	color:#fff;
	float:right;
	width:160px;
	padding:5px;
	}
	
#footer {
	width:790px;
	height:25px;
	background:#000;
	color:#ffffff;
	padding: 5px;
	}

#login {
	float:right;
	height:80px;
	width:160px;
	line-height:120%;
	border:1px solid #ffffff;
	padding: 5px;
	}
	
#clear {
	height: 1px;
    clear:both;
    overflow: hidden;
  }
  
#clear_blk {
	height: 1px;
	width: 800px;
	background: #000000;
    clear:both;
    overflow: hidden;
  }
 
#prop400 {
	height: 400px;
    width: 1px;
    float:right;
  }
  
div.cat_box {
	float: left;
	width: 180px;
	height: 23px;
	margin:0px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
}
