* {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 17px;
	color: #222;
	background:#ddd url(../images/old_sheet.jpg) no-repeat;
	text-align:center;
}

img {
	border:0;
}

ul {
	list-style:none;
}

ul.list{
	list-style:circle;
	padding-left:15px;
}

/*---Layout---*/
div.wrap {
	margin: 0 auto;
	width: 800px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color:#EFDDB3;
	text-align:left;
	margin: 0 auto;
	width: 800px;
}

div.article{
	padding: 20px;
}

div.section{
	background-color:#fff;
	padding:5px;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

div.top{
	padding-top: 20px;
}

div.bottom{
	padding: 10px 0;
}

div.article {
	text-align: justify;
}

div.article h2 {
	font-weight: 100;
	padding-left: 10px;
	font-size: 18px;
	line-height: 24px;
	background-color:#000;
	color:#fff;
}

div.article div.content {
	padding: 10px;
	background-color:#fff;
	vertical-align:top;
}

div.article div.content h1{
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid  #aaa;
	line-height:25px;
}

div.label{
	font-weight:bold;
	text-align:right;
	width:138px;
	float:left;
}

div.field{
	margin-left:150px;
	padding:1px 0;
}
div.info{
	clear:both;
	line-height:1.7em;
	margin:5px 0;
	padding:0 5px 0 0;
}


div.instructions{
	font-style:italic;
	font-size:8pt;
}
/*---Links---*/
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #CFC09B;
}

/*---Footer---*/
div.footer {
	text-align: center;
	font-size: 11px;
	color: #6F6F6F;
	padding-bottom: 10px;
}
/*---Buttons---*/
input.submit, input.button{
border: 1px solid #ccc;
padding: 3px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
}

input.submit:hover{
border: 1px solid #aaa;
}

div.buttons{
text-align:right;
}

/*---List---*/
table.list{
	width:100%;
	text-align:left;
	border:1px solid #6F6F6F;
}
table.list tr.header th{
	background:#6F6F6F;
	color:#fff;
}
table.list td, table.list tr.header th{
	padding:3px;
}

table.list td{
	border-top:1px solid #ccc;
}

table.list tr.even td{
	background:#e5e5e5;
}

/*---Errors---*/
div.error{
	border:1px solid #000;
	background: #FF9F9F;
	padding:4px;
}

div.error h1{
	font-size:1.5em;
	border-bottom:1px solid #000;
}

div.error div.description{
	
	font-weight:bold;
	padding-bottom:10px;
}
div.error div.details{
	padding-left:25px;
}

/*---Splash---*/
div.spash table.spash_links{
	float:right;
	width:425px;
}

td.spash_links2{
	padding-left:75px;
}
td.spash_links3{
	padding-left:125px;
}
td.spash_links4{
	padding-left:190px;
}
td.spash_links5{
	padding-left:230px;
}
td.spash_links6{
	padding-left:230px;
}

div.spash table.spash_links td a{
	font-family:Lucida Calligraphy;
	font-size:18px;
	display:block;
	padding:20px;
	outline:none;
}
div.spash div.spash_pic{
	background:#fff url(../images/splash.jpg) no-repeat;
	height:475px;
}

/*---Header---*/
div.header{
	height: 70px;
	padding: 0 20px;
}
div.header h2{
	font-family: Vivaldi;
	font-size:4em;
	padding-top:20px;
	font-family: Vivaldi;
	color:#000;
}

div.header h2 a{
	color:#000;
}

/*---Studio Tabs---*/
div.studio div.nav{
	height:34px;
}
div.studio div.info{
	padding:5px;
}
div.studio div.nav ul{
	height:34px;
}

div.studio div.nav li{
	display:inline;
	margin-right:4px;
	float:left;	
	width:110px;
	text-align:center;
}

div.studio div.nav a{
	display:block;
	font-size:1em;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:9px;
	top:1px;
	height:17px;
}

div.studio div.nav a.selected, div.studio div.nav a:hover{
	background:#000;
	color:#fff;
}

div.studio div.info{
	clear:none;
	margin:0;
}

/*---right---*/
div.right {
	float: right;
	width: 623px;
	text-align: justify;
}

/*---left---*/
div.left {
	float: left;
	width: 150px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.left ul {
	padding: 0 0 20px;
	color: #59AA34;
}
div.left ul li{
	padding-top:2px;
}
div.left ul li a {
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	text-decoration: none;
	font-weight: 600;
	display:block;
	height:25px;
	text-align:right;
	border:1px solid #AAAAAA;
	background-color:#fff;
	color:#000;
	background:#fff;
}
div.header div.second_color{
	margin-top:20px;
}
div.second_color, div.left ul li a.selected,div.left ul li a:hover, div.article h2{
	background: #7F7F7F;
	color:#fff;
}

span.info_header{
	font-weight:bold;
}

div.clearfix{
	clear:both;
}

div.admin_nav{
padding-left:20px;
padding-top:4px;
padding-bottom:4px;
height:25px;
}

div.admin_nav li{
padding-left:10px;
padding-right:10px;
padding-bottom:2px;
padding-top:2px;
float:left;
border-right:1px solid #aaa;
}

div.admin_nav li a{
color:blue;
}

div.admin_nav li.last{
border:0;
}

span.info_header {
display:block;
border-bottom:1px solid #000;
}