/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	background-color:#2f0041;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/layout_background.png);
	background-repeat:repeat-y;
	background-position: center;
	height:100%;
}

body {
	padding:0;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color:39004c;
}

#main {
	position: relative;
	min-height: 100%;
}

#header_top {
	background-image:url(images/layout_header.png);
	background-position: top;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height:26px;
	width:760px;
}

#header {
	background-image:url(images/layout_header_back.png);
	background-position: top;
	background-repeat:no-repeat;
	height:170px;
	width:752px;
	margin-left:1px;
}

#logo_words {
	position: absolute;
	left:7px;
	top:75px;
}

#logo {
	position:absolute;
	left:558px;
	top:170px;
}

#menu {
	position:absolute;
	width:565px;
	top:152px;
	left:14px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

.menu {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}

.menu li {
	float:left;
	padding-right:15px;
}

.menu li a {
	color:#FFFFFF;
	text-decoration:none;
}

#content {
	width:530px;
	padding-left:14px;
	font-size:0.7em;
	padding-bottom:126px;
}

#content a {
	font-weight:bold;
}
#content a:link {
	color:#7c1e9d;
}
#content a:visited {
	color:#7c1e9d;
}
#content a:hover {
	color:#ff9a18;
}
#content a:active {
	color:#FF0000;
}

#submenu {
	position:absolute;
	left:572px;
	top:224px;
	width:170px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-image:url(images/layout_side_back.png);
	background-repeat:repeat-y;
}

.submenu {
	list-style:none;
	padding:0px;
	margin:0px;
}

.submenu_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.submenu a {
	color:#FFFFFF;
	text-decoration:none;
}
.submenu a:hover {
	text-decoration:underline;
}

#submenu_top {
	background-image:url(images/layout_side_top.png);
	background-repeat:no-repeat;
	height:15px;
}

#submenu_content {
	width:144px;
	line-height:16px;
	padding-left:11px;
	padding-right:16px;
}

#submenu_bottom {
	background-image:url(images/layout_side_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:19px;
}

#footer {
	font-size:0.5em;
	width:558px;
	text-align:center;
	padding-bottom:27px;
	float:left;
}

#footer_container{
	position: absolute;
	bottom: 0;
	height:auto;
	width:760px;
	padding:0px;
	margin:0px;
	overflow: hidden;
	background-image:url(images/layout_footer.png);
	background-repeat:no-repeat;
	background-position: bottom;
}

#mjf {
	float:right;
	padding-right:10px;
	padding-top:43px;
	font-size:xx-small;
}

.top {
	font-size:x-small;
	text-align:right;
}

.break {
	clear:both;
}

form {
	padding-left:15px;
}

input, textarea {
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
}

.errors {
	color:#FF0000;
}

h1 {
	color:#8626a6;
	font-size:x-large;
}

h2 {
	color:#8626a6;
	font-size:large;
}

img {
	border:none;
}

.frame {
	padding:2px;
}

.column_left {
	width:180px;
	float:left;
}
.column_right {
	float:left;
}
.column_clear {
	clear:both;
}
.center {
	width:530px;
}
.center_block {
	width:160px;
	float:left;
	text-align:center;
}
.center_space {
	width:10px;
	float:left;
}
.larger {
	font-size:175%;
}
.div_center {
	margin-left:auto;
	margin-right:auto;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.display {
	width:510px;
	float:left;
	padding:4px;
}
.display_thumb {
	float:left;
	width:110px;
}
.display_text {
	padding-left:110px;
	text-align:left;
}
.clear {
	clear:both;
}
.gallery_thumb {
	text-align:center;
	float:left;
	width:170px;
}