/* Small Studio Template */
body {font-size:100%}
html>body {font-size:1em}
body {
	margin: 0 auto;
	padding: 0;
	font-family: serif;
	font-size: 1.0em;
	background: #cff;
}

a {
	text-decoration: underline;
	color: #900;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	color: #600;
	text-decoration:underline;
	border-bottom: 0px;
}

a img {
	border: 0;
	text-decoration:none;
}

h3 {
	font-size: 1.3em;
	color: #900;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.darkred {
	color: #600;
	font-size: .8em;
}

#main { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
}

#header {
	padding: 9px 4px 0 2px;
	color: #303030;
	background:url(images/sconce_border.gif) repeat-y;
}

#splash {
	clear: both;
	text-align: right;
	padding: 20px 15px 0 0;
	margin: 0px 0 3px 0;
	height: 40px;
	border-bottom: 0px solid #eee;
	color: #369;
}

#title {
	float: right;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
}
#title a {
  text-decoration:none;
}
#title a:hover {
  text-decoration:underline;
}
#navigate {
	clear: both;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 60px;
	font-size: 1.5em;
}

#navigate ul {	
	list-style: none;
	width: 150px;
	margin: 0px;
	padding: 0;
	font-size: 0.8em;
	border-right: 0px solid #ccc;
}	

#navigate li {
	margin-bottom: 4px;
	padding: 15px 5px 0px 10px;
}

#navigate li a {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #900;
	display: block;
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}	
	
#navigate li a:hover {
	color: #600;
	text-decoration: underline;
	background-color: #cff;
	border: 1px solid #900;
}
#pic {
	float:right;
	margin: 0px;
	width:460px;
	padding: 4px 40px 4px 4px;
	line-height: 1.4em;
	border-right: 2px solid #fff;
}

#pic h2 {
	margin: 0px;
	text-align:left;
	padding: 5px;
	font-size: 1.2em;
	color: #900;
}

#pic p {
	margin: 0;
	padding: 0 0 0 10px;
	color: #333;
	text-align:left;
}
#pic img {
	border:1px solid #600;
	display:inline;
	margin:10px;
}

#pic table td form img {
  border:0px solid #600 !important;
}
#pic table td a {
  color: #600;
	text-decoration:underline;
	border-bottom: 0px;
}

#right_list {
	padding: 10px;
	color: #333;
	line-height: 1.5em;
}
#right_list a {
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #321;
}
#right_list a:hover{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}
#right_list img {
	border:0px;
	margin:0px;
}
#pic2 {
  clear:both;
	margin: 0px;
	padding: 10px;
	line-height: 1.4em;
	border-right: 0px solid #fff;
}
.text_filler {
	margin: 0 300px 20px 150px;
	padding: 5px 10px 5px 10px;
	line-height: 1.6em;
	text-align: left;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}

.text_filler a, #text_filler a:visited {
	text-decoration: underline;	
}

.text_filler p {
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	color: #808080;
	width:90%;
	font-size: 0.8em;
	text-align: right;
	padding-top: 1px;
	padding-left: 10px;
	border-top: 1px solid #ccc;
}

#footer a {
	text-decoration: none;
	color: #900;
	border-bottom: 1px dotted #ccc;
}

#footer a:hover {
	color: #600;
	text-decoration:underline;
	border-bottom: 0px;
}
.right {
margin: 0px;
float: right;
}
.announce {
margin: 0 0 0 80px;
padding: 1px;
width: 35px;
color: #505050;
background-color: #cff;
}
.small {
font-size: 0.8em;
}
