/* BEGIN: reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images/template. */
a img { border: none; }

/* END: reset */

/* BEGIN: layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	background: #2e0645 url(../images/template/bg_body.png) left top repeat-x;
	color: #d199ff;
}

#layout {
	position: relative;
	top: 19px;
	width: 975px;
	text-align: left;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 109px;
	background: url(../images/template/bg_header.png) left top no-repeat;
}

#site_title {
	position: absolute;
	left: 22px;
	top: 6px;
	width: 395px;
	height: 95px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background: url(../images/template/bg_site_title.jpg) left top no-repeat;
}

#site_title a {
	display: block;
	width: 100%;
	height: 100%;
}

#site_title, #site_title a, #site_title a:hover {
	outline: none;
	text-decoration: none;
	border: none;
}

#menu {
	width: 960px;
	height: 43px;
	margin: auto;
	background: url(../images/template/bg_menu.jpg) left top no-repeat;
}

#middle_shadow {
	background: url(../images/template/bg_middle_shadow.png) left top repeat-y;
}

#middle {
	width: 960px;
	height: 350px;
	height: auto !important;
	min-height: 350px;
	margin: auto;
	background: #470a6a url(../images/template/bg_middle.jpg) left top no-repeat;
}

#dancer {
	position: absolute;
	left: 7px;
	bottom: 9px;
	width: 284px;
	height: 303px;
	background: url(../images/template/bg_dancer.png) left top no-repeat;
	z-index: 2;
}

#footer_transition {
	position: absolute;
	left: 7px;
	top: -30px;
	width: 284px;
	height: 30px;
	background: url(../images/template/bg_footer_transition.png) left top repeat-x;
	z-index: 1;
}

#content {
	text-align: justify;
	margin: 0 15px 0 290px;
	padding: 5px 0;
}

#footer {
	position: relative;
	height: 39px;
	background: url(../images/template/bg_footer.png) left top no-repeat;
}

#footer h2 {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 298px;
	height: 11px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	background: url(../images/template/bg_vibrez.jpg) left top no-repeat;
	border: none;
}

#copyright {
	position: relative;
	top: 10px;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 5px 0;
	color: #916ca6;
	font-size: 11px;
	text-align: center;
}

#copyright a {
	color: #916ca6;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/* END: layout */

/* BEGIN: menu */

#menu ul {
	padding: 2px 0 0 0px;
	margin: 0;
}

#menu li {
	line-height: 26px;
	background: url(../images/template/bg_menu_link.gif) right center no-repeat;
	list-style: none;
	display: inline;
	padding: 4px 4px 3px 2px;
	margin: 0;
	text-align:center;
	font-size: 1.2em;
}

#menu a {
	outline: none;
	color: #d49736;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu li.current a {
	text-decoration: underline;
}

#menu li.current a:hover {
	color: #d49736;
}

/* END: menu */

/* BEGIN: content */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	border-bottom: 1px solid #98207c;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h2 {
	font-weight: bold;
	font-size: 1.0em;
	border: none;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	border: none;
}

h4 {
	font-weight: bold;
	font-size: 1.2em;
	border: none;
}

h5 {
	font-weight: bold;
	font-size: 1.2em;
	border: none;
}

h6 {
	font-weight: bold;
	font-size: 1.2em;
	border: none;
}

p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #d199ff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

ul {
	padding-left: 2em;
	margin-bottom: 1em;
}

code {
	font-family: Courier, "Courier New", monospace;
	text-align: left;
	color: #98207C;
	border: 1px solid #98207C;
	background: #D7C3DF;
	display: block;
	padding: 5px;
	margin: 0 0 1em 0;
}

.lettrine {
	background-color: #55366A;
	border: 1px solid #D199FF;
	color: #D199FF;
	float: left;
	font-size: 2em;
	font-weight: bold;
	line-height: 21px;
	margin: 6px 5px 1px 1px;
	padding: 2px;
}

.image_right img, .image_left img {
	border: 1px solid #98207c;
	vertical-align: top;
}

.image_right {
	float: right;
	margin: 0 0 0.50em 0.75em;
}


.image_righte {
	float: right;
	margin: 0 0 0.50em 0.75em;
}
.image_left {
	float: left;
	margin: 0 0.75em 0.50em 0;
}

.banners_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banners_list li {
	float: left;
	margin: 0 0 3em 1em;
}

br.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.coord {
	text-align: center;
	width: 399px;
}

.bt_nav {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
}

.bt_nav a {
	display: block;
	height: 29px;
	width: 85px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	outline: none;
}

.bt_nav_previous, .bt_nav_previous_ghost {
	position: absolute;
	right: 90px;
	top: 0;
}

.bt_nav_next, .bt_nav_next_ghost {
	position: absolute;
	right: 0;
	top: 0;
}

.bt_nav_previous {
	background: url(../images/template/bt_previous.gif) left top no-repeat;
}

.bt_nav_previous_ghost {
	background: url(../images/template/bt_previous_ghost.gif) left top no-repeat;
}

.bt_nav_next {
	background: url(../images/template/bt_next.gif) left top no-repeat;
}

.bt_nav_next_ghost {
	background: url(../images/template/bt_next_ghost.gif) left top no-repeat;
}

/* END: content */

/* BEGIN: form */

.error {
	border: 1px solid #e32723;
	color: #e32723;
	padding: 4px;
	background: #73239F;
	text-align: center;
}

form div {
	margin: 0 0 10px 0;
	clear: both;
}

input, textarea, select {
	width: 350px;
	background: #55366A;
	border: 1px solid #D199FF;
	color: #D199FF;
}

input:focus, textarea:focus, select:focus {
	outline: 1px solid #d49736;
}

label {
	display: block;
	float: left;
	width: 160px;
	padding: 0 5px 0 0;
	font-style: italic;
	cursor: pointer;
	border-bottom: 1px solid #D199FF;
}

form .buttons {
	text-align: center;
}

form .buttons input {
	width: auto;
	cursor: pointer;
}

form .buttons input:focus {
	outline: none;
}

form .buttons input:hover {
	border: 1px solid #fbcb09;
	background-color: #fdf5ce;
	color: #c77405;
	outline: none;
}

/* END: form */

